Searched refs:task_struct (Results 1 – 7 of 7) sorted by relevance
/third_party/libbpf/src/ |
D | bpf_helper_defs.h | 31 struct task_struct; 3337 static long (*bpf_get_task_stack)(struct task_struct *task, void *buf, __u32 size, __u64 flags) = (… 3717 static void *(*bpf_task_storage_get)(void *map, struct task_struct *task, void *value, __u64 flags)… 3729 static long (*bpf_task_storage_delete)(void *map, struct task_struct *task) = (void *) 157; 3741 static struct task_struct *(*bpf_get_current_task_btf)(void) = (void *) 158; 4081 static long (*bpf_task_pt_regs)(struct task_struct *task) = (void *) 175; 4172 static long (*bpf_find_vma)(struct task_struct *task, __u64 addr, void *callback_fn, void *callback… 4336 …py_from_user_task)(void *dst, __u32 size, const void *user_ptr, struct task_struct *tsk, __u64 fla…
|
/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/ |
D | workqueue.h | 89 typedef struct LosTaskCB task_struct; typedef 142 task_struct *thread; /**< Workqueue handling thread. */
|
/third_party/libbpf/.github/actions/build-selftests/ |
D | vmlinux.h | 1094 struct task_struct { struct 1105 struct task_struct *last_wakee; argument 1178 struct task_struct *real_parent; argument 1179 struct task_struct *parent; argument 1182 struct task_struct *group_leader; argument 1240 struct task_struct *pi_top_task; argument 1335 struct task_struct *oom_reaper_list; argument 2487 int (*cpu_up)(unsigned int, struct task_struct *); 2923 struct task_struct *owner; 3313 struct task_struct *owner; [all …]
|
/third_party/FreeBSD/sys/compat/linuxkpi/common/src/ |
D | linux_workqueue.c | 180 cwq->thread = (task_struct*)OS_TCB_FROM_TID(cwq->wq->wq_id); in CreateWorkqueueThread()
|
/third_party/libabigail/tests/data/test-read-dwarf/ |
D | PR25007-sdhci.ko.abi | 7002 …<class-decl name='task_struct' size-in-bits='28672' is-struct='yes' visibility='default' filepath=…
|
/third_party/libabigail/tests/data/test-diff-filter/ |
D | test-PR27569-v1.abi | 1781 …<class-decl name="task_struct" size-in-bits="30720" is-struct="yes" visibility="default" filepath=…
|
D | test-PR27569-v0.abi | 1781 …<class-decl name="task_struct" size-in-bits="30720" is-struct="yes" visibility="default" filepath=…
|