Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/kernel/cgroup/
H A Drstat.c257 u64_stats_init(&rstatc->bsync); in cgroup_rstat_init()
321 seq = __u64_stats_fetch_begin(&rstatc->bsync); in cgroup_base_stat_flush()
323 } while (__u64_stats_fetch_retry(&rstatc->bsync, seq)); in cgroup_base_stat_flush()
346 u64_stats_update_begin(&rstatc->bsync); in cgroup_base_stat_cputime_account_begin()
353 u64_stats_update_end(&rstatc->bsync); in cgroup_base_stat_cputime_account_end()
/OK3568_Linux_fs/kernel/include/linux/
H A Dcgroup-defs.h321 struct u64_stats_sync bsync; member