Home
last modified time | relevance | path

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

/linux-6.14.4/include/linux/
Dsched.h797 struct task_struct { struct
811 * This begins the randomizable portion of task_struct. Only argument
831 struct task_struct *last_wakee; argument
840 int recent_used_cpu;
841 int wake_cpu;
843 int on_rq;
845 int prio;
846 int static_prio;
847 int normal_prio;
848 unsigned int rt_priority;
[all …]
Dmemcontrol.h1299 int (*fn)(struct task_struct *, void *), void *arg) in mem_cgroup_scan_tasks()
/linux-6.14.4/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.h16 struct task_struct {}; struct
/linux-6.14.4/tools/perf/util/bpf_skel/vmlinux/
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-6.14.4/kernel/bpf/
Dbpf_task_storage.c231 BPF_CALL_5(bpf_task_storage_get_recur, struct bpf_map *, map, struct task_struct *, in BPF_CALL_5()
250 BPF_CALL_5(bpf_task_storage_get, struct bpf_map *, map, struct task_struct *, in BPF_CALL_5()
266 BPF_CALL_2(bpf_task_storage_delete_recur, struct bpf_map *, map, struct task_struct *, in BPF_CALL_2()
287 BPF_CALL_2(bpf_task_storage_delete, struct bpf_map *, map, struct task_struct *, in BPF_CALL_2()
Dstackmap.c545 BPF_CALL_4(bpf_get_task_stack, struct task_struct *, task, void *, buf, in BPF_CALL_4()
562 BPF_CALL_4(bpf_get_task_stack_sleepable, struct task_struct *, task, void *, buf, in BPF_CALL_4()
Dtask_iter.c751 BPF_CALL_5(bpf_find_vma, struct task_struct *, task, u64, start, in BPF_CALL_5()
Dhelpers.c680 const void __user *, user_ptr, struct task_struct *, tsk, u64, flags) in BPF_CALL_5()
Dverifier.c6851 BTF_TYPE_SAFE_RCU(struct task_struct) { in BTF_TYPE_SAFE_RCU()
/linux-6.14.4/lib/kunit/
Dtry-catch.c65 struct task_struct *task_struct; in kunit_try_catch_run() local
/linux-6.14.4/include/linux/sched/
Dtask.h173 DEFINE_FREE(put_task, struct task_struct *, if (_T) put_task_struct(_T)) in DEFINE_FREE()
/linux-6.14.4/tools/testing/vma/
Dvma_internal.h163 struct task_struct { struct
172 struct task_struct *get_current(void); argument
/linux-6.14.4/rust/kernel/
Dtask.rs252 pub fn as_ptr(&self) -> *mut bindings::task_struct { in as_ptr()
/linux-6.14.4/kernel/sched/
Dsyscalls.c284 DEFINE_CLASS(find_get_task, struct task_struct *, if (_T) put_task_struct(_T), in DEFINE_CLASS()
/linux-6.14.4/mm/
Dmemcontrol.c1160 int (*fn)(struct task_struct *, void *), void *arg) in mem_cgroup_scan_tasks()
/linux-6.14.4/kernel/trace/
Dbpf_trace.c773 BPF_CALL_1(bpf_task_pt_regs, struct task_struct *, task) in BPF_CALL_1()