threadlistnode     81 kern/include/thread.h 	struct threadlistnode t_listnode; /* Link for run/sleep/zombie lists */
threadlistnode     54 kern/include/threadlist.h 	struct threadlistnode *tln_prev;
threadlistnode     55 kern/include/threadlist.h 	struct threadlistnode *tln_next;
threadlistnode     60 kern/include/threadlist.h 	struct threadlistnode tl_head;
threadlistnode     61 kern/include/threadlist.h 	struct threadlistnode tl_tail;
threadlistnode    109 kern/thread/threadlist.c 	struct threadlistnode *addee;
threadlistnode    129 kern/thread/threadlist.c 	struct threadlistnode *addee;
threadlistnode    185 kern/thread/threadlist.c 	struct threadlistnode *tln;
threadlistnode    203 kern/thread/threadlist.c 	struct threadlistnode *tln;