Home
last modified time | relevance | path

Searched refs:NET_ASSERT_UNLOCKED (Results 1 – 6 of 6) sorted by path

/openbsd/regress/sys/net/rtable/
H A Dkern_compat.h40 #define NET_ASSERT_UNLOCKED() /* nothing */ macro
/openbsd/sys/kern/
H A Dkern_event.c2152 NET_ASSERT_UNLOCKED(); in klist_invalidate()
/openbsd/sys/net/
H A Dif_bridge.c234 NET_ASSERT_UNLOCKED(); in bridge_clone_destroy()
H A Difq.c352 NET_ASSERT_UNLOCKED(); in ifq_destroy()
698 NET_ASSERT_UNLOCKED(); in ifiq_destroy()
/openbsd/sys/sys/
H A Dfiledesc.h154 #define fdplock(fdp) do { NET_ASSERT_UNLOCKED(); rw_enter_write(&(fdp)->fd_lock); } while (0)
H A Dsystm.h348 #define NET_ASSERT_UNLOCKED() \ macro
370 #define NET_ASSERT_UNLOCKED() do {} while (0) macro