Searched defs:task_struct (Results 1 – 7 of 7) sorted by relevance
/kernel/bpf/ |
A D | bpf_task_storage.c | 231 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()
|
A D | stackmap.c | 545 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()
|
A D | task_iter.c | 751 BPF_CALL_5(bpf_find_vma, struct task_struct *, task, u64, start, in BPF_CALL_5()
|
A D | helpers.c | 683 const void __user *, user_ptr, struct task_struct *, tsk, u64, flags) in BPF_CALL_5()
|
A D | verifier.c | 7103 BTF_TYPE_SAFE_RCU(struct task_struct) { in BTF_TYPE_SAFE_RCU()
|
/kernel/sched/ |
A D | syscalls.c | 281 DEFINE_CLASS(find_get_task, struct task_struct *, if (_T) put_task_struct(_T), in DEFINE_CLASS()
|
/kernel/trace/ |
A D | bpf_trace.c | 779 BPF_CALL_1(bpf_task_pt_regs, struct task_struct *, task) in BPF_CALL_1()
|
Completed in 84 milliseconds