Searched refs:cache_node (Results 1 – 3 of 3) sorted by relevance
111 struct cache_node *node; /* node for this minor */116 typedef struct cache_node { struct118 struct cache_node *parent; /* node's parent */ argument119 struct cache_node *sib; /* node's sibling */ argument120 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()