Searched refs:cache_node (Results 1 – 3 of 3) sorted by relevance
128 struct cache_node *node; /* node for this minor */133 typedef struct cache_node { struct135 struct cache_node *parent; /* node's parent */ argument136 struct cache_node *sib; /* node's sibling */ argument137 struct cache_node *child; /* first child for this node */ argument
309 typedef struct cache_node *cache_ptr;310 struct cache_node { struct433 victim = ALLOC(struct cache_node, 1);443 FREE(victim, struct cache_node, 1);
634 typedef struct cache_node *cache_ptr;635 struct cache_node { struct799 victim = malloc(sizeof (struct cache_node)); in cache_set()