Searched refs:current_pool (Results 1 – 2 of 2) sorted by relevance
362 void *current_pool; in depot_pop_free_pool() local375 current_pool = stack_pools[pool_index]; in depot_pop_free_pool()376 if (WARN_ON_ONCE(!current_pool)) in depot_pop_free_pool()379 stack = current_pool + pool_offset; in depot_pop_free_pool()
3882 struct worker_pool *current_pool = NULL; in flush_workqueue_prep_pwqs() local3898 if (current_pool != pwq->pool) { in flush_workqueue_prep_pwqs()3899 if (likely(current_pool)) in flush_workqueue_prep_pwqs()3900 raw_spin_unlock_irq(¤t_pool->lock); in flush_workqueue_prep_pwqs()3901 current_pool = pwq->pool; in flush_workqueue_prep_pwqs()3902 raw_spin_lock_irq(¤t_pool->lock); in flush_workqueue_prep_pwqs()3922 if (current_pool) in flush_workqueue_prep_pwqs()3923 raw_spin_unlock_irq(¤t_pool->lock); in flush_workqueue_prep_pwqs()