Home
last modified time | relevance | path

Searched refs:lwkt_queue (Results 1 – 4 of 4) sorted by relevance

/dragonfly/sys/sys/
H A Dthread.h40 struct lwkt_queue;
54 typedef struct lwkt_queue *lwkt_queue_t;
65 typedef TAILQ_HEAD(lwkt_queue, thread) lwkt_queue; typedef
H A Dglobaldata.h135 lwkt_queue gd_tdallq; /* all threads */
136 lwkt_queue gd_tdrunq; /* runnable threads */
/dragonfly/sys/kern/
H A Dlwkt_thread.c210 rtd = TAILQ_LAST(&gd->gd_tdrunq, lwkt_queue); in _lwkt_enqueue()
230 rtd = TAILQ_PREV(rtd, lwkt_queue, td_threadq); in _lwkt_enqueue()
H A Dkern_proc.c1809 while ((td = TAILQ_PREV(marker, lwkt_queue, td_allq)) != NULL) { in sysctl_kern_proc()