Home
last modified time | relevance | path

Searched defs:io_sq_data (Results 1 – 5 of 5) sorted by relevance

/external/libbpf/.github/actions/build-selftests/
Dvmlinux.h44790 struct io_sq_data { struct
44791 refcount_t refs;
44792 atomic_t park_pending;
44793 struct mutex lock;
44794 struct list_head ctx_list;
44795 struct task_struct *thread;
44796 struct wait_queue_head wait;
44797 unsigned int sq_thread_idle;
44798 int sq_cpu;
44799 pid_t task_pid;
[all …]
/external/bcc/libbpf-tools/powerpc/
Dvmlinux_510.h73560 struct io_sq_data { struct
73561 refcount_t refs;
73562 struct mutex lock;
73563 struct list_head ctx_list;
73564 struct list_head ctx_new_list;
73565 struct mutex ctx_lock;
73566 struct task_struct *thread;
73567 struct wait_queue_head wait;
Dvmlinux.h73560 struct io_sq_data { struct
73561 refcount_t refs;
73562 struct mutex lock;
73563 struct list_head ctx_list;
73564 struct list_head ctx_new_list;
73565 struct mutex ctx_lock;
73566 struct task_struct *thread;
73567 struct wait_queue_head wait;
/external/bcc/libbpf-tools/arm64/
Dvmlinux.h39874 struct io_sq_data { struct
39875 refcount_t refs;
39876 struct mutex lock;
39877 struct list_head ctx_list;
39878 struct list_head ctx_new_list;
39879 struct mutex ctx_lock;
39880 struct task_struct *thread;
39881 struct wait_queue_head wait;
Dvmlinux_510.h39874 struct io_sq_data { struct
39875 refcount_t refs;
39876 struct mutex lock;
39877 struct list_head ctx_list;
39878 struct list_head ctx_new_list;
39879 struct mutex ctx_lock;
39880 struct task_struct *thread;
39881 struct wait_queue_head wait;