Searched defs:DNLC_MAX_RELE (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/
H A Ddnlc.c106 * DNLC_MAX_RELE is used to size an array on the stack when releasing
123 #define DNLC_MAX_RELE 8 /* must be even */ macro
701 vnode_t *nc_rele[DNLC_MAX_RELE];
724 if (index == DNLC_MAX_RELE)
749 vnode_t *nc_rele[DNLC_MAX_RELE];
776 if (index == DNLC_MAX_RELE) {
814 vnode_t *nc_rele[DNLC_MAX_RELE];
840 if (index == DNLC_MAX_RELE) {

Completed in 61 milliseconds