Home
last modified time | relevance | path

Searched refs:what (Results 1 – 5 of 5) sorted by relevance

/kernel/trace/
Dblktrace.c185 static int act_log_check(struct blk_trace *bt, u32 what, sector_t sector, in act_log_check() argument
188 if (((bt->act_mask << BLK_TC_SHIFT) & what) == 0) in act_log_check()
216 int op, int op_flags, u32 what, int error, int pdu_len, in __blk_add_trace() argument
234 what |= ddir_act[op_is_write(op) ? WRITE : READ]; in __blk_add_trace()
235 what |= MASK_TC_BIT(op_flags, SYNC); in __blk_add_trace()
236 what |= MASK_TC_BIT(op_flags, RAHEAD); in __blk_add_trace()
237 what |= MASK_TC_BIT(op_flags, META); in __blk_add_trace()
238 what |= MASK_TC_BIT(op_flags, PREFLUSH); in __blk_add_trace()
239 what |= MASK_TC_BIT(op_flags, FUA); in __blk_add_trace()
241 what |= BLK_TC_ACT(BLK_TC_DISCARD); in __blk_add_trace()
[all …]
DKconfig341 depending on what the cpumask file is set to, which each thread
827 used to show what enums/sizeof the kernel tried to convert.
831 names matched with their values and what trace event system they
945 was written, the sizes, what was read, what was lost, and
967 Only say Y if you understand what this does, and you
978 Say N, unless you absolutely know what you are doing.
/kernel/irq/
DKconfig131 If you don't know what to do here, say N.
143 If you don't know what to do here, say N.
/kernel/dma/
DKconfig41 # DMA_ATTR_WRITE_COMBINE. Normally the "uncached" mapping should be what
/kernel/sched/
Dtopology.c1410 static void __free_domain_allocs(struct s_data *d, enum s_alloc what, in __free_domain_allocs() argument
1413 switch (what) { in __free_domain_allocs()