Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/
Dio_uring_types.h175 bool need_plug; member
/linux-6.1.9/block/
Dblk-cgroup.c157 bool need_plug = false; in blkg_async_bio_workfn() local
167 need_plug = true; in blkg_async_bio_workfn()
172 if (need_plug) in blkg_async_bio_workfn()
/linux-6.1.9/io_uring/
Dio_uring.c2041 if (state->need_plug && def->plug) { in io_init_req()
2043 state->need_plug = false; in io_init_req()
2180 state->need_plug = max_ios > 2; in io_submit_state_start()