Searched refs:dss_exhausted (Results 1 – 2 of 2) sorted by relevance
24 static unsigned dss_exhausted; variable111 if (!atomic_read_u(&dss_exhausted)) { in chunk_alloc_dss()189 atomic_write_u(&dss_exhausted, (unsigned)true); in chunk_alloc_dss()234 dss_exhausted = (unsigned)(dss_base == (void *)-1); in chunk_dss_boot()
35 static atomic_b_t dss_exhausted; variable132 if (!atomic_load_b(&dss_exhausted, ATOMIC_ACQUIRE)) { in extent_alloc_dss()218 atomic_store_b(&dss_exhausted, true, in extent_alloc_dss()266 atomic_store_b(&dss_exhausted, dss_base == (void *)-1, ATOMIC_RELAXED); in extent_dss_boot()