/linux/block/ |
H A D | blk-settings.c | 29 * blk_set_stacking_limits - set default limits for stacking devices 345 * Stacking device may have both virtual boundary and max segment in blk_validate_limits() 347 * might need to move out of stacking limits since we have immutable in blk_validate_limits() 549 /* Check stacking of first bottom device */ 619 * @t: the stacking driver limits (top device) 624 * This function is used by stacking drivers like MD and DM to ensure 626 * alignments. The stacking driver must provide a queue_limits 627 * struct (top) and then iteratively call the stacking function for 628 * all component (bottom) devices. The stacking function will 646 * Some feaures need to be supported both by the stacking driver and all in blk_stack_limits() [all …]
|
H A D | blk-core.c | 761 * resubmitted to lower level drivers by stacking block drivers. All file 1080 * Basically, this function is used only by request stacking drivers 1083 * of the request stacking driver and prevents I/O throughput regression 1087 * 0 - Not busy (The request stacking driver should dispatch request) 1088 * 1 - Busy (The request stacking driver should stop dispatching request)
|
H A D | bio.c | 400 * there for a stacking driver higher up in the stack, processing it in punt_bios_to_rescuer() 537 * If we were to allocate multiple bios (say a stacking block driver in bio_alloc_bioset() 1621 * various corner cases will break (like stacking block devices that in bio_endio()
|
H A D | blk-flush.c | 423 * An empty flush handed down from a stacking driver may in blk_insert_flush()
|
H A D | blk-mq-debugfs.c | 186 HCTX_FLAG_NAME(STACKING),
|
/linux/security/apparmor/ |
H A D | domain.c | 111 * @stack: whether this is a stacking request 173 * @stack: whether this is a stacking request 240 * @stack: whether this is a stacking request 271 * @stack: whether this is a stacking request 1303 static const char *stack_msg = "change_profile unprivileged unconfined converted to stacking"; in change_profile_perms_wrapper() 1388 /* don't have label_parse() do stacking */ in aa_change_profile() 1419 * TODO: currently requiring perms for stacking and straight change in aa_change_profile() 1420 * stacking doesn't strictly need this. Determine how much in aa_change_profile() 1421 * we want to loosen this restriction for stacking in aa_change_profile() 1453 /* stacking i in aa_change_profile() [all...] |
H A D | task.c | 95 * @stack: whether stacking should be done
|
/linux/fs/proc/ |
H A D | root.c | 184 * procfs isn't actually a stacking filesystem; however, there is in proc_fill_super() 185 * too much magic going on inside it to permit stacking things on in proc_fill_super()
|
/linux/Documentation/devicetree/bindings/bus/ |
H A D | arm,integrator-ap-lm.yaml | 13 site for stacking up to four logic modules (LM) designed specifically for
|
/linux/tools/include/uapi/linux/ |
H A D | seccomp.h | 100 * Similar precautions should be applied when stacking SECCOMP_RET_USER_NOTIF
|
/linux/include/uapi/linux/ |
H A D | seccomp.h | 100 * Similar precautions should be applied when stacking SECCOMP_RET_USER_NOTIF
|
/linux/Documentation/security/ |
H A D | lsm.rst | 104 general security module stacking. It defines
|
/linux/Documentation/block/ |
H A D | biovecs.rst | 84 occasionally in stacking block drivers and various code (e.g. md and
|
/linux/Documentation/gpu/ |
H A D | vgaarbiter.rst | 84 supports stacking, like the kernel one. This complexifies the implementation
|
/linux/drivers/staging/most/Documentation/ |
H A D | driver_usage.txt | 26 The MOST driver uses module stacking to divide the associated modules into
|
/linux/Documentation/networking/ |
H A D | gtp.rst | 34 femtocell, eNodeB in case of 4G/LTE), the cellular protocol stacking
|
H A D | bridge.rst | 170 stacking of multiple VLAN tags within a single Ethernet frame. The Linux
|
/linux/Documentation/security/tpm/ |
H A D | tpm-security.rst | 111 Stacking Trust
|
/linux/Documentation/ABI/testing/ |
H A D | sysfs-class-net | 206 used to resolve interfaces chaining, linking and stacking.
|
/linux/drivers/tee/optee/ |
H A D | rpc.c | 255 * do release the last reference too in order to avoid stacking in optee_rpc_cmd_free_suppl()
|
/linux/include/linux/ |
H A D | blk_types.h | 212 * stacking drivers)
|
H A D | bio.h | 640 * Deadlock avoidance for stacking block drivers: see comments in
|
/linux/drivers/gpu/drm/ |
H A D | drm_blend.c | 138 * stacking of planes, see drm_plane_create_zpos_immutable_property(). If
|
/linux/Documentation/admin-guide/ |
H A D | bcache.rst | 297 then it can be reused. This would be true of any block device stacking
|
/linux/drivers/scsi/ |
H A D | scsi_lib.c | 1470 * Busy state exporting function for request stacking drivers. 1474 * may be changed after request stacking drivers call the function, 1478 * needs to return 'not busy'. Otherwise, request stacking drivers
|