Home
last modified time | relevance | path

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

12

/freebsd/sys/kern/
H A Dkern_condvar.c120 WITNESS_WARN(WARN_GIANTOK | WARN_SLEEPOK, lock, in _cv_wait()
181 WITNESS_WARN(WARN_GIANTOK | WARN_SLEEPOK, lock, in _cv_wait_unlock()
241 WITNESS_WARN(WARN_GIANTOK | WARN_SLEEPOK, lock, in _cv_wait_sig()
309 WITNESS_WARN(WARN_GIANTOK | WARN_SLEEPOK, lock, in _cv_timedwait_sbt()
379 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()
314 WITNESS_WARN(WARN_PANIC, NULL, "Returning to user mode"); in ast_handler()
H A Dkern_synch.c146 WITNESS_WARN(WARN_GIANTOK | WARN_SLEEPOK, lock, in _sleep()
285 WITNESS_WARN(WARN_GIANTOK | WARN_SLEEPOK, NULL, "Sleeping on \"%s\"", in msleep_spin_sbt()
H A Dsubr_uio.c227 WITNESS_WARN(WARN_GIANTOK | WARN_SLEEPOK, NULL, in uiomove_faultflag()
321 WITNESS_WARN(WARN_GIANTOK | WARN_SLEEPOK, NULL, in ureadc()
H A Dsubr_unit.c162 #define WITNESS_WARN(flags, lock, fmt, ...) (void)0 macro
895 WITNESS_WARN(WARN_GIANTOK | WARN_SLEEPOK, NULL, "alloc_unr_specific"); in alloc_unr_specific()
1032 WITNESS_WARN(WARN_GIANTOK | WARN_SLEEPOK, NULL, "free_unr"); in free_unr()
H A Dsubr_gtaskqueue.c425 WITNESS_WARN(WARN_GIANTOK | WARN_SLEEPOK, NULL, __func__); in gtaskqueue_drain()
437 WITNESS_WARN(WARN_GIANTOK | WARN_SLEEPOK, NULL, __func__); in gtaskqueue_drain_all()
H A Dsubr_taskqueue.c615 WITNESS_WARN(WARN_GIANTOK | WARN_SLEEPOK, NULL, __func__); in taskqueue_drain()
628 WITNESS_WARN(WARN_GIANTOK | WARN_SLEEPOK, NULL, __func__); in taskqueue_drain_all()
H A Dsubr_epoch.c718 WITNESS_WARN(WARN_GIANTOK | WARN_SLEEPOK, NULL, in epoch_wait_preempt()
966 WITNESS_WARN(WARN_GIANTOK | WARN_SLEEPOK, NULL, in epoch_drain_callbacks()
H A Dkern_conf.c1225 WITNESS_WARN(WARN_GIANTOK | WARN_SLEEPOK, NULL, "delist_dev"); in delist_dev()
1235 WITNESS_WARN(WARN_GIANTOK | WARN_SLEEPOK, NULL, "destroy_dev"); in destroy_dev()
H A Dsubr_vmem.c1333 WITNESS_WARN(WARN_GIANTOK | WARN_SLEEPOK, NULL, "vmem_alloc"); in vmem_alloc()
1373 WITNESS_WARN(WARN_GIANTOK | WARN_SLEEPOK, NULL, "vmem_xalloc"); in vmem_xalloc()
H A Dkern_rmlock.c1194 WITNESS_WARN(WARN_GIANTOK | WARN_SLEEPOK, NULL, __func__); in rms_wlock()
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_tasklet.c225 WITNESS_WARN(WARN_GIANTOK | WARN_SLEEPOK, NULL, "tasklet_kill() can sleep"); in tasklet_kill()
272 WITNESS_WARN(WARN_GIANTOK | WARN_SLEEPOK, NULL, "tasklet_kill() can sleep"); in tasklet_unlock_wait()
H A Dlinux_work.c413 WITNESS_WARN(WARN_GIANTOK | WARN_SLEEPOK, NULL, in linux_cancel_work_sync()
520 WITNESS_WARN(WARN_GIANTOK | WARN_SLEEPOK, NULL, in linux_cancel_delayed_work_sync_int()
572 WITNESS_WARN(WARN_GIANTOK | WARN_SLEEPOK, NULL, in linux_flush_work()
597 WITNESS_WARN(WARN_GIANTOK | WARN_SLEEPOK, NULL, in linux_flush_delayed_work()
H A Dlinux_rcu.c318 WITNESS_WARN(WARN_GIANTOK | WARN_SLEEPOK, NULL, in linux_synchronize_rcu()
/freebsd/sys/security/audit/
H A Daudit_bsm_klib.c428 WITNESS_WARN(WARN_GIANTOK | WARN_SLEEPOK, NULL, "%s: at %s:%d", in audit_canon_path_vp()
502 WITNESS_WARN(WARN_GIANTOK | WARN_SLEEPOK, NULL, "%s: at %s:%d", in audit_canon_path()
/freebsd/sys/sys/
H A Dlock.h285 #define WITNESS_WARN(flags, lock, fmt, ...) \ macro
320 #define WITNESS_WARN(flags, lock, fmt, ...) (void)0 macro
H A Drmlock.h153 WITNESS_WARN(WARN_GIANTOK | WARN_SLEEPOK, NULL, __func__);
/freebsd/sys/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()
/freebsd/sys/dev/e1000/
H A De1000_osdep.h248 WITNESS_WARN(WARN_GIANTOK|WARN_SLEEPOK|WARN_PANIC, NULL, "unexpected non-sleepable lock"); \
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dwait.h47 WITNESS_WARN(WARN_GIANTOK | WARN_SLEEPOK, NULL, "might_sleep()")
/freebsd/sys/security/mac_test/
H A Dmac_test.c731 WITNESS_WARN(WARN_GIANTOK | WARN_SLEEPOK, NULL, in test_inpcb_init_label()
779 WITNESS_WARN(WARN_GIANTOK | WARN_SLEEPOK, NULL, in test_ip6q_init_label()
849 WITNESS_WARN(WARN_GIANTOK | WARN_SLEEPOK, NULL, in test_ipq_init_label()
1004 WITNESS_WARN(WARN_GIANTOK | WARN_SLEEPOK, NULL, in test_mbuf_init_label()
1863 WITNESS_WARN(WARN_GIANTOK | WARN_SLEEPOK, NULL, in test_socket_init_label()
1940 WITNESS_WARN(WARN_GIANTOK | WARN_SLEEPOK, NULL, in test_socketpeer_init_label()
2013 WITNESS_WARN(WARN_GIANTOK | WARN_SLEEPOK, NULL, in test_syncache_init_label()
/freebsd/tools/test/stress2/misc/
H A Duma_zalloc_arg.sh110 WITNESS_WARN(WARN_GIANTOK | WARN_SLEEPOK, NULL,
/freebsd/sys/dev/usb/
H A Dusb_transfer.c1003 WITNESS_WARN(WARN_GIANTOK | WARN_SLEEPOK, NULL, in usbd_transfer_setup()
1436 WITNESS_WARN(WARN_GIANTOK | WARN_SLEEPOK, NULL, in usbd_transfer_unsetup()
2120 WITNESS_WARN(WARN_GIANTOK | WARN_SLEEPOK, NULL, in usbd_transfer_drain()
/freebsd/stand/kshim/
H A Dbsd_kernel.h134 #define WITNESS_WARN(...) macro
/freebsd/sys/vm/
H A Dvm_map.c390 WITNESS_WARN(WARN_GIANTOK | WARN_SLEEPOK, NULL, in vmspace_free()
2466 WITNESS_WARN(WARN_GIANTOK | WARN_SLEEPOK, NULL, in vm_map_clip_start()
2509 WITNESS_WARN(WARN_GIANTOK | WARN_SLEEPOK, NULL, in vm_map_lookup_clip_start()
2539 WITNESS_WARN(WARN_GIANTOK | WARN_SLEEPOK, NULL, in vm_map_clip_end()

12