Home
last modified time | relevance | path

Searched refs:td_hash (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/fs/tmpfs/
H A Dtmpfs_subr.c890 de->td_hash = de->td_cookie = tmpfs_dirent_hash(name, namelen); in tmpfs_dirent_init()
1309 dekey.td_hash = hash; in tmpfs_dir_xlookup_hash()
1351 dekey.td_hash = cookie; in tmpfs_dir_lookup_cookie()
1368 de->td_hash); in tmpfs_dir_lookup_cookie()
1493 MPASS(de->td_hash >= TMPFS_DIRCOOKIE_MIN); in tmpfs_dir_attach()
1494 MPASS(de->td_cookie == de->td_hash); in tmpfs_dir_attach()
1550 xde = tmpfs_dir_xlookup_hash(dnode, de->td_hash); in tmpfs_dir_detach()
1564 de->td_cookie = de->td_hash; in tmpfs_dir_detach()
2408 if (a->td_hash > b->td_hash) in tmpfs_dirtree_cmp()
2410 else if (a->td_hash < b->td_hash) in tmpfs_dirtree_cmp()
H A Dtmpfs.h74 uint32_t td_hash; member
/freebsd/sys/kern/
H A Dkern_thread.c1744 LIST_FOREACH(td, TIDHASH(tid), td_hash) { in tdfind_hash()
1756 LIST_REMOVE(td, td_hash); in tdfind_hash()
1758 td, td_hash); in tdfind_hash()
1813 LIST_INSERT_HEAD(TIDHASH(td->td_tid), td, td_hash); in tidhash_add()
1822 LIST_REMOVE(td, td_hash); in tidhash_remove()
/freebsd/sys/netinet/
H A Din_fib_dxr.c156 uint32_t td_hash; member
590 if (tp->td_hash == hash && in trie_ref()
611 tp->td_hash = hash; in trie_ref()
/freebsd/sys/sys/
H A Dproc.h244 LIST_ENTRY(thread) td_hash; /* (d) Hash chain. */