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