Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/
H A Dvalues.c14 values->threads_max = 16; in perf_read_values_init()
15 values->pid = malloc(values->threads_max * sizeof(*values->pid)); in perf_read_values_init()
16 values->tid = malloc(values->threads_max * sizeof(*values->tid)); in perf_read_values_init()
17 values->value = zalloc(values->threads_max * sizeof(*values->value)); in perf_read_values_init()
51 if (!values->threads_max || !values->counters_max) in perf_read_values_destroy()
67 int nthreads_max = values->threads_max * 2; in perf_read_values__enlarge_threads()
75 values->threads_max = nthreads_max; in perf_read_values__enlarge_threads()
97 if (values->threads == values->threads_max) { in perf_read_values__findnew_thread()
H A Dvalues.h9 int threads_max; member
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd/
H A D0012-do-not-disable-buffer-in-writing-files.patch138 uint64_t threads_max;
/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/
H A D0012-do-not-disable-buffer-in-writing-files.patch107 uint64_t threads_max;