Home
last modified time | relevance | path

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

/developtools/profiler/hiebpf/include/
Dvmlinux.h42035 struct io_sq_data { struct
42036 refcount_t refs;
42037 atomic_t park_pending;
42038 struct mutex lock;
42039 struct list_head ctx_list;
42040 struct task_struct *thread;
42041 struct wait_queue_head wait;
42042 unsigned int sq_thread_idle;
42043 int sq_cpu;
42044 pid_t task_pid;
[all …]