Searched refs:nr_threads (Results 1 – 5 of 5) sorted by relevance
| /fs/xfs/ |
| A D | xfs_pwork.c | 66 unsigned int nr_threads = 0; in xfs_pwork_init() local 70 nr_threads = xfs_globals.pwork_threads; in xfs_pwork_init() 72 trace_xfs_pwork_init(mp, nr_threads, current->pid); in xfs_pwork_init() 75 WQ_UNBOUND | WQ_SYSFS | WQ_FREEZABLE, nr_threads, tag, in xfs_pwork_init()
|
| A D | xfs_trace.h | 4659 TP_PROTO(struct xfs_mount *mp, unsigned int nr_threads, pid_t pid), 4660 TP_ARGS(mp, nr_threads, pid), 4663 __field(unsigned int, nr_threads) 4668 __entry->nr_threads = nr_threads; 4673 __entry->nr_threads, __entry->pid)
|
| /fs/bcachefs/ |
| A D | tests.c | 766 unsigned nr_threads; member 792 ret = j->fn(j->c, div64_u64(j->nr, j->nr_threads)); in btree_perf_test_thread() 807 u64 nr, unsigned nr_threads) in bch2_btree_perf_test() argument 809 struct test_job j = { .c = c, .nr = nr, .nr_threads = nr_threads }; in bch2_btree_perf_test() 816 if (nr == 0 || nr_threads == 0) { in bch2_btree_perf_test() 821 atomic_set(&j.ready, nr_threads); in bch2_btree_perf_test() 824 atomic_set(&j.done, nr_threads); in bch2_btree_perf_test() 866 if (nr_threads == 1) in bch2_btree_perf_test() 869 for (i = 0; i < nr_threads; i++) in bch2_btree_perf_test() 882 name_buf, nr_buf.buf, nr_threads, in bch2_btree_perf_test() [all …]
|
| /fs/proc/ |
| A D | loadavg.c | 24 nr_running(), nr_threads, in loadavg_proc_show()
|
| /fs/ |
| A D | coredump.c | 515 atomic_set(&core_state->nr_threads, nr); in zap_threads()
|
Completed in 21 milliseconds