Searched refs:htmode (Results 1 - 2 of 2) sorted by relevance
/linux-4.4.14/net/mac80211/ |
H A D | rc80211_minstrel_ht_debugfs.c | 23 char htmode = '2'; minstrel_ht_stats_dump() local 34 htmode = '4'; minstrel_ht_stats_dump() 36 htmode = '8'; minstrel_ht_stats_dump() 49 p += sprintf(p, "HT%c0 ", htmode); minstrel_ht_stats_dump() 53 p += sprintf(p, "VHT%c0 ", htmode); minstrel_ht_stats_dump() 169 char htmode = '2'; minstrel_ht_stats_csv_dump() local 180 htmode = '4'; minstrel_ht_stats_csv_dump() 182 htmode = '8'; minstrel_ht_stats_csv_dump() 195 p += sprintf(p, "HT%c0,", htmode); minstrel_ht_stats_csv_dump() 199 p += sprintf(p, "VHT%c0,", htmode); minstrel_ht_stats_csv_dump()
|
/linux-4.4.14/fs/ |
H A D | timerfd.c | 164 enum hrtimer_mode htmode; timerfd_setup() local 168 htmode = (flags & TFD_TIMER_ABSTIME) ? timerfd_setup() 182 hrtimer_init(&ctx->t.tmr, clockid, htmode); timerfd_setup() 194 hrtimer_start(&ctx->t.tmr, texp, htmode); timerfd_setup()
|
Completed in 87 milliseconds