Searched refs:cached_objcg (Results 1 – 1 of 1) sorted by relevance
1764 struct obj_cgroup *cached_objcg; member2775 WRITE_ONCE(stock->cached_objcg, objcg); in replace_stock_objcg()2795 if (READ_ONCE(stock->cached_objcg) != objcg) { in mod_objcg_state()2849 if (objcg == READ_ONCE(stock->cached_objcg) && stock->nr_bytes >= nr_bytes) { in consume_obj_stock()2861 struct obj_cgroup *old = READ_ONCE(stock->cached_objcg); in drain_obj_stock()2915 WRITE_ONCE(stock->cached_objcg, NULL); in drain_obj_stock()2926 struct obj_cgroup *objcg = READ_ONCE(stock->cached_objcg); in obj_stock_flush_required()2949 if (READ_ONCE(stock->cached_objcg) != objcg) { /* reset if necessary */ in refill_obj_stock()