Home
last modified time | relevance | path

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

/linux/lib/
H A Dstackdepot.c362 void *current_pool; in depot_pop_free_pool() local
375 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()
/linux/kernel/
H A Dworkqueue.c3882 struct worker_pool *current_pool = NULL; in flush_workqueue_prep_pwqs() local
3898 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(&current_pool->lock); in flush_workqueue_prep_pwqs()
3901 current_pool = pwq->pool; in flush_workqueue_prep_pwqs()
3902 raw_spin_lock_irq(&current_pool->lock); in flush_workqueue_prep_pwqs()
3922 if (current_pool) in flush_workqueue_prep_pwqs()
3923 raw_spin_unlock_irq(&current_pool->lock); in flush_workqueue_prep_pwqs()