Home
last modified time | relevance | path

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

/Linux-v6.1/io_uring/
Dkbuf.c20 #define BGID_ARRAY 64 macro
34 if (ctx->io_bl && bgid < BGID_ARRAY) in io_buffer_get_list()
44 if (bgid < BGID_ARRAY) in io_buffer_add_list()
195 ctx->io_bl = kcalloc(BGID_ARRAY, sizeof(struct io_buffer_list), in io_init_bl_list()
200 for (i = 0; i < BGID_ARRAY; i++) { in io_init_bl_list()
252 for (i = 0; i < BGID_ARRAY; i++) { in io_destroy_buffers()
433 if (unlikely(p->bgid < BGID_ARRAY && !ctx->io_bl)) { in io_provide_buffers()
494 if (unlikely(reg.bgid < BGID_ARRAY && !ctx->io_bl)) { in io_register_pbuf_ring()
546 if (bl->bgid >= BGID_ARRAY) { in io_unregister_pbuf_ring()