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

/freebsd-10.0-release/sys/fs/tmpfs/
H A Dtmpfs_subr.c371 de->td_hash = de->td_cookie = tmpfs_dirent_hash(name, namelen);
774 dekey.td_hash = hash;
814 dekey.td_hash = cookie;
830 de->td_hash);
955 MPASS(de->td_hash >= TMPFS_DIRCOOKIE_MIN);
956 MPASS(de->td_cookie == de->td_hash);
1013 xde = tmpfs_dir_xlookup_hash(dnode, de->td_hash);
1798 if (a->td_hash > b->td_hash)
1800 else if (a->td_hash <
[all...]
H A Dtmpfs.h86 uint32_t td_hash; member in struct:tmpfs_dirent
/freebsd-10.0-release/sys/kern/
H A Dkern_thread.c1011 LIST_FOREACH(td, TIDHASH(tid), td_hash) {
1025 LIST_REMOVE(td, td_hash);
1027 td, td_hash);
1044 LIST_INSERT_HEAD(TIDHASH(td->td_tid), td, td_hash);
1052 LIST_REMOVE(td, td_hash);
H A Dkern_kthread.c340 LIST_REMOVE(curthread, td_hash);
H A Dkern_thr.c326 LIST_REMOVE(td, td_hash);
H A Dinit_main.c484 LIST_INSERT_HEAD(TIDHASH(td->td_tid), td, td_hash);
/freebsd-10.0-release/sys/sys/
H A Dproc.h211 LIST_ENTRY(thread) td_hash; /* (d) Hash chain. */ member in struct:thread

Completed in 380 milliseconds