Home
last modified time | relevance | path

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

/linux-6.12.1/tools/perf/util/
Dbpf_kwork_top.c40 __u32 is_kthread; member
234 work->is_kthread = data.is_kthread; in read_task_info()
Dkwork.h139 bool is_kthread; member
/linux-6.12.1/tools/perf/util/bpf_skel/
Dkwork_top.bpf.c35 __u32 is_kthread; member
115 .is_kthread = task->flags & PF_KTHREAD ? 1 : 0, in update_task_info()
/linux-6.12.1/fs/bcachefs/
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-6.12.1/tools/perf/
Dbuiltin-kwork.c1673 work->is_kthread ? "[" : "", in top_print_work()
1675 work->is_kthread ? "]" : ""); in top_print_work()