Searched refs:SI_HASH (Results 1 – 1 of 1) sorted by relevance
72 #define SI_HASH(S) ((int)(S) & (si_cachecnt - 1)) macro1722 for (sp = si_cachei[SI_HASH(ip->i_shadow)]; sp; sp = sp->s_forw) in si_cachei_get()1765 for (sp = si_cachea[SI_HASH(spi->s_signature)]; sp; sp = sp->s_next) { in si_cachea_get()1809 tspp = &si_cachea[SI_HASH(sp->s_signature)]; in si_cache_put()1814 tspp = &si_cachei[SI_HASH(sp->s_shadow)]; in si_cache_put()1850 hash = SI_HASH(signature); in si_cache_del()1888 hash = SI_HASH(sp->s_shadow); in si_cache_del()