Home
last modified time | relevance | path

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

/linux/tools/perf/util/
A Dbpf_kwork_top.c40 __u32 is_kthread; member
234 work->is_kthread = data.is_kthread; in read_task_info()
A Dkwork.h139 bool is_kthread; member
/linux/tools/perf/util/bpf_skel/
A Dkwork_top.bpf.c35 __u32 is_kthread; member
115 .is_kthread = task->flags & PF_KTHREAD ? 1 : 0, in update_task_info()
/linux/fs/bcachefs/
A Dmove.c460 bool is_kthread = current->flags & PF_KTHREAD; in bch2_move_ratelimit() local
467 (is_kthread && kthread_should_stop())); in bch2_move_ratelimit()
473 if (is_kthread && kthread_should_stop()) in bch2_move_ratelimit()
479 (is_kthread && kthread_should_stop()), in bch2_move_ratelimit()
655 bool is_kthread = current->flags & PF_KTHREAD; in bch2_evacuate_bucket() local
703 if (is_kthread && kthread_should_stop()) in bch2_evacuate_bucket()
/linux/tools/perf/
A Dbuiltin-kwork.c1673 work->is_kthread ? "[" : "", in top_print_work()
1675 work->is_kthread ? "]" : ""); in top_print_work()

Completed in 16 milliseconds