Home
last modified time | relevance | path

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

/Linux-v5.4/block/
Dblk-iocost.c411 seqcount_t period_seqcount; member
870 seq = read_seqcount_begin(&ioc->period_seqcount); in ioc_now()
873 } while (read_seqcount_retry(&ioc->period_seqcount, seq)); in ioc_now()
881 write_seqcount_begin(&ioc->period_seqcount); in ioc_start_period()
884 write_seqcount_end(&ioc->period_seqcount); in ioc_start_period()
1935 seqcount_init(&ioc->period_seqcount); in blk_iocost_init()