Searched refs:nfscl_chtable (Results 1 – 2 of 2) sorted by relevance
336 plistp = &nfscl->nfscl_chtable; in clget_impl()337 for (ch = nfscl->nfscl_chtable; ch != NULL; ch = ch->ch_next) { in clget_impl()372 ch->ch_next = nfscl->nfscl_chtable; in clget_impl()373 nfscl->nfscl_chtable = ch; in clget_impl()379 } else if (ch != nfscl->nfscl_chtable) { in clget_impl()381 ch->ch_next = nfscl->nfscl_chtable; in clget_impl()382 nfscl->nfscl_chtable = ch; in clget_impl()669 for (ch = nfscl->nfscl_chtable; ch != NULL; ch = ch->ch_next) { in clreclaim_zone()3432 nfscl->nfscl_chtable = NULL; in clinit_zone()3466 for (chp = nfscl->nfscl_chtable; chp != NULL; chp = next) { in clfini_zone()
661 struct chhead *nfscl_chtable; member