Searched refs:common_wq_flags (Results 1 – 1 of 1) sorted by relevance
3223 unsigned int common_wq_flags; in crypt_ctr() local3399 common_wq_flags = WQ_MEM_RECLAIM | WQ_SYSFS; in crypt_ctr()3401 common_wq_flags |= WQ_HIGHPRI; in crypt_ctr()3403 cc->io_queue = alloc_workqueue("kcryptd_io-%s-%d", common_wq_flags, 1, devname, wq_id); in crypt_ctr()3411 common_wq_flags | WQ_CPU_INTENSIVE, in crypt_ctr()3419 common_wq_flags | WQ_UNBOUND, in crypt_ctr()