Searched refs:node_cache (Results 1 – 3 of 3) sorted by relevance
141 struct posix_msg_tree_node *node_cache; member210 if (info->node_cache) { in msg_insert()211 leaf = info->node_cache; in msg_insert()212 info->node_cache = NULL; in msg_insert()242 if (info->node_cache) in msg_tree_erase()245 info->node_cache = leaf; in msg_tree_erase()325 info->node_cache = NULL; in mqueue_get_inode()530 kfree(info->node_cache); in mqueue_evict_inode()1115 if (!info->node_cache) in do_mq_timedsend()1120 if (!info->node_cache && new_leaf) { in do_mq_timedsend()[all …]
156 node = io_cache_alloc(&ctx->node_cache, GFP_KERNEL); in io_rsrc_node_alloc()173 ret = io_alloc_cache_init(&ctx->node_cache, IO_ALLOC_CACHE_MAX, in io_rsrc_cache_init()182 io_alloc_cache_free(&ctx->node_cache, kfree); in io_rsrc_cache_free()528 io_cache_free(&ctx->node_cache, node); in io_free_rsrc_node()857 io_cache_free(&ctx->node_cache, node); in io_sqe_buffer_register()
305 struct io_alloc_cache node_cache; member