Searched refs:htmode (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.10/net/mac80211/ |
D | rc80211_minstrel_ht_debugfs.c | 36 char htmode = '2'; in minstrel_ht_stats_dump() local 47 htmode = '4'; in minstrel_ht_stats_dump() 49 htmode = '8'; in minstrel_ht_stats_dump() 63 p += sprintf(p, "HT%c0 ", htmode); in minstrel_ht_stats_dump() 67 p += sprintf(p, "VHT%c0 ", htmode); in minstrel_ht_stats_dump() 183 char htmode = '2'; in minstrel_ht_stats_csv_dump() local 194 htmode = '4'; in minstrel_ht_stats_csv_dump() 196 htmode = '8'; in minstrel_ht_stats_csv_dump() 210 p += sprintf(p, "HT%c0,", htmode); in minstrel_ht_stats_csv_dump() 214 p += sprintf(p, "VHT%c0,", htmode); in minstrel_ht_stats_csv_dump()
|
/Linux-v5.10/fs/ |
D | timerfd.c | 176 enum hrtimer_mode htmode; in timerfd_setup() local 180 htmode = (flags & TFD_TIMER_ABSTIME) ? in timerfd_setup() 194 hrtimer_init(&ctx->t.tmr, clockid, htmode); in timerfd_setup() 208 hrtimer_start(&ctx->t.tmr, texp, htmode); in timerfd_setup()
|