Home
last modified time | relevance | path

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

/linux/fs/xfs/
H A Dxfs_sysctl.h80 int pwork_threads; /* parallel workqueue threads */ member
H A Dxfs_sysfs.c220 xfs_globals.pwork_threads = val; in pwork_threads_store()
230 return sysfs_emit(buf, "%d\n", xfs_globals.pwork_threads); in pwork_threads_show()
232 XFS_SYSFS_ATTR_RW(pwork_threads);
323 ATTR_LIST(pwork_threads),