Searched refs:node_cache (Results 1 – 3 of 3) sorted by relevance
140 struct posix_msg_tree_node *node_cache; member209 if (info->node_cache) { in msg_insert()210 leaf = info->node_cache; in msg_insert()211 info->node_cache = NULL; in msg_insert()241 if (info->node_cache) in msg_tree_erase()244 info->node_cache = leaf; in msg_tree_erase()324 info->node_cache = NULL; in mqueue_get_inode()529 kfree(info->node_cache); in mqueue_evict_inode()1090 if (!info->node_cache) in do_mq_timedsend()1095 if (!info->node_cache && new_leaf) { in do_mq_timedsend()[all …]
144 node = io_cache_alloc(&ctx->node_cache, GFP_KERNEL); in io_rsrc_node_alloc()161 ret = io_alloc_cache_init(&ctx->node_cache, IO_ALLOC_CACHE_MAX, in io_rsrc_cache_init()170 io_alloc_cache_free(&ctx->node_cache, kfree); in io_rsrc_cache_free()513 io_cache_free(&ctx->node_cache, node); in io_free_rsrc_node()851 io_cache_free(&ctx->node_cache, node); in io_sqe_buffer_register()
340 struct io_alloc_cache node_cache; member