Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/xfs/
H A Dxfs_pwork.c68 if (xfs_globals.pwork_threads >= 0) in xfs_pwork_init()
69 nr_threads = xfs_globals.pwork_threads; in xfs_pwork_init()
H A Dxfs_sysfs.c216 xfs_globals.pwork_threads = val; in pwork_threads_store()
226 return snprintf(buf, PAGE_SIZE, "%d\n", xfs_globals.pwork_threads); in pwork_threads_show()
228 XFS_SYSFS_ATTR_RW(pwork_threads);
237 ATTR_LIST(pwork_threads),
H A Dxfs_globals.c44 .pwork_threads = -1, /* automatic thread detection */
H A Dxfs_sysctl.h86 int pwork_threads; /* parallel workqueue threads */ member