Searched refs:pnode (Results 1 – 1 of 1) sorted by relevance
1430 Entry** pnode = (Entry**) &cache->entries[nn]; in _cache_flush_locked() local1432 while (*pnode != NULL) { in _cache_flush_locked()1433 Entry* node = *pnode; in _cache_flush_locked()1434 *pnode = node->hlink; in _cache_flush_locked()1574 Entry** pnode = (Entry**) &cache->entries[ index ]; in _cache_lookup_p() local1576 while (*pnode != NULL) { in _cache_lookup_p()1577 Entry* node = *pnode; in _cache_lookup_p()1585 pnode = &node->hlink; in _cache_lookup_p()1587 return pnode; in _cache_lookup_p()