Home
last modified time | relevance | path

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

/linux-6.15/io_uring/
H A Dio-wq.c46 struct io_worker { struct
47 refcount_t ref;
48 unsigned long flags;
50 struct list_head all_list;
51 struct task_struct *task;
52 struct io_wq *wq;
53 struct io_wq_acct *acct;
56 raw_spinlock_t lock;
58 struct completion ref_done;
62 int init_retries;
[all …]