Home
last modified time | relevance | path

Searched refs:IPL_NONE (Results 1 – 2 of 2) sorted by relevance

/haiku/src/libs/compat/openbsd_network/compat/sys/
H A Dsystm.h53 #define IPL_NONE 0 macro
56 #define IPL_NET IPL_NONE
78 if (ipl == IPL_NONE) in splraise()
94 if (ints && ipl != IPL_NONE) in splassert()
96 else if (!ints && ipl == IPL_NONE) in splassert()
H A Dmutex.h22 wantipl == IPL_NONE ? 0 : MTX_SPIN); in mtx_init_openbsd()