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

/linux-master/fs/xfs/
H A Dxfs_globals.c44 .pwork_threads = -1, /* automatic thread detection */
H A Dxfs_pwork.c69 if (xfs_globals.pwork_threads >= 0)
70 nr_threads = xfs_globals.pwork_threads;
H A Dxfs_sysctl.h85 int pwork_threads; /* parallel workqueue threads */ member in struct:xfs_globals
H A Dxfs_sysfs.c217 xfs_globals.pwork_threads = val;
227 return sysfs_emit(buf, "%d\n", xfs_globals.pwork_threads);
229 XFS_SYSFS_ATTR_RW(pwork_threads); variable
320 ATTR_LIST(pwork_threads),

Completed in 141 milliseconds