Searched defs:work (Results 1 – 5 of 5) sorted by relevance
66 struct delayed_work work; member527 struct io_wq_work *work, *tail; in io_get_next_work() local581 struct io_wq_work *work) in io_assign_current_work()604 struct io_wq_work *work; in io_worker_handle_work() local876 static void io_workqueue_create(struct work_struct *work) in io_workqueue_create()978 struct io_wq_work *work, unsigned int work_flags) in io_wq_insert_work()1003 void io_wq_enqueue(struct io_wq *wq, struct io_wq_work *work) in io_wq_enqueue()1057 void io_wq_hash_work(struct io_wq_work *work, void *val) in io_wq_hash_work()1067 struct io_wq_work *work) in __io_wq_worker_cancel()1096 struct io_wq_work *work, in io_wq_remove_pending()[all …]
57 static inline bool io_wq_is_hashed(struct io_wq_work *work) in io_wq_is_hashed()
111 static inline struct io_wq_work *wq_next_work(struct io_wq_work *work) in wq_next_work()
248 static __cold void io_fallback_req_func(struct work_struct *work) in io_fallback_req_func()1836 struct io_wq_work *io_wq_free_work(struct io_wq_work *work) in io_wq_free_work()1849 void io_wq_submit_work(struct io_wq_work *work) in io_wq_submit_work()2912 struct io_tctx_exit *work; in io_tctx_exit_cb() local2926 static __cold bool io_cancel_ctx_cb(struct io_wq_work *work, void *data) in io_cancel_ctx_cb()2933 static __cold void io_ring_exit_work(struct work_struct *work) in io_ring_exit_work()3071 static bool io_cancel_task_cb(struct io_wq_work *work, void *data) in io_cancel_task_cb()
68 static bool io_cancel_cb(struct io_wq_work *work, void *data) in io_cancel_cb()
Completed in 16 milliseconds