Searched refs:pnode (Results 1 – 1 of 1) sorted by relevance
1434 Entry** pnode = (Entry**) &cache->entries[nn]; in _cache_flush_locked() local1436 while (*pnode != NULL) { in _cache_flush_locked()1437 Entry* node = *pnode; in _cache_flush_locked()1438 *pnode = node->hlink; in _cache_flush_locked()1578 Entry** pnode = (Entry**) &cache->entries[ index ]; in _cache_lookup_p() local1580 while (*pnode != NULL) { in _cache_lookup_p()1581 Entry* node = *pnode; in _cache_lookup_p()1589 pnode = &node->hlink; in _cache_lookup_p()1591 return pnode; in _cache_lookup_p()