Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/io_uring/
H A Dio_uring.c1115 static struct kmem_cache *req_cachep; variable
1985 ret = kmem_cache_alloc_bulk(req_cachep, gfp, IO_REQ_ALLOC_BATCH, in io_alloc_req()
1993 state->reqs[0] = kmem_cache_alloc(req_cachep, gfp); in io_alloc_req()
9178 kmem_cache_free(req_cachep, req); in io_req_cache_free()
9189 kmem_cache_free_bulk(req_cachep, state->free_reqs, state->reqs); in io_req_caches_free()
10964 req_cachep = KMEM_CACHE(io_kiocb, SLAB_HWCACHE_ALIGN | SLAB_PANIC | in io_uring_init()