Lines Matching refs:cached_objcg
277 * 1) CPU0: objcg == stock->cached_objcg
2215 struct obj_cgroup *cached_objcg;
3209 if (READ_ONCE(stock->cached_objcg) != objcg) {
3214 WRITE_ONCE(stock->cached_objcg, objcg);
3268 if (objcg == READ_ONCE(stock->cached_objcg) && stock->nr_bytes >= nr_bytes) {
3280 struct obj_cgroup *old = READ_ONCE(stock->cached_objcg);
3333 WRITE_ONCE(stock->cached_objcg, NULL);
3344 struct obj_cgroup *objcg = READ_ONCE(stock->cached_objcg);
3367 if (READ_ONCE(stock->cached_objcg) != objcg) { /* reset if necessary */
3370 WRITE_ONCE(stock->cached_objcg, objcg);