Home
last modified time | relevance | path

Searched refs:WITNESS_WARN (Results 1 – 25 of 29) sorted by relevance

12

/f-stack/freebsd/kern/
H A Dkern_condvar.c123 WITNESS_WARN(WARN_GIANTOK | WARN_SLEEPOK, lock, in _cv_wait()
175 WITNESS_WARN(WARN_GIANTOK | WARN_SLEEPOK, lock, in _cv_wait_unlock()
228 WITNESS_WARN(WARN_GIANTOK | WARN_SLEEPOK, lock, in _cv_wait_sig()
288 WITNESS_WARN(WARN_GIANTOK | WARN_SLEEPOK, lock, in _cv_timedwait_sbt()
350 WITNESS_WARN(WARN_GIANTOK | WARN_SLEEPOK, lock, in _cv_timedwait_sig_sbt()
H A Dsubr_trap.c157 WITNESS_WARN(WARN_PANIC, NULL, "userret: returning"); in userret()
215 WITNESS_WARN(WARN_PANIC, NULL, "Returning to user mode"); in ast()
H A Dsubr_uio.c230 WITNESS_WARN(WARN_GIANTOK | WARN_SLEEPOK, NULL, in uiomove_faultflag()
313 WITNESS_WARN(WARN_GIANTOK | WARN_SLEEPOK, NULL, in ureadc()
H A Dkern_synch.c149 WITNESS_WARN(WARN_GIANTOK | WARN_SLEEPOK, lock, in _sleep()
284 WITNESS_WARN(WARN_GIANTOK | WARN_SLEEPOK, NULL, "Sleeping on \"%s\"", in msleep_spin_sbt()
H A Dsubr_unit.c175 #define WITNESS_WARN(flags, lock, fmt, ...) (void)0 macro
769 WITNESS_WARN(WARN_GIANTOK | WARN_SLEEPOK, NULL, "alloc_unr_specific"); in alloc_unr_specific()
904 WITNESS_WARN(WARN_GIANTOK | WARN_SLEEPOK, NULL, "free_unr"); in free_unr()
H A Dsubr_taskqueue.c583 WITNESS_WARN(WARN_GIANTOK | WARN_SLEEPOK, NULL, __func__); in taskqueue_drain()
596 WITNESS_WARN(WARN_GIANTOK | WARN_SLEEPOK, NULL, __func__); in taskqueue_drain_all()
H A Dsubr_gtaskqueue.c428 WITNESS_WARN(WARN_GIANTOK | WARN_SLEEPOK, NULL, __func__); in gtaskqueue_drain()
440 WITNESS_WARN(WARN_GIANTOK | WARN_SLEEPOK, NULL, __func__); in gtaskqueue_drain_all()
H A Dsubr_epoch.c695 WITNESS_WARN(WARN_GIANTOK | WARN_SLEEPOK, NULL, in epoch_wait_preempt()
943 WITNESS_WARN(WARN_GIANTOK | WARN_SLEEPOK, NULL, in epoch_drain_callbacks()
H A Dkern_rmlock.c1025 WITNESS_WARN(WARN_GIANTOK | WARN_SLEEPOK, NULL, __func__); in rms_rlock()
1189 WITNESS_WARN(WARN_GIANTOK | WARN_SLEEPOK, NULL, __func__); in rms_wlock()
H A Dkern_conf.c1229 WITNESS_WARN(WARN_GIANTOK | WARN_SLEEPOK, NULL, "delist_dev"); in delist_dev()
1239 WITNESS_WARN(WARN_GIANTOK | WARN_SLEEPOK, NULL, "destroy_dev"); in destroy_dev()
H A Dsubr_vmem.c1335 WITNESS_WARN(WARN_GIANTOK | WARN_SLEEPOK, NULL, "vmem_alloc"); in vmem_alloc()
1375 WITNESS_WARN(WARN_GIANTOK | WARN_SLEEPOK, NULL, "vmem_xalloc"); in vmem_xalloc()
H A Dkern_exit.c433 WITNESS_WARN(WARN_PANIC, NULL, "process (pid %d) exiting", p->p_pid); in exit1()
H A Dkern_sysctl.c2040 WITNESS_WARN(WARN_GIANTOK | WARN_SLEEPOK, NULL, in sysctl_old_user()
2071 WITNESS_WARN(WARN_GIANTOK | WARN_SLEEPOK, NULL, in sysctl_new_user()
H A Dkern_intr.c1279 WITNESS_WARN(WARN_PANIC, NULL, "suspending ithread"); in ithread_loop()
H A Dkern_timeout.c1059 WITNESS_WARN(WARN_GIANTOK | WARN_SLEEPOK, c->c_lock, in _callout_stop_safe()
H A Dkern_mbuf.c819 WITNESS_WARN(WARN_GIANTOK | WARN_SLEEPOK | WARN_PANIC, NULL, __func__); in mb_reclaim()
/f-stack/freebsd/security/audit/
H A Daudit_bsm_klib.c432 WITNESS_WARN(WARN_GIANTOK | WARN_SLEEPOK, NULL, "%s: at %s:%d", in audit_canon_path_vp()
506 WITNESS_WARN(WARN_GIANTOK | WARN_SLEEPOK, NULL, "%s: at %s:%d", in audit_canon_path()
/f-stack/freebsd/sys/
H A Dlock.h285 #define WITNESS_WARN(flags, lock, fmt, ...) \ macro
320 #define WITNESS_WARN(flags, lock, fmt, ...) (void)0 macro
H A Dmbuf.h762 WITNESS_WARN(WARN_GIANTOK | WARN_SLEEPOK, NULL, \
/f-stack/freebsd/security/mac/
H A Dmac_framework.c237 WITNESS_WARN(WARN_GIANTOK | WARN_SLEEPOK, NULL, in mac_policy_slock_sleep()
276 WITNESS_WARN(WARN_GIANTOK | WARN_SLEEPOK, NULL, in mac_policy_xlock()
/f-stack/lib/
H A Dff_kern_subr.c175 WITNESS_WARN(WARN_GIANTOK | WARN_SLEEPOK, NULL, in uiomove()
H A Dff_kern_timeout.c800 WITNESS_WARN(WARN_GIANTOK | WARN_SLEEPOK, c->c_lock, in _callout_stop_safe()
/f-stack/freebsd/security/mac_test/
H A Dmac_test.c709 WITNESS_WARN(WARN_GIANTOK | WARN_SLEEPOK, NULL, in test_inpcb_init_label()
757 WITNESS_WARN(WARN_GIANTOK | WARN_SLEEPOK, NULL, in test_ip6q_init_label()
827 WITNESS_WARN(WARN_GIANTOK | WARN_SLEEPOK, NULL, in test_ipq_init_label()
972 WITNESS_WARN(WARN_GIANTOK | WARN_SLEEPOK, NULL, in test_mbuf_init_label()
1831 WITNESS_WARN(WARN_GIANTOK | WARN_SLEEPOK, NULL, in test_socket_init_label()
1908 WITNESS_WARN(WARN_GIANTOK | WARN_SLEEPOK, NULL, in test_socketpeer_init_label()
1981 WITNESS_WARN(WARN_GIANTOK | WARN_SLEEPOK, NULL, in test_syncache_init_label()
/f-stack/tools/compat/include/sys/
H A Dmbuf.h551 WITNESS_WARN(WARN_GIANTOK | WARN_SLEEPOK, NULL, \
/f-stack/freebsd/vm/
H A Dvm_map.c393 WITNESS_WARN(WARN_GIANTOK | WARN_SLEEPOK, NULL, in vmspace_free()
2470 WITNESS_WARN(WARN_GIANTOK | WARN_SLEEPOK, NULL, in vm_map_clip_start()
2514 WITNESS_WARN(WARN_GIANTOK | WARN_SLEEPOK, NULL, in vm_map_lookup_clip_start()
2544 WITNESS_WARN(WARN_GIANTOK | WARN_SLEEPOK, NULL, in vm_map_clip_end()

12