Home
last modified time | relevance | path

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

/linux/drivers/md/
H A Ddm-crypt.c3264 unsigned int common_wq_flags;
3440 common_wq_flags = WQ_MEM_RECLAIM | WQ_SYSFS; in crypt_ctr()
3442 common_wq_flags |= WQ_HIGHPRI; in crypt_ctr()
3444 cc->io_queue = alloc_workqueue("kcryptd_io-%s-%d", common_wq_flags, 1, devname, wq_id); in crypt_ctr()
3452 common_wq_flags | WQ_CPU_INTENSIVE, in crypt_ctr()
3460 common_wq_flags | WQ_UNBOUND, in crypt_ctr()
3274 unsigned int common_wq_flags; crypt_ctr() local