Symbol: thread_check_susp
sys/amd64/vmm/vmm.c
816
error = thread_check_susp(td, false);
sys/amd64/vmm/vmm.c
989
error = thread_check_susp(td, false);
sys/arm64/vmm/vmm.c
974
error = thread_check_susp(td, false);
sys/compat/linux/linux_futex.c
416
error = thread_check_susp(td, true);
sys/compat/linux/linux_futex.c
427
error = thread_check_susp(td, true);
sys/compat/linux/linux_futex.c
453
error = thread_check_susp(td, true);
sys/compat/linux/linux_futex.c
520
error = thread_check_susp(td, true);
sys/compat/linux/linux_futex.c
554
error = thread_check_susp(td, false);
sys/compat/linux/linux_futex.c
612
error = thread_check_susp(td, false);
sys/compat/linux/linux_futex.c
972
error = thread_check_susp(td, false);
sys/dev/vmm/vmm_vm.c
79
error = thread_check_susp(td, true);
sys/kern/kern_sig.c
4000
error = thread_check_susp(td, false);
sys/kern/kern_sig.c
4101
if (thread_check_susp(td, false) != 0)
sys/kern/kern_umtx.c
1019
error = thread_check_susp(td, false);
sys/kern/kern_umtx.c
1144
error = thread_check_susp(td, false);
sys/kern/kern_umtx.c
1200
error = thread_check_susp(td, false);
sys/kern/kern_umtx.c
1401
rv = thread_check_susp(td, false);
sys/kern/kern_umtx.c
1442
rv = thread_check_susp(td, false);
sys/kern/kern_umtx.c
1455
rv = thread_check_susp(td, false);
sys/kern/kern_umtx.c
1498
rv = thread_check_susp(td, false);
sys/kern/kern_umtx.c
1520
error = thread_check_susp(td, false);
sys/kern/kern_umtx.c
1555
error = thread_check_susp(td, false);
sys/kern/kern_umtx.c
1592
error = thread_check_susp(td, false);
sys/kern/kern_umtx.c
1647
error = thread_check_susp(td, false);
sys/kern/kern_umtx.c
1731
error = thread_check_susp(td, false);
sys/kern/kern_umtx.c
2305
error = thread_check_susp(td, true);
sys/kern/kern_umtx.c
2316
error = thread_check_susp(td, true);
sys/kern/kern_umtx.c
2333
error = thread_check_susp(td, true);
sys/kern/kern_umtx.c
2403
error = thread_check_susp(td, true);
sys/kern/kern_umtx.c
2426
error = thread_check_susp(td, false);
sys/kern/kern_umtx.c
2470
error = thread_check_susp(td, true);
sys/kern/kern_umtx.c
2509
error = thread_check_susp(td, false);
sys/kern/kern_umtx.c
2615
error = thread_check_susp(td, false);
sys/kern/kern_umtx.c
3144
error = thread_check_susp(td, true);
sys/kern/kern_umtx.c
3178
error = thread_check_susp(td, false);
sys/kern/kern_umtx.c
3190
error = thread_check_susp(td, true);
sys/kern/kern_umtx.c
3262
error1 = thread_check_susp(td, false);
sys/kern/kern_umtx.c
3324
error = thread_check_susp(td, true);
sys/kern/kern_umtx.c
3369
error = thread_check_susp(td, false);
sys/kern/kern_umtx.c
3381
error = thread_check_susp(td, false);
sys/kern/kern_umtx.c
3448
error1 = thread_check_susp(td, false);
sys/kern/kern_umtx.c
3514
error = thread_check_susp(td, true);
sys/kern/kern_umtx.c
3534
error = thread_check_susp(td, true);
sys/kern/kern_umtx.c
3621
rv = thread_check_susp(td, true);
sys/kern/kern_umtx.c
3738
rv = thread_check_susp(td, true);
sys/kern/kern_umtx.c
3799
rv = thread_check_susp(td, false);
sys/kern/kern_umtx.c
963
error = thread_check_susp(td, false);
sys/riscv/vmm/vmm.c
651
error = thread_check_susp(td, false);
sys/sys/proc.h
1250
int thread_check_susp(struct thread *td, bool sleep);