Searched refs:map_get (Results 1 – 2 of 2) sorted by relevance
/linux/tools/tracing/rtla/src/ |
H A D | timerlat.bpf.c | 51 nosubprog unsigned long long map_get(void *map, in map_get() function 71 map_set(map, key, map_get(map, key) + 1); in map_increment() 102 if (latency > map_get(map, SUMMARY_MAX)) in update_summary() 105 if (latency < map_get(map, SUMMARY_MIN) || map_get(map, SUMMARY_COUNT) == 0) in update_summary() 109 map_set(map, SUMMARY_SUM, map_get(map, SUMMARY_SUM) + latency); in update_summary() 129 if (map_get(&stop_tracing, 0)) in handle_timerlat_sample()
|
/linux/net/tipc/ |
H A D | monitor.c | 161 static int map_get(u64 up_map, int i) in map_get() function 224 if (!member->is_up || !map_get(dom_bef->up_map, i)) in mon_identify_lost_members() 238 if (!map_get(dom_aft->up_map, i)) in mon_identify_lost_members()
|