Home
last modified time | relevance | path

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

/linux-6.15/tools/perf/util/
H A Dbpf_kwork_top.c40 __u32 is_kthread; member
234 work->is_kthread = data.is_kthread; in read_task_info()
H A Dkwork.h140 bool is_kthread; member
/linux-6.15/tools/perf/util/bpf_skel/
H A Dkwork_top.bpf.c37 __u32 is_kthread; member
117 .is_kthread = task->flags & PF_KTHREAD ? 1 : 0, in update_task_info()
/linux-6.15/fs/bcachefs/
H A Dmove.c490 bool is_kthread = current->flags & PF_KTHREAD; in bch2_move_ratelimit() local
497 (is_kthread && kthread_should_stop())); in bch2_move_ratelimit()
503 if (is_kthread && kthread_should_stop()) in bch2_move_ratelimit()
509 (is_kthread && kthread_should_stop()), in bch2_move_ratelimit()
752 bool is_kthread = current->flags & PF_KTHREAD; in __bch2_move_data_phys() local
793 if (is_kthread && kthread_should_stop()) in __bch2_move_data_phys()
/linux-6.15/tools/perf/
H A Dbuiltin-kwork.c1675 work->is_kthread ? "[" : "", in top_print_work()
1677 work->is_kthread ? "]" : ""); in top_print_work()