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

/freebsd-12-stable/sys/fs/tmpfs/
H A Dtmpfs_subr.c486 de->td_hash = de->td_cookie = tmpfs_dirent_hash(name, namelen);
888 dekey.td_hash = hash;
930 dekey.td_hash = cookie;
947 de->td_hash);
1072 MPASS(de->td_hash >= TMPFS_DIRCOOKIE_MIN);
1073 MPASS(de->td_cookie == de->td_hash);
1129 xde = tmpfs_dir_xlookup_hash(dnode, de->td_hash);
1143 de->td_cookie = de->td_hash;
1955 if (a->td_hash > b->td_hash)
[all...]
H A Dtmpfs.h73 uint32_t td_hash; member in struct:tmpfs_dirent
/freebsd-12-stable/sys/kern/
H A Dkern_thread.c1272 LIST_FOREACH(td, TIDHASH(tid), td_hash) {
1286 LIST_REMOVE(td, td_hash);
1288 td, td_hash);
1305 LIST_INSERT_HEAD(TIDHASH(td->td_tid), td, td_hash);
1313 LIST_REMOVE(td, td_hash);
H A Dkern_kthread.c363 LIST_REMOVE(td, td_hash);
H A Dinit_main.c499 LIST_INSERT_HEAD(TIDHASH(td->td_tid), td, td_hash);
/freebsd-12-stable/sys/sys/
H A Dproc.h233 LIST_ENTRY(thread) td_hash; /* (d) Hash chain. */ member in struct:thread

Completed in 128 milliseconds