Searched refs:htmode (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/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() 50 p += sprintf(p, "HT%c0 ", htmode); in minstrel_ht_stats_dump() 54 p += sprintf(p, "VHT%c0 ", htmode); in minstrel_ht_stats_dump() 169 char htmode = '2'; in minstrel_ht_stats_csv_dump() local 180 htmode = '4'; in minstrel_ht_stats_csv_dump() 182 htmode = '8'; in minstrel_ht_stats_csv_dump() 196 p += sprintf(p, "HT%c0,", htmode); in minstrel_ht_stats_csv_dump() 200 p += sprintf(p, "VHT%c0,", htmode); in minstrel_ht_stats_csv_dump()
|
/Linux-v4.19/fs/ |
D | timerfd.c | 175 enum hrtimer_mode htmode; in timerfd_setup() local 179 htmode = (flags & TFD_TIMER_ABSTIME) ? in timerfd_setup() 193 hrtimer_init(&ctx->t.tmr, clockid, htmode); in timerfd_setup() 205 hrtimer_start(&ctx->t.tmr, texp, htmode); in timerfd_setup()
|