Home
last modified time | relevance | path

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

/linux/arch/mips/include/asm/octeon/
H A Dcvmx-pow.h113 * - fields used: op, no_sched, grp, type, tag
118 * - fields used: op, no_sched
132 * set the no_sched bit on the de-schedule list
152 * clears the no_sched bit on the de-schedule list
183 * Don't reschedule this entry. no_sched is used for
187 uint64_t no_sched:1; member
230 uint64_t no_sched:1;
1948 * @no_sched: Control whether this work queue entry will be rescheduled.
1956 uint64_t no_sched) in cvmx_pow_tag_sw_desched_nocheck() argument
1981 tag_req.s.no_sched in cvmx_pow_tag_sw_desched_nocheck()
2037 cvmx_pow_tag_sw_desched(uint32_t tag,enum cvmx_pow_tag_type tag_type,uint64_t group,uint64_t no_sched) cvmx_pow_tag_sw_desched() argument
2060 cvmx_pow_desched(uint64_t no_sched) cvmx_pow_desched() argument
[all...]
/linux/Documentation/block/
H A Dnull_blk.rst110 no_sched=[0/1]: Default: 0
/linux/drivers/block/null_blk/
H A Dmain.c85 module_param_named(no_sched, g_no_sched, int, 0444);
86 MODULE_PARM_DESC(no_sched, "No io scheduler");
471 NULLB_DEVICE_ATTR(no_sched, bool, NULL);
815 dev->no_sched = g_no_sched; in null_alloc_dev()
1867 if (nullb->dev->no_sched) in null_setup_tagset()