Home
last modified time | relevance | path

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

/linux/kernel/cgroup/
H A Drstat.c471 u64_stats_init(&rstatbc->bsync); in css_rstat_init()
577 seq = __u64_stats_fetch_begin(&rstatbc->bsync); in cgroup_base_stat_flush()
579 } while (__u64_stats_fetch_retry(&rstatbc->bsync, seq)); in cgroup_base_stat_flush()
608 *flags = u64_stats_update_begin_irqsave(&rstatbc->bsync); in cgroup_base_stat_cputime_account_begin()
616 u64_stats_update_end_irqrestore(&rstatbc->bsync, flags); in cgroup_base_stat_cputime_account_end()
/linux/include/linux/
H A Dcgroup-defs.h412 struct u64_stats_sync bsync; member