Searched refs:td_hash (Results 1 – 5 of 5) sorted by relevance
852 de->td_hash = de->td_cookie = tmpfs_dirent_hash(name, namelen); in tmpfs_dirent_init()1271 dekey.td_hash = hash; in tmpfs_dir_xlookup_hash()1313 dekey.td_hash = cookie; in tmpfs_dir_lookup_cookie()1330 de->td_hash); in tmpfs_dir_lookup_cookie()1455 MPASS(de->td_hash >= TMPFS_DIRCOOKIE_MIN); in tmpfs_dir_attach()1456 MPASS(de->td_cookie == de->td_hash); in tmpfs_dir_attach()1512 xde = tmpfs_dir_xlookup_hash(dnode, de->td_hash); in tmpfs_dir_detach()1526 de->td_cookie = de->td_hash; in tmpfs_dir_detach()2403 if (a->td_hash > b->td_hash) in tmpfs_dirtree_cmp()2405 else if (a->td_hash < b->td_hash) in tmpfs_dirtree_cmp()
74 uint32_t td_hash; member
1717 LIST_FOREACH(td, TIDHASH(tid), td_hash) { in tdfind_hash()1729 LIST_REMOVE(td, td_hash); in tdfind_hash()1731 td, td_hash); in tdfind_hash()1786 LIST_INSERT_HEAD(TIDHASH(td->td_tid), td, td_hash); in tidhash_add()1795 LIST_REMOVE(td, td_hash); in tidhash_remove()
156 uint32_t td_hash;590 if (tp->td_hash == hash && in trie_hash() 611 tp->td_hash = hash; in trie_ref() 159 uint32_t td_hash; global() member
244 LIST_ENTRY(thread) td_hash; /* (d) Hash chain. */