HomeSort by: relevance | last modified time | path
    Searched refs:sleepq (Results 1 - 25 of 25) sorted by relevancy

  /src/sys/rump/include/sys/
sleeptab.h 33 struct sleepq { struct
  /src/sys/conf/
debugsyms.c 19 #include <sys/sleepq.h>
  /src/sys/sys/
sleepq.h 1 /* $NetBSD: sleepq.h,v 1.42 2023/10/15 10:30:00 riastradh Exp $ */
51 typedef struct sleepq sleepq_t;
sleeptab.h 45 LIST_HEAD(sleepq, lwp);
lwp.h 135 struct sleepq *l_sleepq; /* l: current sleep queue */
Makefile 42 sleepq.h socket.h \
  /src/sys/compat/netbsd32/
netbsd32_kern_proc.c 95 #include <sys/sleepq.h>
  /src/sys/rump/librump/rumpkern/
sleepq.c 1 /* $NetBSD: sleepq.c,v 1.28 2023/10/13 18:23:54 ad Exp $ */
29 __KERNEL_RCSID(0, "$NetBSD: sleepq.c,v 1.28 2023/10/13 18:23:54 ad Exp $");
36 #include <sys/sleepq.h>
49 cv_init(&sq->sq_cv, "sleepq");
94 l->l_mutex = mp; /* keep sleepq lock until woken up */
emul.c 41 #include <sys/sleepq.h>
  /src/sys/ddb/
db_xxx.c 73 #include <sys/sleepq.h>
354 db_printf("sleepq=");
  /src/sys/kern/
kern_condvar.c 47 #include <sys/sleepq.h>
kern_turnstile.c 71 #include <sys/sleepq.h>
476 panic("turnstile_wakeup: nl not on sleepq");
kern_sleepq.c 51 #include <sys/sleepq.h>
291 * The LWP will be updated with the new sleepq, wchan, wmesg,
313 * This allows the transfer from one sleepq to another where
410 * are asleep (with the sleepq locked). We can therefore safely
606 * Adjust the priority of an LWP residing on a sleepq.
622 * Adjust the lended priority of an LWP residing on a sleepq.
kern_mutex.c 58 #include <sys/sleepq.h>
kern_rwlock.c 64 #include <sys/sleepq.h>
sys_lwp.c 51 #include <sys/sleepq.h>
init_main.c 164 #include <sys/sleepq.h>
subr_lockdebug.c 49 #include <sys/sleepq.h>
kern_timeout.c 94 #include <sys/sleepq.h>
kern_synch.c 96 #include <sys/sleepq.h>
sys_select.c 103 #include <sys/sleepq.h>
kern_exit.c 104 #include <sys/sleepq.h>
kern_lwp.c 197 * sleepq -> turnstile -> spc_lwplock -> spc_mutex
250 #include <sys/sleepq.h>
kern_proc.c 107 #include <sys/sleepq.h>
  /src/sys/ufs/chfs/
chfs_vfsops.c 51 #include <sys/sleepq.h>

Completed in 25 milliseconds