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
420
error = thread_check_susp(td, true);
sys/compat/linux/linux_futex.c
431
error = thread_check_susp(td, true);
sys/compat/linux/linux_futex.c
457
error = thread_check_susp(td, true);
sys/compat/linux/linux_futex.c
524
error = thread_check_susp(td, true);
sys/compat/linux/linux_futex.c
557
error = thread_check_susp(td, false);
sys/compat/linux/linux_futex.c
615
error = thread_check_susp(td, false);
sys/compat/linux/linux_futex.c
975
error = thread_check_susp(td, false);
sys/dev/vmm/vmm_vm.c
79
error = thread_check_susp(td, true);
sys/kern/kern_sig.c
4017
error = thread_check_susp(td, false);
sys/kern/kern_sig.c
4118
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
2314
error = thread_check_susp(td, true);
sys/kern/kern_umtx.c
2325
error = thread_check_susp(td, true);
sys/kern/kern_umtx.c
2342
error = thread_check_susp(td, true);
sys/kern/kern_umtx.c
2412
error = thread_check_susp(td, true);
sys/kern/kern_umtx.c
2435
error = thread_check_susp(td, false);
sys/kern/kern_umtx.c
2479
error = thread_check_susp(td, true);
sys/kern/kern_umtx.c
2518
error = thread_check_susp(td, false);
sys/kern/kern_umtx.c
2624
error = thread_check_susp(td, false);
sys/kern/kern_umtx.c
3129
error = thread_check_susp(td, true);
sys/kern/kern_umtx.c
3163
error = thread_check_susp(td, false);
sys/kern/kern_umtx.c
3175
error = thread_check_susp(td, true);
sys/kern/kern_umtx.c
3247
error1 = thread_check_susp(td, false);
sys/kern/kern_umtx.c
3309
error = thread_check_susp(td, true);
sys/kern/kern_umtx.c
3354
error = thread_check_susp(td, false);
sys/kern/kern_umtx.c
3366
error = thread_check_susp(td, false);
sys/kern/kern_umtx.c
3433
error1 = thread_check_susp(td, false);
sys/kern/kern_umtx.c
3499
error = thread_check_susp(td, true);
sys/kern/kern_umtx.c
3519
error = thread_check_susp(td, true);
sys/kern/kern_umtx.c
3606
rv = thread_check_susp(td, true);
sys/kern/kern_umtx.c
3723
rv = thread_check_susp(td, true);
sys/kern/kern_umtx.c
3784
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
1260
int thread_check_susp(struct thread *td, bool sleep);