Home
last modified time | relevance | path

Searched full:creation (Results 1 – 25 of 1297) sorted by relevance

12345678910>>...52

/linux-6.14.4/tools/testing/selftests/drivers/net/mlxsw/
Dq_in_q_veto.sh58 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-6.14.4/Documentation/ABI/testing/
Dconfigfs-most59 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
Devm24 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-6.14.4/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
Dmlx5hws.h51 * data is written only once at the creation of the action.
276 * @attr: Attributes used for table creation.
317 * The match template will be used for matcher creation.
375 * @attr: Attributes used for matcher creation.
455 * @attr: Rule creation attributes.
508 * @flags: Action creation flags (enum mlx5hws_action_flags).
521 * @flags: Action creation flags (enum mlx5hws_action_flags).
534 * @flags: Action creation flags (enum mlx5hws_action_flags).
548 * @flags: Action creation flags (enum mlx5hws_action_flags).
565 * @flags: Action creation flags (enum mlx5hws_action_flags).
[all …]
/linux-6.14.4/fs/afs/
Dvalidation.c42 * 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-6.14.4/Documentation/networking/
Dalias.rst16 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
Dbareudp.rst27 1) Device creation & deletion
37 2) Device creation with multiproto mode enabled
/linux-6.14.4/Documentation/userspace-api/
Dmfd_noexec.rst31 - Let memfd_create() set X bit at creation time.
51 an app doesn't want sealing, it can add F_SEAL_SEAL after creation.
77 The value of vm.memfd_noexec is passed to child namespace at creation
/linux-6.14.4/Documentation/admin-guide/sysctl/
Duser.rst24 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-6.14.4/drivers/gpu/drm/i915/
Di915_file_private.h52 * 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-6.14.4/drivers/message/fusion/lsi/
Dmpi_log_sas.h230 /* 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-6.14.4/Documentation/scsi/
Dscsi_fc_transport.rst212 - Creation with the kernel and LLDD. This means all transport and
220 Vport Creation.
339 cause the creation of the new attributes on the fc_host. As part of
345 Vport Creation:
356 If "false", the vport is to be enabled upon creation.
366 As mentioned above, vport creation is divided into two parts:
368 - Creation with the kernel and LLDD. This means all transport and
378 vport creation (data structure build up) before returning. We do not
383 This is consistent with the link bouncing post vport creation.
455 any way. (see Vport Creation and the 2 part instantiation discussion).
[all …]
/linux-6.14.4/drivers/gpu/drm/msm/disp/dpu1/
Ddpu_rm.c64 DPU_ERROR("failed lm object creation: err %d\n", rc); in dpu_rm_init()
77 DPU_ERROR("failed merge_3d object creation: err %d\n", in dpu_rm_init()
91 DPU_ERROR("failed pingpong object creation: err %d\n", in dpu_rm_init()
107 DPU_ERROR("failed intf object creation: err %d\n", rc); in dpu_rm_init()
120 DPU_ERROR("failed wb object creation: err %d\n", rc); in dpu_rm_init()
133 DPU_ERROR("failed cwb object creation: err %d\n", rc); in dpu_rm_init()
146 DPU_ERROR("failed ctl object creation: err %d\n", rc); in dpu_rm_init()
159 DPU_ERROR("failed dspp object creation: err %d\n", rc); in dpu_rm_init()
176 DPU_ERROR("failed dsc object creation: err %d\n", rc); in dpu_rm_init()
189 DPU_ERROR("failed sspp object creation: err %d\n", rc); in dpu_rm_init()
[all …]
/linux-6.14.4/sound/core/
Dpcm_iec958.c25 * 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-6.14.4/drivers/gpu/drm/imagination/
Dpvr_gem.h91 * @flags: Options set at creation-time. Some of these options apply to
92 * the creation operation itself (which are stored here for reference)
95 * changed after creation.
/linux-6.14.4/tools/testing/selftests/bpf/prog_tests/
Ddeny_namespace.c29 * positive return value -> userns creation failed
30 * 0 -> userns creation succeeded
/linux-6.14.4/include/video/
Dkyro.h43 * Added the follow IOCTLS for the creation of overlay services...
56 * for the creation of overlay surfaces and setting the video mode.
/linux-6.14.4/drivers/gpu/drm/amd/display/dc/dml2/dml21/
Ddml21_wrapper.h23 * Create of DML21 is done as part of dc_state creation.
25 * creation time.
/linux-6.14.4/drivers/gpu/drm/i915/gem/
Di915_gem_context_types.h131 * The struct i915_gem_proto_context represents the creation parameters for
133 * either through creation flags or via SET_CONTEXT_PARAM so that, when we
147 * the VM or engine set via SET_CONTEXT_PARAM is to delay the creation of
264 * When the SHARED_TIMELINE flag is set on context creation, we
353 * This flag can only be set at ctx creation time and it's immutable for
/linux-6.14.4/samples/configfs/
Dconfigfs_sample.c78 "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-6.14.4/include/linux/
Dfs_context.h2 /* 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-6.14.4/include/uapi/linux/
Dnilfs2_api.h24 * @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
/linux-6.14.4/drivers/irqchip/
Dirq-gic-v3-its-msi-parent.c74 * might be unknown at domain creation time and therefore set to in its_pci_msi_prepare()
173 * existing) post domain creation callback once to make in its_init_dev_msi_info()
190 * size is also known at domain creation time. in its_init_dev_msi_info()
/linux-6.14.4/drivers/input/joystick/iforce/
Diforce-ff.c389 /* 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-6.14.4/fs/smb/server/
Dxattr.h14 * creation time, acls) about the existing files when switching between
44 __u64 create_time; /* File creation time */

12345678910>>...52