Lines Matching refs:READ_ONCE
30 protected = min(usage, READ_ONCE(c->min)); in propagate_protected_usage()
39 protected = min(usage, READ_ONCE(c->low)); in propagate_protected_usage()
101 if (new > READ_ONCE(c->local_watermark)) { in page_counter_charge()
103 if (new > READ_ONCE(c->watermark)) in page_counter_charge()
157 if (new > READ_ONCE(c->local_watermark)) { in page_counter_try_charge()
159 if (new > READ_ONCE(c->watermark)) in page_counter_try_charge()
444 counter->emin = READ_ONCE(counter->min); in page_counter_calculate_protection()
445 counter->elow = READ_ONCE(counter->low); in page_counter_calculate_protection()
452 READ_ONCE(counter->min), in page_counter_calculate_protection()
453 READ_ONCE(parent->emin), in page_counter_calculate_protection()
458 READ_ONCE(counter->low), in page_counter_calculate_protection()
459 READ_ONCE(parent->elow), in page_counter_calculate_protection()