Searched refs:DEFAULT_PRI (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-6.6/tools/tracing/latency/ |
H A D | latency-collector.c | 111 #define DEFAULT_PRI (0) macro 143 { "other", SCHED_OTHER, DEFAULT_PRI }, 144 { "batch", SCHED_BATCH, DEFAULT_PRI }, 145 { "idle", SCHED_IDLE, DEFAULT_PRI }, 148 { NULL, 0, DEFAULT_PRI }
|
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | gdth.h | 268 #define DEFAULT_PRI 0x20 macro
|
H A D | gdth.c | 1602 if (nscp_cmndinfo->priority >= DEFAULT_PRI) { in gdth_next() 3324 cmndinfo->priority = DEFAULT_PRI; in gdth_queuecommand_lck()
|
Completed in 12 milliseconds