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 …]
232 node = io_cache_alloc(&ctx->node_cache, GFP_KERNEL); in __io_sqe_files_update() 249 ret = io_alloc_cache_init(&ctx->node_cache, IO_ALLOC_CACHE_MAX, in __io_sqe_files_update() 258 io_alloc_cache_free(&ctx->node_cache, kfree); in __io_sqe_files_update() 603 io_cache_free(&ctx->node_cache, node); in io_sqe_buffers_unregister() 943 io_cache_free(&ctx->node_cache, node); in io_buffer_register_bvec() 1055 io_cache_free(&ctx->node_cache, node); in io_import_fixed() 1362 io_cache_free(&ctx->node_cache, dst_node); in io_vec_fill_bvec()
383 struct io_alloc_cache node_cache;351 struct io_alloc_cache node_cache; global() member