Home
last modified time | relevance | path

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

/Linux-v5.15/kernel/trace/
Dtrace.c2201 static size_t tgid_map_max; variable
2484 if (unlikely(!map || pid > tgid_map_max)) in trace_find_tgid_ptr()
5290 tgid_map_max = pid_max; in set_tracer_flag()
5291 map = kvcalloc(tgid_map_max + 1, sizeof(*tgid_map), in set_tracer_flag()