Searched refs:htmode (Results 1 - 2 of 2) sorted by relevance

/linux-master/net/mac80211/
H A Drc80211_minstrel_ht_debugfs.c52 char htmode = '2'; local
63 htmode = '4';
65 htmode = '8';
78 p += sprintf(p, "HT%c0 ", htmode);
82 p += sprintf(p, "VHT%c0 ", htmode);
198 char htmode = '2'; local
209 htmode = '4';
211 htmode = '8';
224 p += sprintf(p, "HT%c0,", htmode);
228 p += sprintf(p, "VHT%c0,", htmode);
[all...]
/linux-master/fs/
H A Dtimerfd.c192 enum hrtimer_mode htmode; local
196 htmode = (flags & TFD_TIMER_ABSTIME) ?
210 hrtimer_init(&ctx->t.tmr, clockid, htmode);
224 hrtimer_start(&ctx->t.tmr, texp, htmode);

Completed in 313 milliseconds