Searched defs:io_context (Results 1 – 1 of 1) sorted by relevance
1099 struct io_context *io_context; member2776 struct io_context { struct2777 atomic_long_t refcount;2778 atomic_t active_ref;2779 atomic_t nr_tasks;2780 spinlock_t lock;2781 short unsigned int ioprio;2782 struct xarray icq_tree;2783 struct io_cq *icq_hint;2784 struct hlist_head icq_list;[all …]