Searched refs:IOU_F_TWQ_LAZY_WAKE (Results 1 - 7 of 7) sorted by relevance

/linux-master/io_uring/
H A Dnotif.h37 __io_req_task_work_add(notif, IOU_F_TWQ_LAZY_WAKE);
H A Dnotif.c34 __io_req_task_work_add(notif, IOU_F_TWQ_LAZY_WAKE);
H A Dpoll.c243 flags = IOU_F_TWQ_LAZY_WAKE;
H A Drw.c333 __io_req_task_work_add(req, IOU_F_TWQ_LAZY_WAKE);
H A Dio_uring.c1307 flags &= ~IOU_F_TWQ_LAZY_WAKE;
1328 if (!(flags & IOU_F_TWQ_LAZY_WAKE))
/linux-master/include/linux/io_uring/
H A Dcmd.h59 /* users must follow the IOU_F_TWQ_LAZY_WAKE semantics */
63 __io_uring_cmd_do_in_task(ioucmd, task_work_cb, IOU_F_TWQ_LAZY_WAKE);
/linux-master/include/linux/
H A Dio_uring_types.h19 IOU_F_TWQ_LAZY_WAKE = 1, enumerator in enum:__anon45

Completed in 169 milliseconds