Home
last modified time | relevance | path

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

/linux-6.3-rc2/fs/xfs/
A Dxfs_pwork.c69 if (xfs_globals.pwork_threads >= 0) in xfs_pwork_init()
70 nr_threads = xfs_globals.pwork_threads; in xfs_pwork_init()
A Dxfs_globals.c44 .pwork_threads = -1, /* automatic thread detection */
A Dxfs_sysfs.c218 xfs_globals.pwork_threads = val; in pwork_threads_store()
228 return sysfs_emit(buf, "%d\n", xfs_globals.pwork_threads); in pwork_threads_show()
230 XFS_SYSFS_ATTR_RW(pwork_threads);
262 ATTR_LIST(pwork_threads),
A Dxfs_sysctl.h85 int pwork_threads; /* parallel workqueue threads */ member

Completed in 6 milliseconds