Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/
Difb.c51 struct u64_stats_sync tsync; member
86 u64_stats_update_begin(&txp->tsync); in ifb_ri_tasklet()
89 u64_stats_update_end(&txp->tsync); in ifb_ri_tasklet()
151 start = u64_stats_fetch_begin_irq(&txp->tsync); in ifb_stats64()
154 } while (u64_stats_fetch_retry_irq(&txp->tsync, start)); in ifb_stats64()
180 u64_stats_init(&txp->tsync); in ifb_dev_init()