Home
last modified time | relevance | path

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

/linux-4.1.27/Documentation/
Dkernel-per-CPU-kthreads.txt166 by passing the WQ_SYSFS to that workqueue's alloc_workqueue().
169 files. The set of WQ_SYSFS workqueues can be displayed using
172 sprinkling WQ_SYSFS across all the workqueues. The reason for
173 caution is that it is easy to add WQ_SYSFS, but because sysfs is
/linux-4.1.27/include/linux/
Dworkqueue.h283 WQ_SYSFS = 1 << 6, /* visible in sysfs, see wq_sysfs_register() */ enumerator
/linux-4.1.27/mm/
Dbacking-dev.c248 WQ_UNBOUND | WQ_SYSFS, 0); in default_bdi_init()
/linux-4.1.27/kernel/
Dworkqueue.c3922 if ((wq->flags & WQ_SYSFS) && workqueue_sysfs_register(wq)) in __alloc_workqueue_key()
/linux-4.1.27/drivers/md/
Draid5.c7841 WQ_UNBOUND|WQ_MEM_RECLAIM|WQ_CPU_INTENSIVE|WQ_SYSFS, 0); in raid5_init()