Searched refs:WARN_SLEEPOK (Results 1 - 25 of 29) sorted by relevance

12

/freebsd-11.0-release/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 Dkern_synch.c151 WITNESS_WARN(WARN_GIANTOK | WARN_SLEEPOK, lock,
294 WITNESS_WARN(WARN_GIANTOK | WARN_SLEEPOK, NULL, "Sleeping on \"%s\"",
H A Dsubr_taskqueue.c536 WITNESS_WARN(WARN_GIANTOK | WARN_SLEEPOK, NULL, __func__);
549 WITNESS_WARN(WARN_GIANTOK | WARN_SLEEPOK, NULL, __func__);
H A Dsubr_uio.c222 WITNESS_WARN(WARN_GIANTOK | WARN_SLEEPOK, NULL,
310 WITNESS_WARN(WARN_GIANTOK | WARN_SLEEPOK, NULL,
H A Dkern_environment.c372 WITNESS_WARN(WARN_GIANTOK | WARN_SLEEPOK, NULL,
H A Dsubr_gtaskqueue.c367 WITNESS_WARN(WARN_GIANTOK | WARN_SLEEPOK, NULL, __func__);
380 WITNESS_WARN(WARN_GIANTOK | WARN_SLEEPOK, NULL, __func__);
H A Dsubr_unit.c737 WITNESS_WARN(WARN_GIANTOK | WARN_SLEEPOK, NULL, "alloc_unr_specific");
872 WITNESS_WARN(WARN_GIANTOK | WARN_SLEEPOK, NULL, "free_unr");
H A Dkern_conf.c1213 WITNESS_WARN(WARN_GIANTOK | WARN_SLEEPOK, NULL, "delist_dev");
1223 WITNESS_WARN(WARN_GIANTOK | WARN_SLEEPOK, NULL, "destroy_dev");
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 Dsubr_witness.c1723 if (flags & WARN_SLEEPOK &&
1732 (flags & WARN_SLEEPOK) != 0 ?
1764 (flags & WARN_SLEEPOK) != 0 ? "non-sleepable " : "");
H A Dkern_sysctl.c1666 WITNESS_WARN(WARN_GIANTOK | WARN_SLEEPOK, NULL,
1697 WITNESS_WARN(WARN_GIANTOK | WARN_SLEEPOK, NULL,
H A Dkern_mbuf.c605 WITNESS_WARN(WARN_GIANTOK | WARN_SLEEPOK | WARN_PANIC, NULL, __func__);
H A Dkern_timeout.c1172 WITNESS_WARN(WARN_GIANTOK | WARN_SLEEPOK, c->c_lock,
/freebsd-11.0-release/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.0-release/sys/arm64/arm64/
H A Dtrap.c184 if (td->td_critnest != 0 || WITNESS_CHECK(WARN_SLEEPOK |
/freebsd-11.0-release/sys/sys/
H A Dlock.h261 #define WARN_SLEEPOK 0x04 /* Sleepable locks are exempt from check. */ macro
H A Dproc.h791 WITNESS_WARN(WARN_GIANTOK | WARN_SLEEPOK, NULL, \
801 WITNESS_WARN(WARN_GIANTOK | WARN_SLEEPOK, &p->p_mtx.lock_object, \
H A Dmbuf.h551 WITNESS_WARN(WARN_GIANTOK | WARN_SLEEPOK, NULL, \
/freebsd-11.0-release/sys/security/audit/
H A Daudit_bsm_klib.c472 WITNESS_WARN(WARN_GIANTOK | WARN_SLEEPOK, NULL, "%s: at %s:%d",
/freebsd-11.0-release/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.0-release/sys/arm/arm/
H A Dtrap-v4.c345 if (td->td_critnest != 0 || WITNESS_CHECK(WARN_SLEEPOK | WARN_GIANTOK,
H A Dtrap-v6.c389 WITNESS_CHECK(WARN_SLEEPOK | WARN_GIANTOK, NULL,
/freebsd-11.0-release/sys/i386/i386/
H A Dtrap.c838 WITNESS_CHECK(WARN_SLEEPOK | WARN_GIANTOK, NULL,
/freebsd-11.0-release/sys/amd64/amd64/
H A Dtrap.c689 WITNESS_CHECK(WARN_SLEEPOK | WARN_GIANTOK, NULL,
/freebsd-11.0-release/sys/dev/usb/
H A Dusb_transfer.c919 WITNESS_WARN(WARN_GIANTOK | WARN_SLEEPOK, NULL,
1352 WITNESS_WARN(WARN_GIANTOK | WARN_SLEEPOK, NULL,
2043 WITNESS_WARN(WARN_GIANTOK | WARN_SLEEPOK, NULL,

Completed in 294 milliseconds

12