/linux/Documentation/driver-api/cxl/linux/ |
H A D | overview.rst | 23 b) Memory Map Creation 31 c) NUMA Node Creation 35 d) Memory Tier Creation 51 a) Base device creation 54 * CEDT CFMWS IO Resource creation 56 b) Decoder creation 60 c) Logical device creation 84 * DAX kmem IO Resource creation
|
H A D | early-boot.rst | 48 Memory Map Creation 87 It is important to note that NUMA node creation cannot be done at runtime. All 97 Memory Tiers Creation
|
/linux/tools/testing/selftests/drivers/net/mlxsw/ |
H A D | q_in_q_veto.sh | 58 check_fail $? "$netdev_proto vlan upper creation on top of an $bridge_proto bridge not rejected" 63 …check_err $? "$netdev_proto vlan upper creation on top of an $bridge_proto bridge rejected without… 76 check_fail $? "802.1ad vlan upper creation on top of a front panel not rejected" 81 check_err $? "802.1ad vlan upper creation on top of a front panel rejected without extack" 99 check_fail $? "802.1ad vlan upper creation on top of a bridge port not rejected" 104 check_err $? "802.1ad vlan upper creation on top of a bridge port rejected without extack" 121 check_fail $? "802.1ad vlan upper creation on top of a lag not rejected" 126 check_err $? "802.1ad vlan upper creation on top of a lag rejected without extack" 166 check_fail $? "vlan upper creation on top of front panel enslaved to 802.1ad bridge not rejected" 170 …check_err $? "vlan upper creation on top of front panel enslaved to 802.1ad bridge rejected withou… [all …]
|
/linux/Documentation/ABI/testing/ |
H A D | configfs-most | 59 creation of the link. In case of speculative 60 configuration, the creation is post-poned until 114 creation of the link. In case of speculative 115 configuration, the creation is post-poned until 169 creation of the link. In case of speculative 170 configuration, the creation is post-poned until 235 creation of the link. In case of speculative 236 configuration, the creation is post-poned until
|
H A D | evm | 24 0 Enable HMAC validation and creation 28 creation is enabled (deprecated). 36 will enable HMAC validation and creation 43 HMAC creation and disable all further modification of policy.
|
/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/ |
H A D | mlx5hws.h | 51 * data is written only once at the creation of the action. 288 * @attr: Attributes used for table creation. 329 * The match template will be used for matcher creation. 387 * @attr: Attributes used for matcher creation. 467 * @attr: Rule creation attributes. 529 * @flags: Action creation flags (enum mlx5hws_action_flags). 542 * @flags: Action creation flags (enum mlx5hws_action_flags). 555 * @flags: Action creation flags (enum mlx5hws_action_flags). 569 * @flags: Action creation flags (enum mlx5hws_action_flags). 586 * @flags: Action creation flags (enum mlx5hws_action_flags). [all …]
|
/linux/security/landlock/ |
H A D | domain.h | 31 * struct landlock_details - Domain's creation information 35 * The contained pointers are initialized at the domain creation time and never 49 * @uid: UID of the task that initially restricted itself, at creation time. 54 * creation time. Always NULL terminated. 59 * itself, at creation time. Always NULL terminated, and never greater 100 * @id: Landlock domain ID, sets once at domain creation time.
|
/linux/fs/afs/ |
H A D | validation.c | 42 * their reply. This contains a creation date for the volume that should 95 * (A) If the Creation timestamp has changed on a RW volume or regressed 176 * Update the volume's server list when the creation time changes and see if 195 * Handle a change to the volume creation time in the VolSync record. 201 time64_t old = op->pre_volsync.creation; in afs_update_volume_creation_time() 202 time64_t new = op->volsync.creation; in afs_update_volume_creation_time() 215 /* Try to advance the creation timestamp from what we had before the in afs_update_volume_creation_time() 223 /* If the creation time changes in an unexpected way, we need to scrub in afs_update_volume_creation_time() 307 if (likely(op->volsync.creation == volume->creation_time && in afs_update_volume_times() 312 if (op->volsync.creation != volume->creation_time) { in afs_update_volume_times() [all …]
|
/linux/Documentation/networking/ |
H A D | alias.rst | 16 Alias creation 19 Alias creation is done by 'magic' interface naming: eg. to create a 24 ~~ -> request alias #0 creation (if not yet exists) for eth0
|
H A D | bareudp.rst | 27 1) Device creation & deletion 37 2) Device creation with multiproto mode enabled
|
/linux/Documentation/admin-guide/sysctl/ |
H A D | user.rst | 24 The creation of per user per user namespace objects are charged to 28 The creation of objects is also charged to all of the users 29 who created user namespaces the creation of the object happens
|
/linux/drivers/message/fusion/lsi/ |
H A D | mpi_log_sas.h | 230 /* Creation of duplicate volume attempted (Bus/Target ID checked) */ 232 /* Creation failed due to maximum number of supported volumes exceeded */ 234 /* Creation failed due to DMA error in trying to read from host */ 236 /* Creation failed due to invalid volume type passed down */ 238 /* Creation failed due to error reading MFG Page 4 */ 240 /* Creation failed when trying to create internal structures */ 262 /* Creation failed due to DMA error in trying to read from host */ 264 /* Creation failed due to invalid Bus TargetID passed down */ 266 /* Creation failed due to error in creating RAID Phys Disk Config Page */
|
/linux/drivers/gpu/drm/i915/ |
H A D | i915_file_private.h | 52 * on active contexts. This works by delaying the creation of the 73 * @proto_context_lock, including context creation. Yes, this 74 * means context creation now takes a giant global lock but it
|
/linux/sound/core/ |
H A D | pcm_iec958.c | 25 * Drivers may wish to tweak the contents of the buffer after creation. 172 * Drivers may wish to tweak the contents of the buffer after creation. 198 * Drivers may wish to tweak the contents of the buffer after creation.
|
/linux/tools/testing/selftests/gpio/ |
H A D | gpio-aggregator.sh | 251 echo "1. GPIO aggregator creation/deletion" 253 echo "1.1. Creation/deletion via configfs" 255 echo "1.1.1. Minimum creation/deletion" 271 echo "1.1.2. Complex creation/deletion" 342 echo "1.2. Creation/deletion via sysfs" 344 echo "1.2.1. Minimum creation/deletion" 356 echo "1.2.2. Complex creation/deletion" 370 echo "1.2.3. Asynchronous creation with deferred probe"
|
/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | deny_namespace.c | 29 * positive return value -> userns creation failed 30 * 0 -> userns creation succeeded
|
/linux/include/video/ |
H A D | kyro.h | 43 * Added the follow IOCTLS for the creation of overlay services... 56 * for the creation of overlay surfaces and setting the video mode.
|
/linux/arch/arm64/kvm/vgic/ |
H A D | vgic-init.c | 39 * already allocated at vgic-creation time. 59 /* CREATION */ 88 * Ensure mutual exclusion with vCPU creation and any vCPU ioctls by: in kvm_vgic_create() 93 * the kvm->lock before completing the vCPU creation. in kvm_vgic_create() 112 * - Bailing on the entire thing if a vCPU is in the middle of creation, in kvm_vgic_create() 463 * If this vCPU is being destroyed because of a failed creation in __kvm_vgic_vcpu_destroy() 473 * vCPUs that failed creation are torn down outside of the in __kvm_vgic_vcpu_destroy()
|
/linux/samples/configfs/ |
H A D | configfs_sample.c | 78 "configfs. It does not support the creation of child config_items.\n" in childless_description_show() 202 "This subsystem allows the creation of child config_items. These\n" in simple_children_description_show() 253 * child of the subsystem. Creation of a group in the subsystem creates 280 "This subsystem allows the creation of child config_groups. These\n" in group_children_description_show()
|
/linux/drivers/input/joystick/iforce/ |
H A D | iforce-ff.c | 389 /* If one of the parameter creation failed, we already returned an in iforce_upload_periodic() 391 * If the core creation failed, we return its error code. in iforce_upload_periodic() 449 /* If one of the parameter creation failed, we already returned an in iforce_upload_constant() 451 * If the core creation failed, we return its error code. in iforce_upload_constant() 513 /* If the parameter creation failed, we already returned an in iforce_upload_condition() 515 * If the core creation failed, we return its error code. in iforce_upload_condition()
|
/linux/include/linux/ |
H A D | fs_context.h | 2 /* Filesystem superblock creation and reconfiguration context. 39 FS_CONTEXT_CREATE_PARAMS, /* Loading params for sb creation */ 82 * Filesystem context for holding the parameters used in the creation or 85 * Superblock creation fills in ->root whereas reconfiguration begins with this
|
/linux/include/uapi/linux/ |
H A D | nilfs2_api.h | 24 * @ci_create: creation timestamp 197 * @ss_ctime: creation time of the last segment 198 * @ss_nongc_ctime: creation time of the last segment not for GC
|
H A D | msdos_fs.h | 176 __u8 ctime_cs; /* Creation time, centiseconds (0-199) */ 177 __le16 ctime; /* Creation time */ 178 __le16 cdate; /* Creation date */
|
/linux/fs/smb/server/ |
H A D | xattr.h | 14 * creation time, acls) about the existing files when switching between 44 __u64 create_time; /* File creation time */
|
/linux/Documentation/driver-api/cxl/platform/acpi/ |
H A D | srat.rst | 18 proximity domains. See linux numa creation for more information about how 25 map to "NUMA Node 3", for example. (See "NUMA Node Creation")
|