Lines Matching defs:node_cache
141 struct posix_msg_tree_node *node_cache;
212 if (info->node_cache) {
213 leaf = info->node_cache;
214 info->node_cache = NULL;
244 if (info->node_cache)
247 info->node_cache = leaf;
328 info->node_cache = NULL;
529 kfree(info->node_cache);
1124 if (!info->node_cache)
1129 if (!info->node_cache && new_leaf) {
1132 info->node_cache = new_leaf;
1230 if (!info->node_cache)
1235 if (!info->node_cache && new_leaf) {
1238 info->node_cache = new_leaf;