Home
last modified time | relevance | path

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

/openbmc/qemu/tests/migration/guestperf/
H A Dplot.py153 if record._tid in threads:
155 threads[record._tid] = {
172 threads[record._tid]["xaxis"].append(record._timestamp - starttime)
173 threads[record._tid]["yaxis"].append(record._value)
174 threads[record._tid]["labels"].append(self._get_progress_label(progress))
268 if record._tid in threads:
270 threads[record._tid] = {
289 oldvalue = threads[record._tid]["absvalue"][-1]
290 oldtime = threads[record._tid]["abstime"][-1]
300 threads[record._tid]["absvalue"].append(record._value)
[all …]
H A Dtimings.py25 self._tid = tid
31 "tid": self._tid,
/openbmc/linux/include/uapi/asm-generic/
H A Dsiginfo.h46 __kernel_timer_t _tid; /* timer id */ member
151 #define si_tid _sifields._timer._tid
347 int _tid; member
358 #define sigev_notify_thread_id _sigev_un._tid
/openbmc/linux/drivers/net/wireless/ath/carl9170/
H A Dcarl9170.h88 #define TID_TO_WME_AC(_tid) \ argument
89 ((((_tid) == 0) || ((_tid) == 3)) ? IEEE80211_AC_BE : \
90 (((_tid) == 1) || ((_tid) == 2)) ? IEEE80211_AC_BK : \
91 (((_tid) == 4) || ((_tid) == 5)) ? IEEE80211_AC_VI : \
/openbmc/linux/drivers/net/wireless/rsi/
H A Drsi_main.h99 #define TID_TO_WME_AC(_tid) ( \ argument
100 ((_tid) == 0 || (_tid) == 3) ? BE_Q : \
101 ((_tid) < 3) ? BK_Q : \
102 ((_tid) < 6) ? VI_Q : \
/openbmc/linux/drivers/net/wireless/ath/ath9k/
H A Dath9k.h98 #define TID_TO_WME_AC(_tid) \ argument
99 ((((_tid) == 0) || ((_tid) == 3)) ? IEEE80211_AC_BE : \
100 (((_tid) == 1) || ((_tid) == 2)) ? IEEE80211_AC_BK : \
101 (((_tid) == 4) || ((_tid) == 5)) ? IEEE80211_AC_VI : \
/openbmc/linux/include/linux/
H A Dcompat.h176 compat_timer_t _tid; /* timer id */ member
338 compat_int_t _tid; member
/openbmc/linux/sound/core/
H A Dtimer.c1564 static int snd_timer_user_next_device(struct snd_timer_id __user *_tid) in snd_timer_user_next_device() argument
1570 if (copy_from_user(&id, _tid, sizeof(id))) in snd_timer_user_next_device()
1650 if (copy_to_user(_tid, &id, sizeof(*_tid))) in snd_timer_user_next_device()
/openbmc/qemu/linux-user/
H A Dsyscall_defs.h2647 abi_int _tid; member
H A Dsyscall.c7557 #define sigev_notify_thread_id _sigev_un._tid
7580 host_sevp->sigev_notify_thread_id = tswap32(target_sevp->_sigev_un._tid); in target_to_host_sigevent()
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dmac80211.c878 #define CHECK_BA_TRIGGER(_mvm, _trig, _tid_bm, _tid, _fmt...) \ argument
880 if (!(le16_to_cpu(_tid_bm) & BIT(_tid))) \