threadlistnode 66 kern/include/threadlist.h void threadlistnode_init(struct threadlistnode *tln, struct thread *self); threadlistnode 67 kern/include/threadlist.h void threadlistnode_cleanup(struct threadlistnode *tln); threadlistnode 40 kern/thread/threadlist.c threadlistnode_init(struct threadlistnode *tln, struct thread *t) threadlistnode 51 kern/thread/threadlist.c threadlistnode_cleanup(struct threadlistnode *tln) threadlistnode 107 kern/thread/threadlist.c threadlist_insertafternode(struct threadlistnode *onlist, struct thread *t) threadlistnode 127 kern/thread/threadlist.c threadlist_insertbeforenode(struct thread *t, struct threadlistnode *onlist) threadlistnode 147 kern/thread/threadlist.c threadlist_removenode(struct threadlistnode *tln)