Searched refs:FUHASH (Results 1 – 1 of 1) sorted by relevance
84 #define FUHASH 997 macro85 struct fileusage *fuhead[FUHASH];666 for (fup = fuhead[uid % FUHASH]; fup != 0; fup = fup->fu_next) in lookup()685 fhp = &fuhead[uid % FUHASH]; in adduid()