bsync             308 include/linux/cgroup-defs.h 	struct u64_stats_sync bsync;
bsync             258 kernel/cgroup/rstat.c 		u64_stats_init(&rstatc->bsync);
bsync             316 kernel/cgroup/rstat.c 		seq = __u64_stats_fetch_begin(&rstatc->bsync);
bsync             318 kernel/cgroup/rstat.c 	} while (__u64_stats_fetch_retry(&rstatc->bsync, seq));
bsync             343 kernel/cgroup/rstat.c 	u64_stats_update_begin(&rstatc->bsync);
bsync             350 kernel/cgroup/rstat.c 	u64_stats_update_end(&rstatc->bsync);