Home
last modified time | relevance | path

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

12345678910>>...49

/linux/tools/testing/selftests/drivers/net/mlxsw/
H A 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/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
H A Dmlx5hws.h51 * data is written only once at the creation of the action.
277 * @attr: Attributes used for table creation.
318 * The match template will be used for matcher creation.
376 * @attr: Attributes used for matcher creation.
456 * @attr: Rule creation attributes.
509 * @flags: Action creation flags (enum mlx5hws_action_flags).
522 * @flags: Action creation flags (enum mlx5hws_action_flags).
535 * @flags: Action creation flags (enum mlx5hws_action_flags).
549 * @flags: Action creation flags (enum mlx5hws_action_flags).
566 * @flags: Action creation flags (enum mlx5hws_action_flags).
[all …]
/linux/Documentation/ABI/testing/
H A 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
H A 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/fs/afs/
H A 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
167 * Update the volume's server list when the creation time changes and see if
186 * Handle a change to the volume creation time in the VolSync record.
192 time64_t old = op->pre_volsync.creation; in afs_update_volume_creation_time()
193 time64_t new = op->volsync.creation; in afs_update_volume_creation_time()
206 /* Try to advance the creation timestamp from what we had before the in afs_update_volume_creation_time()
214 /* If the creation time changes in an unexpected way, we need to scrub in afs_update_volume_creation_time()
298 if (likely(op->volsync.creation == volume->creation_time && in afs_update_volume_times()
303 if (op->volsync.creation != volume->creation_time) { in afs_update_volume_times()
[all …]
/linux/tools/testing/selftests/damon/
H A Ddebugfs_duplicate_context_creation.sh6 # Test duplicated context creation
11 echo "context creation failed"
17 echo "duplicate context creation success"
/linux/Documentation/networking/
H A 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
H A Dbareudp.rst26 1) Device creation & deletion
36 2) Device creation with multiproto mode enabled
/linux/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_rm.c61 DPU_ERROR("failed lm object creation: err %d\n", rc); in dpu_rm_init()
74 DPU_ERROR("failed merge_3d object creation: err %d\n", in dpu_rm_init()
88 DPU_ERROR("failed pingpong object creation: err %d\n", in dpu_rm_init()
104 DPU_ERROR("failed intf object creation: err %d\n", rc); in dpu_rm_init()
117 DPU_ERROR("failed wb object creation: err %d\n", rc); in dpu_rm_init()
130 DPU_ERROR("failed ctl object creation: err %d\n", rc); in dpu_rm_init()
143 DPU_ERROR("failed dspp object creation: err %d\n", rc); in dpu_rm_init()
160 DPU_ERROR("failed dsc object creation: err %d\n", rc); in dpu_rm_init()
173 DPU_ERROR("failed sspp object creation: err %d\n", rc); in dpu_rm_init()
185 DPU_ERROR("failed cdm object creation: err %d\n", rc); in dpu_rm_init()
/linux/drivers/message/fusion/lsi/
H A 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/Documentation/admin-guide/sysctl/
H A 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/Documentation/scsi/
H A 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/drivers/gpu/drm/i915/
H A 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/sound/core/
H A 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/drivers/gpu/drm/imagination/
H A 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/drivers/gpu/drm/i915/gem/
H A 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/samples/configfs/
H A 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/include/linux/
H A 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/tools/testing/selftests/bpf/prog_tests/
H A Ddeny_namespace.c29 * positive return value -> userns creation failed
30 * 0 -> userns creation succeeded
/linux/include/video/
H A 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/drivers/gpu/drm/amd/display/dc/dml2/dml21/
H A Ddml21_wrapper.h23 * Create of DML21 is done as part of dc_state creation.
25 * creation time.
/linux/drivers/input/joystick/iforce/
H A Diforce-ff.c393 /* If one of the parameter creation failed, we already returned an in iforce_upload_periodic()
395 * If the core creation failed, we return its error code. in iforce_upload_periodic()
453 /* If one of the parameter creation failed, we already returned an in iforce_upload_constant()
455 * If the core creation failed, we return its error code. in iforce_upload_constant()
517 /* If the parameter creation failed, we already returned an in iforce_upload_condition()
519 * If the core creation failed, we return its error code. in iforce_upload_condition()
/linux/drivers/irqchip/
H A 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/include/uapi/linux/
H A 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/fs/smb/server/
H A Dxattr.h14 * creation time, acls) about the existing files when switching between
44 __u64 create_time; /* File creation time */

12345678910>>...49