Home
last modified time | relevance | path

Searched refs:_START (Results 1 – 3 of 3) sorted by relevance

/freebsd/cddl/contrib/opensolaris/head/
H A Dsyms.h224 #define _START "_start" macro
/freebsd/sys/dev/oce/
H A Doce_if.h277 #define GET_Q_NEXT(_START, _STEP, _END) \ argument
278 (((_START) + (_STEP)) < (_END) ? ((_START) + (_STEP)) \
279 : (((_START) + (_STEP)) - (_END)))
/freebsd/contrib/xz/
H A DChangeLog397 _START, and _ENABLED. Main thread changed it from _DISABLED to _START
398 while holding a mutex. Once set to _START, worker thread changed it
400 so it could see either _START or _ENABLED. However, it made no
402 it didn't matter if it saw _START or _ENABLED.
414 This variable replaces the _DISABLED -> _START transition.
417 needs no mutex. This replaces the _START -> _ENABLED transition.