Home | History | Annotate | Download | only in sunrpc

Lines Matching full:hash

17 #include <linux/hash.h>
49 struct hlist_node hash;
132 unsigned long hash = 0;
143 hash = hash_long(hash^l, BITS_PER_LONG);
145 return hash >> (BITS_PER_LONG - bits);
150 unsigned long hash = 0;
162 hash = hash_long(hash^l, BITS_PER_LONG);
164 return hash >> (BITS_PER_LONG - bits);