OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rump_threads
(Results
1 - 11
of
11
) sorted by relevancy
/src/sys/rump/librump/rumpkern/
intr.c
289
if (!
rump_threads
)
384
if (!
rump_threads
) {
411
KASSERT(
rump_threads
);
464
if (!
rump_threads
)
rump.c
103
int
rump_threads
= 0;
variable
105
int
rump_threads
= 1;
variable
250
if (rumpuser_getparam("
RUMP_THREADS
", buf, sizeof(buf)) == 0) {
251
rump_threads
= *buf != '0';
415
if (
rump_threads
) {
467
if (
rump_threads
)
locks.c
442
if (__predict_false(
rump_threads
== 0))
451
if (__predict_false(
rump_threads
== 0))
locks_up.c
351
if (
rump_threads
== 0)
threads.c
166
if (!
rump_threads
) {
vm.c
1102
if (__predict_false(
rump_threads
== 0))
1103
panic("pagedaemon missing (
RUMP_THREADS
= 0)");
/src/sys/rump/include/rump-sys/
kern.h
50
extern int
rump_threads
;
/src/sys/rump/net/lib/libsockin/
sockin.c
417
if (
rump_threads
) {
667
if (!
rump_threads
)
/src/sys/rump/librump/rumpvfs/
rump_vfs.c
147
if (
rump_threads
) {
/src/sys/rump/dev/lib/libugenhc/
ugenhc.c
695
if (!
rump_threads
) {
/src/sys/rump/net/lib/libshmif/
if_shmem.c
226
if (
rump_threads
) {
Completed in 44 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026