Home
last modified time | relevance | path

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

/linux-6.12.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()
197 char htmode = '2'; in minstrel_ht_stats_csv_dump() local
208 htmode = '4'; in minstrel_ht_stats_csv_dump()
210 htmode = '8'; in minstrel_ht_stats_csv_dump()
223 p += sprintf(p, "HT%c0,", htmode); in minstrel_ht_stats_csv_dump()
227 p += sprintf(p, "VHT%c0,", htmode); in minstrel_ht_stats_csv_dump()
/linux-6.12.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()