Home
last modified time | relevance | path

Searched refs:rump_threads (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/sys/rump/librump/rumpkern/
H A Dintr.c289 if (!rump_threads) in softint_init()
382 if (!rump_threads) { in softint_schedule()
409 KASSERT(rump_threads); in softint_schedule_cpu()
462 if (!rump_threads) in rump_softint_run()
H A Drump.c103 int rump_threads = 0; variable
105 int rump_threads = 1; variable
251 rump_threads = *buf != '0'; in rump_init_callback()
415 if (rump_threads) { in rump_init_callback()
467 if (rump_threads) in rump_init_callback()
H A Dlocks.c442 if (__predict_false(rump_threads == 0)) in cv_wait()
451 if (__predict_false(rump_threads == 0)) in cv_wait_sig()
H A Dthreads.c166 if (!rump_threads) { in kthread_create()
H A Dlocks_up.c351 if (rump_threads == 0) in cv_wait()
H A Dvm.c1102 if (__predict_false(rump_threads == 0)) in uvm_wait()
/netbsd-src/sys/rump/include/rump-sys/
H A Dkern.h50 extern int rump_threads;
/netbsd-src/sys/rump/net/lib/libsockin/
H A Dsockin.c417 if (rump_threads) { in sockin_do_init()
667 if (!rump_threads) in sockin_send()
/netbsd-src/sys/rump/librump/rumpvfs/
H A Drump_vfs.c147 if (rump_threads) { in RUMP_COMPONENT()
/netbsd-src/sys/rump/dev/lib/libugenhc/
H A Dugenhc.c695 if (!rump_threads) { in rumpusb_device_bulk_transfer()
/netbsd-src/sys/rump/net/lib/libshmif/
H A Dif_shmem.c226 if (rump_threads) { in allocif()