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

/linux-master/block/
H A Dbfq-iosched.c220 static struct kmem_cache *bfq_pool; variable in typeref:struct:kmem_cache
5410 kmem_cache_free(bfq_pool, bfqq);
5853 bfqq = kmem_cache_alloc_node(bfq_pool,
7372 kmem_cache_destroy(bfq_pool);
7377 bfq_pool = KMEM_CACHE(bfq_queue, 0);
7378 if (!bfq_pool)

Completed in 267 milliseconds