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

/linux-master/include/linux/io_uring/
H A Dcmd.h83 /* users must follow the IOU_F_TWQ_LAZY_WAKE semantics */
87 __io_uring_cmd_do_in_task(ioucmd, task_work_cb, IOU_F_TWQ_LAZY_WAKE);
/linux-master/io_uring/
H A Dnotif.c58 tw_flags = nd->next ? 0 : IOU_F_TWQ_LAZY_WAKE;
H A Dpoll.c244 flags = IOU_F_TWQ_LAZY_WAKE;
H A Drw.c531 __io_req_task_work_add(req, IOU_F_TWQ_LAZY_WAKE);
H A Dio_uring.c1192 flags &= ~IOU_F_TWQ_LAZY_WAKE;
1213 if (!(flags & IOU_F_TWQ_LAZY_WAKE))
/linux-master/include/linux/
H A Dio_uring_types.h19 IOU_F_TWQ_LAZY_WAKE = 1, enumerator in enum:__anon2233

Completed in 307 milliseconds