Home
last modified time | relevance | path

Searched refs:explicit (Results 1 - 25 of 30) sorted by relevance

12

/kernel/liteos_a/testsuites/unittest/container/
H A DIt_container_test.h114 explicit MQueueFinalizer(mqd_t mqueueParent, const std::string& mqname) in MQueueFinalizer()
133 explicit ShmFinalizer(void* shm, int shmid) in ShmFinalizer()
/kernel/linux/linux-5.10/drivers/target/
H A Dtarget_core_alua.c33 int *primary, int explicit);
35 struct se_lun *lun, int explicit, int offline);
263 * SET_TARGET_PORT_GROUPS for explicit ALUA operation.
292 * Determine if explicit ALUA via SET_TARGET_PORT_GROUPS is allowed in target_emulate_set_target_port_groups()
748 * Check implicit and explicit ALUA state change request.
751 core_alua_check_transition(int state, int valid, int *primary, int explicit) in core_alua_check_transition() argument
793 if (!(valid & ALUA_T_SUP) || explicit) in core_alua_check_transition()
952 * After an explicit target port asymmetric access state in core_alua_queue_state_change_ua()
970 * After an explicit target port asymmetric access in core_alua_queue_state_change_ua()
986 * entry created without explicit Nod in core_alua_queue_state_change_ua()
1003 core_alua_do_transition_tg_pt( struct t10_alua_tg_pt_gp *tg_pt_gp, int new_state, int explicit) core_alua_do_transition_tg_pt() argument
1079 core_alua_do_port_transition( struct t10_alua_tg_pt_gp *l_tg_pt_gp, struct se_device *l_dev, struct se_lun *l_lun, struct se_node_acl *l_nacl, int new_state, int explicit) core_alua_do_port_transition() argument
1242 core_alua_set_tg_pt_secondary_state( struct se_lun *lun, int explicit, int offline) core_alua_set_tg_pt_secondary_state() argument
[all...]
H A Dtarget_core_pr.c486 pr_debug("Allowing explicit CDB: 0x%02x for %s" in core_scsi3_pr_seq_non_holder()
735 * that have not been make explicit via a ConfigFS in __core_scsi3_alloc_registration()
2455 int explicit, in __core_scsi3_complete_pro_release()
2506 tfo->fabric_name, (explicit) ? "explicit" : in __core_scsi3_complete_pro_release()
2451 __core_scsi3_complete_pro_release( struct se_device *dev, struct se_node_acl *se_nacl, struct t10_pr_registration *pr_reg, int explicit, int unreg) __core_scsi3_complete_pro_release() argument
/kernel/linux/linux-6.6/drivers/target/
H A Dtarget_core_alua.c33 int *primary, int explicit);
35 struct se_lun *lun, int explicit, int offline);
266 * SET_TARGET_PORT_GROUPS for explicit ALUA operation.
295 * Determine if explicit ALUA via SET_TARGET_PORT_GROUPS is allowed in target_emulate_set_target_port_groups()
725 * Check implicit and explicit ALUA state change request.
728 core_alua_check_transition(int state, int valid, int *primary, int explicit) in core_alua_check_transition() argument
770 if (!(valid & ALUA_T_SUP) || explicit) in core_alua_check_transition()
927 * After an explicit target port asymmetric access state in core_alua_queue_state_change_ua()
944 * After an explicit target port asymmetric access in core_alua_queue_state_change_ua()
960 * entry created without explicit Nod in core_alua_queue_state_change_ua()
977 core_alua_do_transition_tg_pt( struct t10_alua_tg_pt_gp *tg_pt_gp, int new_state, int explicit) core_alua_do_transition_tg_pt() argument
1053 core_alua_do_port_transition( struct t10_alua_tg_pt_gp *l_tg_pt_gp, struct se_device *l_dev, struct se_lun *l_lun, struct se_node_acl *l_nacl, int new_state, int explicit) core_alua_do_port_transition() argument
1216 core_alua_set_tg_pt_secondary_state( struct se_lun *lun, int explicit, int offline) core_alua_set_tg_pt_secondary_state() argument
[all...]
H A Dtarget_core_pr.c487 pr_debug("Allowing explicit CDB: 0x%02x for %s" in core_scsi3_pr_seq_non_holder()
736 * that have not been make explicit via a ConfigFS in __core_scsi3_alloc_registration()
2436 int explicit, in __core_scsi3_complete_pro_release()
2486 tfo->fabric_name, (explicit) ? "explicit" : in __core_scsi3_complete_pro_release()
2432 __core_scsi3_complete_pro_release( struct se_device *dev, struct se_node_acl *se_nacl, struct t10_pr_registration *pr_reg, int explicit, int unreg) __core_scsi3_complete_pro_release() argument
/kernel/linux/linux-5.10/include/trace/events/
H A Dblock.h485 TP_PROTO(struct request_queue *q, unsigned int depth, bool explicit),
487 TP_ARGS(q, depth, explicit),
506 * @explicit: whether this was an explicit unplug, or one from schedule()
513 TP_PROTO(struct request_queue *q, unsigned int depth, bool explicit),
515 TP_ARGS(q, depth, explicit)
/kernel/linux/linux-6.6/include/trace/events/
H A Dblock.h426 TP_PROTO(struct request_queue *q, unsigned int depth, bool explicit),
428 TP_ARGS(q, depth, explicit),
447 * @explicit: whether this was an explicit unplug, or one from schedule()
454 TP_PROTO(struct request_queue *q, unsigned int depth, bool explicit),
456 TP_ARGS(q, depth, explicit)
/kernel/linux/linux-6.6/scripts/atomic/
H A Dgen-atomic-instrumented.sh138 * This file provoides atomic operations with explicit instrumentation (e.g.
/kernel/linux/linux-5.10/Documentation/sphinx/
H A Dkfigure.py543 for name, explicit in iteritems(doctree.nametypes):
544 if not explicit:
/kernel/linux/linux-6.6/Documentation/sphinx/
H A Dkfigure.py641 for name, explicit in doctree.nametypes.items():
642 if not explicit:
/kernel/linux/linux-5.10/drivers/gpu/drm/lima/
H A Dlima_gem.c256 bool write, bool explicit) in lima_gem_sync_bo()
266 /* explicit sync use user passed dep fence */ in lima_gem_sync_bo()
267 if (explicit) in lima_gem_sync_bo()
255 lima_gem_sync_bo(struct lima_sched_task *task, struct lima_bo *bo, bool write, bool explicit) lima_gem_sync_bo() argument
/kernel/linux/linux-6.6/drivers/gpu/drm/lima/
H A Dlima_gem.c263 bool write, bool explicit) in lima_gem_sync_bo()
271 /* explicit sync use user passed dep fence */ in lima_gem_sync_bo()
272 if (explicit) in lima_gem_sync_bo()
262 lima_gem_sync_bo(struct lima_sched_task *task, struct lima_bo *bo, bool write, bool explicit) lima_gem_sync_bo() argument
/kernel/linux/linux-6.6/arch/loongarch/
H A DMakefile52 # When the assembler supports explicit relocation hint, we must use it.
56 # When the assembler does not supports explicit relocation hint, we can't use
65 # Also, -mdirect-extern-access is useful in case of building with explicit
74 cflags-y += $(call cc-option,-mno-explicit-relocs)
/kernel/linux/linux-5.10/usr/
H A Dgen_initramfs.sh32 <cpio_source> options so an explicit "-u 0 -g 0" is required
/kernel/linux/linux-6.6/usr/
H A Dgen_initramfs.sh33 <cpio_source> options so an explicit "-u 0 -g 0" is required
/kernel/linux/linux-5.10/arch/loongarch/
H A DMakefile54 # When the assembler supports explicit relocation hint, we must use it.
58 # When the assembler does not supports explicit relocation hint, we can't use
67 # Also, -mdirect-extern-access is useful in case of building with explicit
77 cflags-y += $(call cc-option,-mno-explicit-relocs)
/kernel/linux/linux-5.10/arch/arm/include/asm/
H A Dassembler.h394 @ explicit IT instruction needed because of the label
/kernel/linux/linux-6.6/arch/arm/include/asm/
H A Dassembler.h486 @ explicit IT instruction needed because of the label
/kernel/linux/linux-5.10/sound/soc/ti/
H A Ddavinci-mcasp.c608 int div, bool explicit) in __davinci_mcasp_set_clkdiv()
624 if (explicit) in __davinci_mcasp_set_clkdiv()
607 __davinci_mcasp_set_clkdiv(struct davinci_mcasp *mcasp, int div_id, int div, bool explicit) __davinci_mcasp_set_clkdiv() argument
/kernel/linux/linux-5.10/kernel/trace/
H A Dblktrace.c993 unsigned int depth, bool explicit) in blk_add_trace_unplug()
1003 if (explicit) in blk_add_trace_unplug()
992 blk_add_trace_unplug(void *ignore, struct request_queue *q, unsigned int depth, bool explicit) blk_add_trace_unplug() argument
/kernel/linux/linux-6.6/kernel/trace/
H A Dblktrace.c955 unsigned int depth, bool explicit) in blk_add_trace_unplug()
965 if (explicit) in blk_add_trace_unplug()
954 blk_add_trace_unplug(void *ignore, struct request_queue *q, unsigned int depth, bool explicit) blk_add_trace_unplug() argument
/kernel/linux/linux-6.6/sound/soc/ti/
H A Ddavinci-mcasp.c613 int div, bool explicit) in __davinci_mcasp_set_clkdiv()
629 if (explicit) in __davinci_mcasp_set_clkdiv()
612 __davinci_mcasp_set_clkdiv(struct davinci_mcasp *mcasp, int div_id, int div, bool explicit) __davinci_mcasp_set_clkdiv() argument
/kernel/linux/linux-5.10/drivers/scsi/
H A Dscsi_debug.c2726 struct sdeb_zone_state *zsp, bool explicit) in zbc_open_zone()
2734 if ((explicit && zc == ZC3_EXPLICIT_OPEN) || in zbc_open_zone()
2735 (!explicit && zc == ZC2_IMPLICIT_OPEN)) in zbc_open_zone()
2739 if (explicit && zsp->z_cond == ZC2_IMPLICIT_OPEN) in zbc_open_zone()
2747 if (explicit) { in zbc_open_zone()
2725 zbc_open_zone(struct sdebug_dev_info *devip, struct sdeb_zone_state *zsp, bool explicit) zbc_open_zone() argument
/kernel/linux/linux-6.6/drivers/scsi/
H A Dscsi_debug.c2794 struct sdeb_zone_state *zsp, bool explicit) in zbc_open_zone()
2802 if ((explicit && zc == ZC3_EXPLICIT_OPEN) || in zbc_open_zone()
2803 (!explicit && zc == ZC2_IMPLICIT_OPEN)) in zbc_open_zone()
2807 if (explicit && zsp->z_cond == ZC2_IMPLICIT_OPEN) in zbc_open_zone()
2815 if (explicit) { in zbc_open_zone()
2793 zbc_open_zone(struct sdebug_dev_info *devip, struct sdeb_zone_state *zsp, bool explicit) zbc_open_zone() argument
/kernel/linux/linux-5.10/arch/m68k/fpsp040/
H A Dsetox.S70 | explicit bit) bits of |X|. Consequently, the comparisons

Completed in 57 milliseconds

12