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