Searched refs:td_hash (Results 1 – 6 of 6) sorted by relevance
| /NextBSD/sys/fs/tmpfs/ |
| HD | tmpfs_subr.c | 389 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()
|
| HD | tmpfs.h | 80 uint32_t td_hash; member
|
| /NextBSD/sys/kern/ |
| HD | kern_thread.c | 1171 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()
|
| HD | kern_kthread.c | 339 LIST_REMOVE(curthread, td_hash); in kthread_exit()
|
| HD | init_main.c | 490 LIST_INSERT_HEAD(TIDHASH(td->td_tid), td, td_hash); in proc0_init()
|
| /NextBSD/sys/sys/ |
| HD | proc.h | 220 LIST_ENTRY(thread) td_hash; /* (d) Hash chain. */
|