Searched refs:no_sched (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/arch/mips/include/asm/octeon/ |
H A D | cvmx-pow.h | 113 * - 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() 1981 tag_req.s.no_sched in cvmx_pow_tag_sw_desched_nocheck() 1952 cvmx_pow_tag_sw_desched_nocheck( uint32_t tag, enum cvmx_pow_tag_type tag_type, uint64_t group, uint64_t no_sched) cvmx_pow_tag_sw_desched_nocheck() argument 2035 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...] |
/kernel/linux/linux-6.6/arch/mips/include/asm/octeon/ |
H A D | cvmx-pow.h | 113 * - 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() 1981 tag_req.s.no_sched in cvmx_pow_tag_sw_desched_nocheck() 1952 cvmx_pow_tag_sw_desched_nocheck( uint32_t tag, enum cvmx_pow_tag_type tag_type, uint64_t group, uint64_t no_sched) cvmx_pow_tag_sw_desched_nocheck() argument 2035 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...] |
/kernel/linux/linux-6.6/drivers/block/null_blk/ |
H A D | null_blk.h | 121 bool no_sched; /* no IO scheduler for the device */ member
|
H A D | main.c | 85 module_param_named(no_sched, g_no_sched, int, 0444); 86 MODULE_PARM_DESC(no_sched, "No io scheduler"); 428 NULLB_DEVICE_ATTR(no_sched, bool, NULL); 655 "irqmode,max_sectors,mbps,memory_backed,no_sched," in memb_group_features_show() 740 dev->no_sched = g_no_sched; in null_alloc_dev() 1973 if (nullb->dev->no_sched) in null_init_tag_set()
|
/kernel/linux/linux-5.10/drivers/block/null_blk/ |
H A D | main.c | 88 module_param_named(no_sched, g_no_sched, int, 0444); 89 MODULE_PARM_DESC(no_sched, "No io scheduler");
|
Completed in 12 milliseconds