Home
last modified time | relevance | path

Searched defs:kernel_thread (Results 1 – 3 of 3) sorted by relevance

/linux/kernel/trace/rv/monitors/sleep/
H A Dsleep.h97 bool kernel_thread = test_bit(LTL_KERNEL_THREAD, mon->atoms); in ltl_start() local
146 bool kernel_thread = test_bit(LTL_KERNEL_THREAD, mon->atoms); in ltl_possible_next_states() local
/linux/tools/perf/util/
H A Dsynthetic-events.c197 bool kernel_thread; in perf_event__synthesize_comm() local
819 bool kernel_thread = false; in __event__synthesize_thread() local
/linux/kernel/
H A Dfork.c2658 pid_t kernel_thread(int (*fn)(void *), void *arg, const char *name, in kernel_thread() function