Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/kernel/
H A Dworkqueue.c4242 static int wq_clamp_max_active(int max_active, unsigned int flags, in wq_clamp_max_active() function
4328 max_active = wq_clamp_max_active(max_active, flags, wq->name); in alloc_workqueue()
4510 max_active = wq_clamp_max_active(max_active, wq->flags, wq->name); in workqueue_set_max_active()