Searched refs:tgid_map (Results 1 – 1 of 1) sorted by relevance
157 static int *tgid_map; variable327 int *map = smp_load_acquire(&tgid_map); in trace_find_tgid_ptr()442 if (tgid_map) in trace_alloc_tgid_map()446 map = kvcalloc(tgid_map_max + 1, sizeof(*tgid_map), in trace_alloc_tgid_map()457 smp_store_release(&tgid_map, map); in trace_alloc_tgid_map()482 int pid = entry - tgid_map; in saved_tgids_show()