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