Home
last modified time | relevance | path

Searched refs:hash_list (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/kern/
H A Dsubr_sfbuf.c113 struct sf_head *hash_list; in sf_buf_alloc() local
122 hash_list = &sf_buf_active[SF_BUF_HASH(m)]; in sf_buf_alloc()
124 LIST_FOREACH(sf, hash_list, list_entry) { in sf_buf_alloc()
156 LIST_INSERT_HEAD(hash_list, sf, list_entry); in sf_buf_alloc()
215 struct sf_head *hash_list; in sf_buf_process_page() local
218 hash_list = &sf_buf_active[SF_BUF_HASH(m)]; in sf_buf_process_page()
220 LIST_FOREACH(sf, hash_list, list_entry) { in sf_buf_process_page()
/freebsd/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_plist.c360 bhnd_nvram_plist_entry_list *hash_list; in bhnd_nvram_plist_get_entry() local
365 hash_list = &plist->names[h % nitems(plist->names)]; in bhnd_nvram_plist_get_entry()
367 LIST_FOREACH(entry, hash_list, pl_hash_link) { in bhnd_nvram_plist_get_entry()
414 bhnd_nvram_plist_entry_list *hash_list; in bhnd_nvram_plist_append() local
437 hash_list = &plist->names[h % nitems(plist->names)]; in bhnd_nvram_plist_append()
438 LIST_INSERT_HEAD(hash_list, entry, pl_hash_link); in bhnd_nvram_plist_append()
/freebsd/sys/dev/e1000/
H A De1000_vf.c404 u16 *hash_list = (u16 *)&msgbuf[1]; in e1000_update_mc_addr_list_vf() local
433 hash_list[i] = hash_value & 0x0FFF; in e1000_update_mc_addr_list_vf()