Lines Matching refs:resizing_state
263 atomic_fetch_xor_explicit(&htab->resizing_state, in resize_master()
270 size_t resize_state = atomic_fetch_xor_explicit(&htab->resizing_state, in resize_master()
274 resize_state = atomic_load_explicit(&htab->resizing_state, in resize_master()
288 atomic_fetch_xor_explicit(&htab->resizing_state, CLEANING ^ NO_RESIZING, in resize_master()
296 size_t resize_state = atomic_load_explicit(&htab->resizing_state, in resize_worker()
304 resize_state = atomic_fetch_add_explicit(&htab->resizing_state, in resize_worker()
309 atomic_fetch_sub_explicit(&htab->resizing_state, STATE_INCREMENT, in resize_worker()
316 resize_state = atomic_load_explicit(&htab->resizing_state, in resize_worker()
323 atomic_fetch_sub_explicit(&htab->resizing_state, STATE_INCREMENT, in resize_worker()
331 atomic_fetch_sub_explicit(&htab->resizing_state, STATE_INCREMENT, in resize_worker()
348 atomic_init(&htab->resizing_state, 0); in INIT()
415 size_t resizing_state = atomic_load_explicit(&htab->resizing_state, in INSERT() local
417 if (resizing_state == 0 && in INSERT()
418 atomic_compare_exchange_strong_explicit(&htab->resizing_state, in INSERT()
419 &resizing_state, in INSERT()