req_cachep        372 fs/io_uring.c  static struct kmem_cache *req_cachep;
req_cachep        624 fs/io_uring.c  		req = kmem_cache_alloc(req_cachep, gfp);
req_cachep        632 fs/io_uring.c  		ret = kmem_cache_alloc_bulk(req_cachep, gfp, sz, state->reqs);
req_cachep        639 fs/io_uring.c  			state->reqs[0] = kmem_cache_alloc(req_cachep, gfp);
req_cachep        669 fs/io_uring.c  		kmem_cache_free_bulk(req_cachep, *nr, reqs);
req_cachep        680 fs/io_uring.c  	kmem_cache_free(req_cachep, req);
req_cachep       2607 fs/io_uring.c  		kmem_cache_free_bulk(req_cachep, state->free_reqs,
req_cachep       4110 fs/io_uring.c  	req_cachep = KMEM_CACHE(io_kiocb, SLAB_HWCACHE_ALIGN | SLAB_PANIC);