Searched refs:percpu_valbuf (Results 1 – 1 of 1) sorted by relevance
16 __u64 *percpu_valbuf = NULL; in test_hash_map() local42 percpu_valbuf = malloc(percpu_val_sz); in test_hash_map()43 if (!ASSERT_OK_PTR(percpu_valbuf, "percpu_valbuf")) in test_hash_map()48 percpu_valbuf[i] = i + 1; in test_hash_map()50 percpu_valbuf, percpu_val_sz, BPF_ANY); in test_hash_map()74 free(percpu_valbuf); in test_hash_map()83 __u64 *percpu_valbuf = NULL; in test_array_map() local112 percpu_valbuf = malloc(percpu_val_sz); in test_array_map()113 if (!ASSERT_OK_PTR(percpu_valbuf, "percpu_valbuf")) in test_array_map()118 percpu_valbuf[i] = i + 1; in test_array_map()[all …]