Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/md/
Ddm-verity-target.c1165 unsigned int wq_flags; in verity_ctr() local
1403 wq_flags = WQ_MEM_RECLAIM | WQ_UNBOUND; in verity_ctr()
1413 wq_flags |= WQ_HIGHPRI; in verity_ctr()
1414 v->verify_wq = alloc_workqueue("kverityd", wq_flags, num_online_cpus()); in verity_ctr()