Home
last modified time | relevance | path

Searched refs:__active (Results 1 – 2 of 2) sorted by relevance

/openbmc/sdbusplus/include/sdbusplus/async/stdexec/
H A Dasync_scope.hpp92 auto& __active = this->__scope_->__active_; in start() local
94 if (__active != 0) in start()
182 auto& __active = __scope->__active_; in __complete() local
183 if (--__active == 0) in __complete()
268 auto& __active = this->__scope_->__active_; in start() local
269 ++__active; in start()
/openbmc/linux/drivers/cpufreq/
H A Dcpufreq.c37 #define for_each_suitable_policy(__policy, __active) \ argument
39 if ((__active) == !policy_is_inactive(__policy))