Home
last modified time | relevance | path

Searched refs:preempt_model_none (Results 1 – 2 of 2) sorted by relevance

/linux/include/linux/
H A Dpreempt.h478 extern bool preempt_model_none(void);
485 static inline bool preempt_model_none(void)
/linux/kernel/kcsan/
H A Dkcsan_test.c1408 const long min_unused_cpus = preempt_model_none() ? 2 : 0; in nthreads_gen_params()