Searched +defs:total +defs:values (Results 1 – 8 of 8) sorted by relevance
/linux-6.14.4/tools/testing/selftests/bpf/map_tests/ |
D | lpm_trie_map_batch_ops.c | 23 struct test_lpm_key *keys, int *values) in map_batch_update() 45 struct test_lpm_key *keys, int *values) in map_batch_verify() 70 int map_fd, *values, *visited; in test_lpm_trie_map_batch_ops() local 71 __u32 step, count, total, total_success; in test_lpm_trie_map_batch_ops() local
|
D | array_map_batch_ops.c | 16 __s64 *values, bool is_pcpu) in map_batch_update() 41 __s64 *values, bool is_pcpu) in map_batch_verify() 73 __u32 count, total, total_success; in __test_map_lookup_and_update_batch() local 77 void *values; in __test_map_lookup_and_update_batch() local
|
D | htab_map_batch_ops.c | 15 void *values, bool is_pcpu) in map_batch_update() 42 int *keys, void *values, bool is_pcpu) in map_batch_verify() 79 __u32 batch, count, total, total_success; in __test_map_lookup_and_delete_batch() local 86 void *values; in __test_map_lookup_and_delete_batch() local
|
/linux-6.14.4/drivers/net/ethernet/mellanox/mlxsw/ |
D | core_acl_flex_keys.c | 143 unsigned int total; member 435 void mlxsw_afk_values_add_u32(struct mlxsw_afk_element_values *values, in mlxsw_afk_values_add_u32() 453 void mlxsw_afk_values_add_buf(struct mlxsw_afk_element_values *values, in mlxsw_afk_values_add_buf() 518 struct mlxsw_afk_element_values *values, in mlxsw_afk_encode()
|
/linux-6.14.4/tools/perf/ui/ |
D | hist.c | 32 u64 total = hists__total_period(hists); in __hpp__fmt_print() local 66 struct hpp_fmt_value *values; in __hpp__fmt() local
|
/linux-6.14.4/samples/bpf/ |
D | xdp_sample_user.c | 92 struct datarec total; member 340 static void map_collect_percpu(struct datarec *values, struct record *rec) in map_collect_percpu() 384 struct datarec *values; in map_collect_percpu_devmap() local
|
/linux-6.14.4/kernel/bpf/ |
D | hashtab.c | 1718 u32 bucket_cnt, total, key_size, value_size, roundup_key_size; in __htab_map_lookup_and_delete_batch() local 1719 void *keys = NULL, *values = NULL, *value, *dst_key, *dst_val; in __htab_map_lookup_and_delete_batch() local
|
/linux-6.14.4/kernel/events/ |
D | core.c | 5602 u64 total = 0; in __perf_event_read_value() local 5642 u64 read_format, u64 *values) in __perf_read_group_add() 5726 u64 *values; in perf_read_group() local 5766 u64 values[5]; in perf_read_one() local 7409 u64 values[5]; in perf_output_read_one() local 7436 u64 values[6]; in perf_output_read_group() local
|