Searched refs:map_set (Results 1 – 5 of 5) sorted by relevance
| /linux-6.15/tools/tracing/rtla/src/ |
| H A D | timerlat.bpf.c | 56 nosubprog void map_set(void *map, in map_set() function 66 map_set(map, key, map_get(map, key) + 1); in map_increment() 91 map_set(map, SUMMARY_CURRENT, latency); in update_summary() 98 map_set(map, SUMMARY_MAX, latency); in update_summary() 101 map_set(map, SUMMARY_MIN, latency); in update_summary() 104 map_set(map, SUMMARY_SUM, map_get(map, SUMMARY_SUM) + latency); in update_summary()
|
| /linux-6.15/net/netfilter/ |
| H A D | xt_set.c | 401 info->map_set.flags, 0, UINT_MAX, in set_target_v3() 412 if (info->map_set.index != IPSET_INVALID_ID) { in set_target_v3() 417 info->map_set.flags & IPSET_INV_MATCH); in set_target_v3() 461 if (info->map_set.index != IPSET_INVALID_ID) { in set_target_v3_checkentry() 477 info->map_set.index); in set_target_v3_checkentry() 480 info->map_set.index); in set_target_v3_checkentry() 488 info->map_set.dim > IPSET_DIM_MAX) { in set_target_v3_checkentry() 496 if (info->map_set.index != IPSET_INVALID_ID) in set_target_v3_checkentry() 497 ip_set_nfnl_put(par->net, info->map_set.index); in set_target_v3_checkentry() 516 if (info->map_set.index != IPSET_INVALID_ID) in set_target_v3_destroy() [all …]
|
| /linux-6.15/include/uapi/linux/netfilter/ |
| H A D | xt_set.h | 80 struct xt_set_info map_set; member
|
| /linux-6.15/fs/ocfs2/ |
| H A D | ocfs2_trace.h | 2628 void *recovery_thread, int map_set), 2629 TP_ARGS(node_num, osb_node_num, disable, recovery_thread, map_set), 2635 __field(int,map_set) 2642 __entry->map_set = map_set; 2646 __entry->recovery_thread, __entry->map_set)
|
| /linux-6.15/net/tipc/ |
| H A D | monitor.c | 155 static void map_set(u64 *up_map, int i, unsigned int v) in map_set() function 292 map_set(&dom->up_map, i, peer->is_up); in mon_update_local_domain()
|