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

/linux-master/kernel/trace/
H A Dtrace_sched_switch.c160 static size_t tgid_map_max; variable
325 * tgid_map_max.
329 if (unlikely(!map || pid > tgid_map_max))
445 tgid_map_max = pid_max;
446 map = kvcalloc(tgid_map_max + 1, sizeof(*tgid_map),
455 * the corresponding tgid_map_max value.

Completed in 238 milliseconds