Home
last modified time | relevance | path

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

/linux/kernel/rcu/
H A Dtree.c1639 static struct workqueue_struct *sync_wq; variable
1755 if (!queue_work(sync_wq, &rcu_state.srs_cleanup_work)) in rcu_sr_normal_gp_cleanup()
4892 sync_wq = alloc_workqueue("sync_wq", WQ_MEM_RECLAIM | WQ_UNBOUND, 0); in rcu_init()
4893 WARN_ON(!sync_wq); in rcu_init()