Searched refs:jhash_2words (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/sys/dev/cxgb/common/
H A Djhash.h130 static inline u32 jhash_2words(u32 a, u32 b, u32 initval) function
/freebsd-11-stable/sys/compat/linuxkpi/common/include/linux/
H A Djhash.h137 static inline u32 jhash_2words(u32 a, u32 b, u32 initval) function
/freebsd-11-stable/sys/dev/cxgb/ulp/tom/
H A Dcxgb_l2t.c73 return jhash_2words(key, ifindex, 0) & (d->nentries - 1);
/freebsd-11-stable/sys/ofed/drivers/infiniband/core/
H A Dib_fmr_pool.c114 return jhash_2words((u32) first_page, (u32) (first_page >> 32), 0) &

Completed in 127 milliseconds