Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dsched.h819 struct task_struct { struct
833 * This begins the randomizable portion of task_struct. Only argument
852 struct task_struct *last_wakee; argument
861 int recent_used_cpu;
862 int wake_cpu;
863 int on_rq;
865 int prio;
866 int static_prio;
867 int normal_prio;
868 unsigned int rt_priority;
[all …]
H A Dmemcontrol.h1276 int (*fn)(struct task_struct *, void *), void *arg) in mem_cgroup_scan_tasks()
/linux/tools/testing/selftests/bpf/progs/
H A Dtest_core_reloc_kernel.c27 struct task_struct { struct
31 struct task_struct *group_leader; argument
H A Dtest_core_retro.c7 struct task_struct { struct
28 struct task_struct *task = (void *)bpf_get_current_task(); in handle_sys_enter() argument
H A Dstrobemeta.h16 struct task_struct {}; struct
/linux/tools/perf/util/bpf_skel/vmlinux/
H A Dvmlinux.h100 struct task_struct { struct
101 unsigned int flags;
102 struct mm_struct *mm;
103 pid_t pid;
104 pid_t tgid;
105 char comm[16];
106 struct sighand_struct *sighand;
107 struct css_set *cgroups;
/linux/lib/kunit/
H A Dtry-catch.c40 struct task_struct *task_struct; in kunit_try_catch_run() local
/linux/include/linux/sched/
H A Dtask.h162 DEFINE_FREE(put_task, struct task_struct *, if (_T) put_task_struct(_T)) in DEFINE_FREE()
/linux/tools/testing/vma/
H A Dvma_internal.h460 struct task_struct { struct
469 struct task_struct *get_current(void); argument
/linux/kernel/bpf/
H A Dtask_iter.c751 BPF_CALL_5(bpf_find_vma, struct task_struct *, task, u64, start, in BPF_CALL_5()
H A Dhelpers.c683 const void __user *, user_ptr, struct task_struct *, tsk, u64, flags) in BPF_CALL_5()
H A Dverifier.c7087 BTF_TYPE_SAFE_RCU(struct task_struct) { in BTF_TYPE_SAFE_RCU()
/linux/kernel/sched/
H A Dsyscalls.c260 DEFINE_CLASS(find_get_task, struct task_struct *, if (_T) put_task_struct(_T), in DEFINE_CLASS()
/linux/mm/
H A Dmemcontrol.c1153 int (*fn)(struct task_struct *, void *), void *arg) in mem_cgroup_scan_tasks()
/linux/kernel/trace/
H A Dbpf_trace.c778 BPF_CALL_1(bpf_task_pt_regs, struct task_struct *, task) in BPF_CALL_1() argument
[all...]