Home
last modified time | relevance | path

Searched refs:task_struct (Results 1 - 3 of 3) sorted by relevance

/third_party/libbpf/src/
H A Dbpf_helper_defs.h31 struct task_struct;
3328 * pointer to **struct task_struct**. To store the stacktrace, the
3358 static long (*bpf_get_task_stack)(struct task_struct *task, void *buf, __u32 size, __u64 flags) = (void *) 141;
3717 * helper enforces the key must be a task_struct and the map must also
3738 static void *(*bpf_task_storage_get)(void *map, struct task_struct *task, void *value, __u64 flags) = (void *) 156;
3750 static long (*bpf_task_storage_delete)(void *map, struct task_struct *task) = (void *) 157;
3757 * *ARG_PTR_TO_BTF_ID* of type *task_struct*.
3762 static struct task_struct *(*bpf_get_current_task_btf)(void) = (void *) 158;
4115 static long (*bpf_task_pt_regs)(struct task_struct *task) = (void *) 175;
4197 * long (\*callback_fn)(struct task_struct \*tas
[all...]
/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/
H A Dworkqueue.h87 typedef struct LosTaskCB task_struct; typedef
140 task_struct *thread; /**< Workqueue handling thread. */
/third_party/FreeBSD/sys/compat/linuxkpi/common/src/
H A Dlinux_workqueue.c180 cwq->thread = (task_struct*)OS_TCB_FROM_TID(cwq->wq->wq_id); in CreateWorkqueueThread()

Completed in 7 milliseconds