Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/io_uring/
H A Dkbuf.c20 #define BGID_ARRAY 64 macro
38 if (bl && bgid < BGID_ARRAY) in __io_buffer_get_list()
70 if (bgid < BGID_ARRAY) in io_buffer_add_list()
223 bl = kcalloc(BGID_ARRAY, sizeof(struct io_buffer_list), GFP_KERNEL); in io_init_bl_list()
227 for (i = 0; i < BGID_ARRAY; i++) { in io_init_bl_list()
310 for (i = 0; i < BGID_ARRAY; i++) { in io_destroy_buffers()
488 if (unlikely(p->bgid < BGID_ARRAY && !ctx->io_bl)) { in io_provide_buffers()
510 if (p->bgid >= BGID_ARRAY) in io_provide_buffers()
678 if (unlikely(reg.bgid < BGID_ARRAY && !ctx->io_bl)) { in io_register_pbuf_ring()
733 if (bl->bgid >= BGID_ARRAY) { in io_unregister_pbuf_ring()
[all...]

Completed in 1 milliseconds