PFS_HSIZE
static struct pfshead pfshead[PFS_HSIZE];
#define PFSHASH(pid) &pfshead[((pid) & ~PFS_DEAD) % PFS_HSIZE]