Searched refs:_tid (Results 1 – 4 of 4) sorted by relevance
99 #define TID_TO_WME_AC(_tid) ( \ argument100 ((_tid) == 0 || (_tid) == 3) ? BE_Q : \101 ((_tid) < 3) ? BK_Q : \102 ((_tid) < 6) ? VI_Q : \
38 #define sigev_notify_thread_id _sigev_un._tid
1612 static int snd_timer_user_next_device(struct snd_timer_id __user *_tid) in snd_timer_user_next_device() 1616 if (copy_from_user(&id, _tid, sizeof(id))) in snd_timer_user_ginfo() 1620 if (copy_to_user(_tid, &id, sizeof(*_tid))) in snd_timer_user_ginfo() 1601 snd_timer_user_next_device(struct snd_timer_id __user * _tid) snd_timer_user_next_device() argument
293 sev._sigev_un._tid = tid; in check_sig_ign()