Home
last modified time | relevance | path

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

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