Home
last modified time | relevance | path

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

/NextBSD/sys/fs/tmpfs/
HDtmpfs_subr.c389 de->td_hash = de->td_cookie = tmpfs_dirent_hash(name, namelen); in tmpfs_dirent_init()
783 dekey.td_hash = hash; in tmpfs_dir_xlookup_hash()
823 dekey.td_hash = cookie; in tmpfs_dir_lookup_cookie()
839 de->td_hash); in tmpfs_dir_lookup_cookie()
964 MPASS(de->td_hash >= TMPFS_DIRCOOKIE_MIN); in tmpfs_dir_attach()
965 MPASS(de->td_cookie == de->td_hash); in tmpfs_dir_attach()
1021 xde = tmpfs_dir_xlookup_hash(dnode, de->td_hash); in tmpfs_dir_detach()
1035 de->td_cookie = de->td_hash; in tmpfs_dir_detach()
1807 if (a->td_hash > b->td_hash) in tmpfs_dirtree_cmp()
1809 else if (a->td_hash < b->td_hash) in tmpfs_dirtree_cmp()
HDtmpfs.h80 uint32_t td_hash; member
/NextBSD/sys/kern/
HDkern_thread.c1171 LIST_FOREACH(td, TIDHASH(tid), td_hash) { in tdfind()
1185 LIST_REMOVE(td, td_hash); in tdfind()
1187 td, td_hash); in tdfind()
1204 LIST_INSERT_HEAD(TIDHASH(td->td_tid), td, td_hash); in tidhash_add()
1212 LIST_REMOVE(td, td_hash); in tidhash_remove()
HDkern_kthread.c339 LIST_REMOVE(curthread, td_hash); in kthread_exit()
HDinit_main.c490 LIST_INSERT_HEAD(TIDHASH(td->td_tid), td, td_hash); in proc0_init()
/NextBSD/sys/sys/
HDproc.h220 LIST_ENTRY(thread) td_hash; /* (d) Hash chain. */