Home
last modified time | relevance | path

Searched +defs:async +defs:task (Results 1 – 3 of 3) sorted by relevance

/linux-6.14.4/kernel/bpf/
Dhelpers.c224 struct task_struct *task = current; in BPF_CALL_0() local
240 struct task_struct *task = current; in BPF_CALL_0() local
260 struct task_struct *task = current; in BPF_CALL_2() local
590 struct task_struct *task = current; in BPF_CALL_4() local
1242 static int __bpf_async_init(struct bpf_async_kern *async, struct bpf_map *map, u64 flags, in __bpf_async_init()
1352 static int __bpf_async_set_callback(struct bpf_async_kern *async, void *callback_fn, in __bpf_async_set_callback()
1452 static void drop_prog_refcnt(struct bpf_async_cb *async) in drop_prog_refcnt()
1533 static struct bpf_async_cb *__bpf_async_cancel_and_free(struct bpf_async_kern *async) in __bpf_async_cancel_and_free()
2461 __bpf_kfunc long bpf_task_under_cgroup(struct task_struct *task, in bpf_task_under_cgroup()
2505 bpf_task_get_cgroup1(struct task_struct *task, int hierarchy_id) in bpf_task_get_cgroup1()
[all …]
/linux-6.14.4/drivers/staging/greybus/
Dloopback.c65 struct task_struct *task; member
80 int async; member
/linux-6.14.4/drivers/vfio/
Dvfio_iommu_type1.c96 struct task_struct *task; member
411 static int mm_lock_acct(struct task_struct *task, struct mm_struct *mm, in mm_lock_acct()
424 static int vfio_lock_acct(struct vfio_dma *dma, long npage, bool async) in vfio_lock_acct()
1510 struct task_struct *task = current->group_leader; in vfio_change_dma_owner() local