Home
last modified time | relevance | path

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

/openbmc/linux/kernel/trace/
H A Dtrace.c2300 static size_t tgid_map_max; variable
2561 if (unlikely(!map || pid > tgid_map_max)) in trace_find_tgid_ptr()
5467 tgid_map_max = pid_max; in set_tracer_flag()
5468 map = kvcalloc(tgid_map_max + 1, sizeof(*tgid_map), in set_tracer_flag()