Searched refs:cr_lock (Results 1 – 2 of 2) sorted by relevance
140 if ((cr->cr_lock == 0) && in counter_ratecheck()141 atomic_cmpset_acq_int(&cr->cr_lock, 0, 1)) { in counter_ratecheck()154 atomic_store_rel_int(&cr->cr_lock, 0); in counter_ratecheck()
68 volatile int cr_lock; /* Lock to clean the struct */ member