Home
last modified time | relevance | path

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

/Linux-v6.1/net/mac80211/
Drc80211_minstrel_ht_debugfs.c52 char htmode = '2'; in minstrel_ht_stats_dump() local
63 htmode = '4'; in minstrel_ht_stats_dump()
65 htmode = '8'; in minstrel_ht_stats_dump()
78 p += sprintf(p, "HT%c0 ", htmode); in minstrel_ht_stats_dump()
82 p += sprintf(p, "VHT%c0 ", htmode); in minstrel_ht_stats_dump()
198 char htmode = '2'; in minstrel_ht_stats_csv_dump() local
209 htmode = '4'; in minstrel_ht_stats_csv_dump()
211 htmode = '8'; in minstrel_ht_stats_csv_dump()
224 p += sprintf(p, "HT%c0,", htmode); in minstrel_ht_stats_csv_dump()
228 p += sprintf(p, "VHT%c0,", htmode); in minstrel_ht_stats_csv_dump()
/Linux-v6.1/fs/
Dtimerfd.c192 enum hrtimer_mode htmode; in timerfd_setup() local
196 htmode = (flags & TFD_TIMER_ABSTIME) ? in timerfd_setup()
210 hrtimer_init(&ctx->t.tmr, clockid, htmode); in timerfd_setup()
224 hrtimer_start(&ctx->t.tmr, texp, htmode); in timerfd_setup()