Searched refs:plug (Results 1 – 3 of 3) sorted by relevance
/io_uring/ |
A D | opdef.c | 66 .plug = 1, 81 .plug = 1, 101 .plug = 1, 115 .plug = 1, 247 .plug = 1, 261 .plug = 1, 417 .plug = 1, 548 .plug = 1, 563 .plug = 1,
|
A D | opdef.h | 9 unsigned plug : 1; member
|
A D | io_uring.c | 2175 if (state->need_plug && def->plug) { in io_init_req() 2178 blk_start_plug_nr_ios(&state->plug, state->submit_nr); in io_init_req() 2300 blk_finish_plug(&state->plug); in io_submit_state_end()
|
Completed in 11 milliseconds