Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/
Dio_uring_types.h207 bool need_plug; member
/linux-6.12.1/block/
Dblk-cgroup.c217 bool need_plug = false; in blkg_async_bio_workfn() local
226 need_plug = true; in blkg_async_bio_workfn()
231 if (need_plug) in blkg_async_bio_workfn()
/linux-6.12.1/io_uring/
Dio_uring.c2101 if (state->need_plug && def->plug) { in io_init_req()
2103 state->need_plug = false; in io_init_req()
2235 state->need_plug = max_ios > 2; in io_submit_state_start()