Home
last modified time | relevance | path

Searched refs:need_plug (Results 1 – 3 of 3) sorted by relevance

/linux/include/linux/
H A Dio_uring_types.h291 bool need_plug; member
/linux/block/
H A Dblk-cgroup.c219 bool need_plug = false; in blkg_async_bio_workfn() local
228 need_plug = true; in blkg_async_bio_workfn()
233 if (need_plug) in blkg_async_bio_workfn()
/linux/io_uring/
H A Dio_uring.c1810 if (state->need_plug && def->plug) { in io_init_req()
1812 state->need_plug = false; in io_init_req()
1951 state->need_plug = max_ios > 2; in io_submit_state_start()