Home
last modified time | relevance | path

Searched defs:task_struct (Results 1 – 24 of 24) sorted by relevance

/kernel/linux/linux-5.10/include/linux/
Dsched.h764 struct task_struct { struct
776 * This begins the randomizable portion of task_struct. Only argument
796 struct task_struct *last_wakee; argument
805 int recent_used_cpu;
806 int wake_cpu;
808 int on_rq;
810 int prio;
811 int static_prio;
812 int normal_prio;
813 unsigned int rt_priority;
[all …]
Dmemcontrol.h1112 int (*fn)(struct task_struct *, void *), void *arg) in mem_cgroup_scan_tasks()
/kernel/linux/linux-6.6/include/linux/
Dsched.h846 struct task_struct { struct
862 * This begins the randomizable portion of task_struct. Only argument
878 struct task_struct *last_wakee; argument
887 int recent_used_cpu;
888 int wake_cpu;
890 int on_rq;
892 int prio;
893 int static_prio;
894 int normal_prio;
895 unsigned int rt_priority;
[all …]
Dmemcontrol.h1411 int (*fn)(struct task_struct *, void *), void *arg) in mem_cgroup_scan_tasks()
/kernel/linux/linux-5.10/tools/include/linux/
Dlockdep.h26 struct task_struct { struct
39 extern struct task_struct *__curr(void); argument
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/
Dtest_core_reloc_kernel.c26 struct task_struct { struct
30 struct task_struct *group_leader; argument
Dtest_core_retro.c7 struct task_struct { struct
28 struct task_struct *task = (void *)bpf_get_current_task(); in handle_sys_enter() argument
Dstrobemeta.h14 struct task_struct {}; struct
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/
Dtest_core_reloc_kernel.c27 struct task_struct { struct
31 struct task_struct *group_leader; argument
Dtest_core_retro.c7 struct task_struct { struct
28 struct task_struct *task = (void *)bpf_get_current_task(); in handle_sys_enter() argument
Dstrobemeta.h14 struct task_struct {}; struct
/kernel/linux/linux-6.6/tools/perf/util/bpf_skel/vmlinux/
Dvmlinux.h92 struct task_struct { struct
93 unsigned int flags;
94 struct mm_struct *mm;
95 pid_t pid;
96 pid_t tgid;
97 char comm[16];
98 struct sighand_struct *sighand;
99 struct css_set *cgroups;
/kernel/linux/linux-6.6/kernel/bpf/
Dbpf_task_storage.c230 BPF_CALL_5(bpf_task_storage_get_recur, struct bpf_map *, map, struct task_struct *, in BPF_CALL_5()
249 BPF_CALL_5(bpf_task_storage_get, struct bpf_map *, map, struct task_struct *, in BPF_CALL_5()
265 BPF_CALL_2(bpf_task_storage_delete_recur, struct bpf_map *, map, struct task_struct *, in BPF_CALL_2()
286 BPF_CALL_2(bpf_task_storage_delete, struct bpf_map *, map, struct task_struct *, in BPF_CALL_2()
Dtask_iter.c780 BPF_CALL_5(bpf_find_vma, struct task_struct *, task, u64, start, in BPF_CALL_5()
Dstackmap.c480 BPF_CALL_4(bpf_get_task_stack, struct task_struct *, task, void *, buf, in BPF_CALL_4()
Dhelpers.c682 const void __user *, user_ptr, struct task_struct *, tsk, u64, flags) in BPF_CALL_5()
Dverifier.c6287 BTF_TYPE_SAFE_RCU(struct task_struct) { in BTF_TYPE_SAFE_RCU()
/kernel/linux/linux-6.6/lib/kunit/
Dtry-catch.c63 struct task_struct *task_struct; in kunit_try_catch_run() local
/kernel/linux/linux-5.10/lib/kunit/
Dtry-catch.c62 struct task_struct *task_struct; in kunit_try_catch_run() local
/kernel/linux/linux-6.6/include/linux/sched/
Dtask.h165 DEFINE_FREE(put_task, struct task_struct *, if (_T) put_task_struct(_T)) in DEFINE_FREE()
/kernel/linux/linux-5.10/kernel/bpf/
Dstackmap.c667 BPF_CALL_4(bpf_get_task_stack, struct task_struct *, task, void *, buf, in BPF_CALL_4()
/kernel/linux/linux-6.6/kernel/trace/
Dbpf_trace.c781 BPF_CALL_1(bpf_task_pt_regs, struct task_struct *, task) in BPF_CALL_1()
/kernel/linux/linux-5.10/mm/
Dmemcontrol.c1329 int (*fn)(struct task_struct *, void *), void *arg) in mem_cgroup_scan_tasks()
/kernel/linux/linux-6.6/mm/
Dmemcontrol.c1290 int (*fn)(struct task_struct *, void *), void *arg) in mem_cgroup_scan_tasks()