Searched refs:SPIN_SKIP (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/sys/compat/linuxkpi/common/include/linux/
H A Dspinlock.h55 #define SPIN_SKIP(void) unlikely(SCHEDULER_STOPPED() || kdb_active) macro
57 #define SPIN_SKIP(void) 0 macro
61 if (SPIN_SKIP()) \
76 if (SPIN_SKIP()) \
92 if (SPIN_SKIP()) { \
106 if (SPIN_SKIP()) \
159 if (SPIN_SKIP()) \

Completed in 102 milliseconds