Searched refs:in_use (Results 1 – 3 of 3) sorted by relevance
| /lib/vdso/ |
| A D | getrandom.c | 77 bool in_use, have_retried = false; in __cvdso_getrandom_data() local 128 in_use = READ_ONCE(state->in_use); in __cvdso_getrandom_data() 129 if (unlikely(in_use)) in __cvdso_getrandom_data() 132 WRITE_ONCE(state->in_use, true); in __cvdso_getrandom_data() 175 WRITE_ONCE(state->in_use, false); in __cvdso_getrandom_data() 220 WRITE_ONCE(state->in_use, false); in __cvdso_getrandom_data() 233 WRITE_ONCE(state->in_use, false); in __cvdso_getrandom_data()
|
| /lib/ |
| A D | lru_cache.c | 108 INIT_LIST_HEAD(&lc->in_use); in lc_create() 187 INIT_LIST_HEAD(&lc->in_use); in lc_reset() 384 list_move(&e->list, &lc->in_use); /* Not evictable... */ in __lc_get() 533 list_move(&e->list, &lc->in_use); in lc_committed()
|
| /lib/crypto/tests/ |
| A D | hash-test-template.h | 477 atomic_t in_use; member 497 if (atomic_cmpxchg(&ctx->in_use, 0, 1) == 0) in hash_irq_test2_func() 530 atomic_set_release(&ctx->in_use, 0); in hash_irq_test2_func()
|
Completed in 6 milliseconds