Searched refs:true_var (Results 1 – 3 of 3) sorted by relevance
48 bool true_var = true; in s_adc_filter_free() local49 …if (atomic_compare_exchange_strong(&s_adc_filter_claimed[filter_ctx->cfg.unit], &true_var, false))… in s_adc_filter_free()
293 bool true_var = true; in s_adc_unit_free() local294 return atomic_compare_exchange_strong(&s_adc_unit_claimed[unit], &true_var, false); in s_adc_unit_free()
118 bool true_var = true; in spicommon_periph_free() local119 bool ret = atomic_compare_exchange_strong(&spi_periph_claimed[host], &true_var, false); in spicommon_periph_free()