HomeSort by: relevance | last modified time | path
    Searched refs:hashtype (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/kern/
subr_hash.c 53 hash_list_size(enum hashtype htype)
87 hashinit(u_int elements, enum hashtype htype, bool waitok, u_long *hashmask)
140 hashdone(void *hashtbl, enum hashtype htype, u_long hashmask)
  /src/sys/sys/
systm.h 186 enum hashtype { enum
241 void *hashinit(u_int, enum hashtype, bool, u_long *);
242 void hashdone(void *, enum hashtype, u_long);
  /src/usr.bin/vmstat/
vmstat.c 1898 enum hashtype { /* from <sys/systm.h> */ enum
1909 enum hashtype type; /* type of hash table */
  /src/sys/dev/pci/igc/
if_igc.c 2132 const uint16_t hashtype __unused =
2200 if (hashtype != IGC_RXDADV_RSSTYPE_NONE) {

Completed in 17 milliseconds