Searched refs:pnode (Results 1 – 1 of 1) sorted by relevance
1371 Entry** pnode = (Entry**) &cache->entries[nn]; in _cache_flush_locked() local1373 while (*pnode != NULL) { in _cache_flush_locked()1374 Entry* node = *pnode; in _cache_flush_locked()1375 *pnode = node->hlink; in _cache_flush_locked()1515 Entry** pnode = (Entry**) &cache->entries[ index ]; in _cache_lookup_p() local1517 while (*pnode != NULL) { in _cache_lookup_p()1518 Entry* node = *pnode; in _cache_lookup_p()1526 pnode = &node->hlink; in _cache_lookup_p()1528 return pnode; in _cache_lookup_p()