Searched defs:hashmask (Results 1 - 6 of 6) sorted by relevance

/freebsd-10-stable/contrib/ofed/management/libibcommon/src/
H A Dhash.c46 #define hashmask(n) (hashsize(n)-1) macro
/freebsd-10-stable/sys/kern/
H A Dsubr_hash.c48 hashinit_flags(int elements, struct malloc_type *type, u_long *hashmask, argument
83 hashinit(int elements, struct malloc_type *type, u_long *hashmask) argument
90 hashdestroy(void *vhashtbl, struct malloc_type *type, u_long hashmask) argument
/freebsd-10-stable/sys/netinet/
H A Dtcp_hostcache.h73 u_int hashmask; member in struct:tcp_hostcache
H A Dtcp_syncache.h120 u_int hashmask; member in struct:tcp_syncache
/freebsd-10-stable/contrib/unbound/util/storage/
H A Dlookup3.c107 #define hashmask(n) (hashsize(n)-1) macro
/freebsd-10-stable/sys/dev/drm2/i915/
H A Di915_gem_execbuffer.c215 u_long hashmask; member in struct:eb_objects

Completed in 118 milliseconds