Searched refs:NPCHASH (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/fs/
H A Dpc_node.h88 #define NPCHASH 1 macro
90 #if NPCHASH == 1
94 #define PCFHASH(FSP, BN, O) (((unsigned)FSP + BN + O) % NPCHASH)
95 #define PCDHASH(FSP, SC) (((unsigned)FSP + SC) % NPCHASH)
/illumos-gate/usr/src/uts/common/fs/pcfs/
H A Dpc_node.c49 struct pchead pcfhead[NPCHASH];
50 struct pchead pcdhead[NPCHASH];
72 for (i = 0; i < NPCHASH; i++) {
695 for (hp = pcdhead; hp < &pcdhead[NPCHASH]; hp++) {
727 for (hp = pcfhead; fsp->pcfs_frefs && hp < &pcfhead[NPCHASH]; hp++) {
H A Dpc_vfsops.c938 while (hp < & pcfhead [ NPCHASH ]) {

Completed in 2685 milliseconds