Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/fscache/
H A Dmain.c62 workqueue_set_max_active(*wqp, *datap); in fscache_max_active_sysctl()
/OK3568_Linux_fs/kernel/fs/btrfs/
H A Dasync-thread.c216 workqueue_set_max_active(wq->normal_wq, wq->current_active); in thresh_exec_hook()
/OK3568_Linux_fs/kernel/include/linux/
H A Dworkqueue.h476 extern void workqueue_set_max_active(struct workqueue_struct *wq,
/OK3568_Linux_fs/kernel/kernel/
H A Dworkqueue.c4502 void workqueue_set_max_active(struct workqueue_struct *wq, int max_active) in workqueue_set_max_active() function
4522 EXPORT_SYMBOL_GPL(workqueue_set_max_active);
5455 workqueue_set_max_active(wq, val); in max_active_store()