htmode            175 fs/timerfd.c   	enum hrtimer_mode htmode;
htmode            179 fs/timerfd.c   	htmode = (flags & TFD_TIMER_ABSTIME) ?
htmode            193 fs/timerfd.c   		hrtimer_init(&ctx->t.tmr, clockid, htmode);
htmode            205 fs/timerfd.c   			hrtimer_start(&ctx->t.tmr, texp, htmode);
htmode             36 net/mac80211/rc80211_minstrel_ht_debugfs.c 	char htmode = '2';
htmode             47 net/mac80211/rc80211_minstrel_ht_debugfs.c 		htmode = '4';
htmode             49 net/mac80211/rc80211_minstrel_ht_debugfs.c 		htmode = '8';
htmode             63 net/mac80211/rc80211_minstrel_ht_debugfs.c 			p += sprintf(p, "HT%c0  ", htmode);
htmode             67 net/mac80211/rc80211_minstrel_ht_debugfs.c 			p += sprintf(p, "VHT%c0 ", htmode);
htmode            183 net/mac80211/rc80211_minstrel_ht_debugfs.c 	char htmode = '2';
htmode            194 net/mac80211/rc80211_minstrel_ht_debugfs.c 		htmode = '4';
htmode            196 net/mac80211/rc80211_minstrel_ht_debugfs.c 		htmode = '8';
htmode            210 net/mac80211/rc80211_minstrel_ht_debugfs.c 			p += sprintf(p, "HT%c0,", htmode);
htmode            214 net/mac80211/rc80211_minstrel_ht_debugfs.c 			p += sprintf(p, "VHT%c0,", htmode);