Home
last modified time | relevance | path

Searched refs:no_sched (Results 1 – 4 of 4) sorted by relevance

/linux-6.12.1/arch/mips/include/asm/octeon/
Dcvmx-pow.h187 uint64_t no_sched:1; member
230 uint64_t no_sched:1;
1956 uint64_t no_sched) in cvmx_pow_tag_sw_desched_nocheck() argument
1981 tag_req.s.no_sched = no_sched; in cvmx_pow_tag_sw_desched_nocheck()
2037 uint64_t group, uint64_t no_sched) in cvmx_pow_tag_sw_desched() argument
2050 cvmx_pow_tag_sw_desched_nocheck(tag, tag_type, group, no_sched); in cvmx_pow_tag_sw_desched()
2060 static inline void cvmx_pow_desched(uint64_t no_sched) in cvmx_pow_desched() argument
2081 tag_req.s.no_sched = no_sched; in cvmx_pow_desched()
/linux-6.12.1/drivers/block/null_blk/
Dnull_blk.h106 bool no_sched; /* no IO scheduler for the device */ member
Dmain.c85 module_param_named(no_sched, g_no_sched, int, 0444);
86 MODULE_PARM_DESC(no_sched, "No io scheduler");
467 NULLB_DEVICE_ATTR(no_sched, bool, NULL);
792 dev->no_sched = g_no_sched; in null_alloc_dev()
1814 if (nullb->dev->no_sched) in null_setup_tagset()
/linux-6.12.1/Documentation/block/
Dnull_blk.rst110 no_sched=[0/1]: Default: 0