Searched refs:threads_max (Results 1 - 3 of 3) sorted by relevance

/linux-4.1.27/tools/perf/util/
H A Dvalues.h8 int threads_max; member in struct:perf_read_values
H A Dvalues.c8 values->threads_max = 16; perf_read_values_init()
9 values->pid = malloc(values->threads_max * sizeof(*values->pid)); perf_read_values_init()
10 values->tid = malloc(values->threads_max * sizeof(*values->tid)); perf_read_values_init()
11 values->value = malloc(values->threads_max * sizeof(*values->value)); perf_read_values_init()
30 if (!values->threads_max || !values->counters_max) perf_read_values_destroy()
46 values->threads_max *= 2; perf_read_values__enlarge_threads()
48 values->threads_max * sizeof(*values->pid)); perf_read_values__enlarge_threads()
50 values->threads_max * sizeof(*values->tid)); perf_read_values__enlarge_threads()
52 values->threads_max * sizeof(*values->value)); perf_read_values__enlarge_threads()
66 if (values->threads == values->threads_max) perf_read_values__findnew_thread()
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
H A Dlproc_ptlrpc.c1076 {.name = "threads_max", ptlrpc_lprocfs_register_service()

Completed in 136 milliseconds