Home
last modified time | relevance | path

Searched refs:_tid (Results 1 – 9 of 9) sorted by relevance

/NextBSD/sys/sys/
HDmutex.h186 uintptr_t _tid = (uintptr_t)(tid); \
188 if (!_mtx_obtain_lock((mp), _tid)) \
189 _mtx_lock_sleep((mp), _tid, (opts), (file), (line)); \
203 uintptr_t _tid = (uintptr_t)(tid); \
206 if (!_mtx_obtain_lock((mp), _tid)) { \
207 if ((mp)->mtx_lock == _tid) \
210 _mtx_lock_spin((mp), _tid, (opts), (file), (line)); \
217 uintptr_t _tid = (uintptr_t)(tid); \
220 if ((mp)->mtx_lock == _tid) \
224 (mp)->mtx_lock = _tid; \
[all …]
HDrwlock.h98 uintptr_t _tid = (uintptr_t)(tid); \
100 if (!_rw_write_lock((rw), _tid)) \
101 _rw_wlock_hard((rw), _tid, (file), (line)); \
109 uintptr_t _tid = (uintptr_t)(tid); \
116 if (!_rw_write_unlock((rw), _tid)) \
117 _rw_wunlock_hard((rw), _tid, (file), (line)); \
/NextBSD/sys/mips/beri/
HDfdt_ic_if.m233 * @param _tid the thread ID (relative to the interrupt controller)
239 u_int _tid;
247 * @param _tid the thread ID (relative to the interrupt controller)
252 u_int _tid;
260 * @param _tid the thread ID (relative to the interrupt controller)
265 u_int _tid;
/NextBSD/sys/net80211/
HDieee80211.h295 #define TID_TO_WME_AC(_tid) ( \ argument
296 ((_tid) == 0 || (_tid) == 3) ? WME_AC_BE : \
297 ((_tid) < 3) ? WME_AC_BK : \
298 ((_tid) < 6) ? WME_AC_VI : \
/NextBSD/sys/compat/linux/
HDlinux_timer.h97 l_int _tid; member
HDlinux_timer.c81 CP2(*l_sig, *sig, _l_sigev_un._tid, sigev_notify_thread_id); in linux_convert_l_sigevent()
/NextBSD/sys/amd64/linux/
HDlinux.h286 l_timer_t _tid; member
320 #define lsi_tid _sifields._timer._tid
/NextBSD/sys/i386/linux/
HDlinux.h337 l_timer_t _tid; member
371 #define lsi_tid _sifields._timer._tid
/NextBSD/sys/amd64/linux32/
HDlinux.h360 l_timer_t _tid; member
394 #define lsi_tid _sifields._timer._tid