Home
last modified time | relevance | path

Searched refs:nr_wait (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-6.6/io_uring/
H A Dio_uring.c1275 unsigned nr_wait, nr_tw, nr_tw_prev; in io_req_local_work_add() local
1295 /* Large enough to fail the nr_wait comparison below */ in io_req_local_work_add()
1311 nr_wait = atomic_read(&ctx->cq_wait_nr); in io_req_local_work_add()
1313 if (!nr_wait) in io_req_local_work_add()
1316 if (nr_wait > nr_tw || nr_tw_prev >= nr_wait) in io_req_local_work_add()
2586 int nr_wait = (int) iowq.cq_tail - READ_ONCE(ctx->rings->cq.tail); in io_cqring_wait() local
2590 atomic_set(&ctx->cq_wait_nr, nr_wait); in io_cqring_wait()
2608 io_run_local_work(ctx, nr_wait); in io_cqring_wait()
/kernel/linux/linux-5.10/fs/ext4/
H A Dinode.c1048 int nr_wait = 0; in ext4_block_write_begin() local
1101 wait[nr_wait++] = bh; in ext4_block_write_begin()
1107 for (i = 0; i < nr_wait; i++) { in ext4_block_write_begin()
1115 for (i = 0; i < nr_wait; i++) { in ext4_block_write_begin()
/kernel/linux/linux-6.6/fs/ext4/
H A Dinode.c1026 int nr_wait = 0; in ext4_block_write_begin() local
1080 wait[nr_wait++] = bh; in ext4_block_write_begin()
1086 for (i = 0; i < nr_wait; i++) { in ext4_block_write_begin()
1094 for (i = 0; i < nr_wait; i++) { in ext4_block_write_begin()

Completed in 22 milliseconds