Searched refs:WITNESS_WARN (Results 1 - 25 of 33) sorted by relevance

12

/freebsd-11-stable/sys/kern/
H A Dkern_condvar.c121 WITNESS_WARN(WARN_GIANTOK | WARN_SLEEPOK, lock,
173 WITNESS_WARN(WARN_GIANTOK | WARN_SLEEPOK, lock,
226 WITNESS_WARN(WARN_GIANTOK | WARN_SLEEPOK, lock,
286 WITNESS_WARN(WARN_GIANTOK | WARN_SLEEPOK, lock,
348 WITNESS_WARN(WARN_GIANTOK | WARN_SLEEPOK, lock,
H A Dsubr_trap.c159 WITNESS_WARN(WARN_PANIC, NULL, "userret: returning");
224 WITNESS_WARN(WARN_PANIC, NULL, "Returning to user mode");
H A Dkern_synch.c144 WITNESS_WARN(WARN_GIANTOK | WARN_SLEEPOK, lock,
267 * ktrace_mtx lock, and WITNESS_WARN considers it an error to hold
281 WITNESS_WARN(WARN_GIANTOK | WARN_SLEEPOK, NULL, "Sleeping on \"%s\"",
H A Dsubr_uio.c222 WITNESS_WARN(WARN_GIANTOK | WARN_SLEEPOK, NULL,
310 WITNESS_WARN(WARN_GIANTOK | WARN_SLEEPOK, NULL,
H A Dsubr_taskqueue.c564 WITNESS_WARN(WARN_GIANTOK | WARN_SLEEPOK, NULL, __func__);
577 WITNESS_WARN(WARN_GIANTOK | WARN_SLEEPOK, NULL, __func__);
H A Dsubr_unit.c161 #define WITNESS_WARN(flags, lock, fmt, ...) (void)0 macro
737 WITNESS_WARN(WARN_GIANTOK | WARN_SLEEPOK, NULL, "alloc_unr_specific");
872 WITNESS_WARN(WARN_GIANTOK | WARN_SLEEPOK, NULL, "free_unr");
H A Dsubr_gtaskqueue.c364 WITNESS_WARN(WARN_GIANTOK | WARN_SLEEPOK, NULL, __func__);
377 WITNESS_WARN(WARN_GIANTOK | WARN_SLEEPOK, NULL, __func__);
H A Dkern_environment.c501 WITNESS_WARN(WARN_GIANTOK | WARN_SLEEPOK, NULL,
H A Dsubr_vmem.c1085 WITNESS_WARN(WARN_GIANTOK | WARN_SLEEPOK, NULL, "vmem_alloc");
1121 WITNESS_WARN(WARN_GIANTOK | WARN_SLEEPOK, NULL, "vmem_xalloc");
H A Dkern_conf.c1217 WITNESS_WARN(WARN_GIANTOK | WARN_SLEEPOK, NULL, "delist_dev");
1227 WITNESS_WARN(WARN_GIANTOK | WARN_SLEEPOK, NULL, "destroy_dev");
H A Dkern_intr.c1441 WITNESS_WARN(WARN_PANIC, NULL, "suspending ithread");
1621 WITNESS_WARN(WARN_PANIC, NULL, "suspending ithread");
H A Dkern_sysctl.c1727 WITNESS_WARN(WARN_GIANTOK | WARN_SLEEPOK, NULL,
1758 WITNESS_WARN(WARN_GIANTOK | WARN_SLEEPOK, NULL,
H A Dkern_exit.c442 WITNESS_WARN(WARN_PANIC, NULL, "process (pid %d) exiting", p->p_pid);
/freebsd-11-stable/sys/compat/linuxkpi/common/src/
H A Dlinux_work.c328 WITNESS_WARN(WARN_GIANTOK | WARN_SLEEPOK, NULL,
428 WITNESS_WARN(WARN_GIANTOK | WARN_SLEEPOK, NULL,
472 WITNESS_WARN(WARN_GIANTOK | WARN_SLEEPOK, NULL,
497 WITNESS_WARN(WARN_GIANTOK | WARN_SLEEPOK, NULL,
H A Dlinux_tasklet.c194 WITNESS_WARN(WARN_GIANTOK | WARN_SLEEPOK, NULL, "tasklet_kill() can sleep");
H A Dlinux_rcu.c333 WITNESS_WARN(WARN_GIANTOK | WARN_SLEEPOK, NULL,
/freebsd-11-stable/sys/sys/
H A Dlock.h312 #define WITNESS_WARN(flags, lock, fmt, ...) \ macro
347 #define WITNESS_WARN(flags, lock, fmt, ...) (void)0 macro
H A Dproc.h826 WITNESS_WARN(WARN_GIANTOK | WARN_SLEEPOK, NULL, \
836 WITNESS_WARN(WARN_GIANTOK | WARN_SLEEPOK, &p->p_mtx.lock_object, \
H A Dmbuf.h553 WITNESS_WARN(WARN_GIANTOK | WARN_SLEEPOK, NULL, \
/freebsd-11-stable/sys/security/mac/
H A Dmac_framework.c205 WITNESS_WARN(WARN_GIANTOK | WARN_SLEEPOK, NULL,
244 WITNESS_WARN(WARN_GIANTOK | WARN_SLEEPOK, NULL,
/freebsd-11-stable/sys/compat/linuxkpi/common/include/linux/
H A Dwait.h48 WITNESS_WARN(WARN_GIANTOK | WARN_SLEEPOK, NULL, "might_sleep()")
/freebsd-11-stable/sys/security/audit/
H A Daudit_bsm_klib.c472 WITNESS_WARN(WARN_GIANTOK | WARN_SLEEPOK, NULL, "%s: at %s:%d",
/freebsd-11-stable/sys/security/mac_test/
H A Dmac_test.c707 WITNESS_WARN(WARN_GIANTOK | WARN_SLEEPOK, NULL,
755 WITNESS_WARN(WARN_GIANTOK | WARN_SLEEPOK, NULL,
825 WITNESS_WARN(WARN_GIANTOK | WARN_SLEEPOK, NULL,
970 WITNESS_WARN(WARN_GIANTOK | WARN_SLEEPOK, NULL,
1829 WITNESS_WARN(WARN_GIANTOK | WARN_SLEEPOK, NULL,
1906 WITNESS_WARN(WARN_GIANTOK | WARN_SLEEPOK, NULL,
1979 WITNESS_WARN(WARN_GIANTOK | WARN_SLEEPOK, NULL,
/freebsd-11-stable/stand/kshim/
H A Dbsd_kernel.h128 #define WITNESS_WARN(...) macro
/freebsd-11-stable/sys/dev/usb/
H A Dusb_transfer.c1021 WITNESS_WARN(WARN_GIANTOK | WARN_SLEEPOK, NULL,
1456 WITNESS_WARN(WARN_GIANTOK | WARN_SLEEPOK, NULL,
2147 WITNESS_WARN(WARN_GIANTOK | WARN_SLEEPOK, NULL,

Completed in 533 milliseconds

12