Searched refs:POLLHASH (Results 1 – 2 of 2) sorted by relevance
163 #define POLLHASH(x, y) ((y) % (x)) /* poll hash function */ macro
1081 hashindex = POLLHASH(pcp->pc_hashsize, fd); in pcache_lookup_fd()1119 hashindex = POLLHASH(pcp->pc_hashsize, fd); in pcache_insert_fd()