Searched refs:hashmap_cast_ptr (Results 1 - 2 of 2) sorted by relevance

/linux-master/tools/lib/bpf/
H A Dhashmap.h54 * type is verified by hashmap_cast_ptr using _Static_assert;
115 #define hashmap_cast_ptr(p) ({ \ macro
135 hashmap_cast_ptr(old_key), \
136 hashmap_cast_ptr(old_value))
154 hashmap_cast_ptr(old_key), \
155 hashmap_cast_ptr(old_value))
160 hashmap_find((map), (long)(key), hashmap_cast_ptr(value))
/linux-master/tools/perf/util/
H A Dhashmap.h54 * type is verified by hashmap_cast_ptr using _Static_assert;
115 #define hashmap_cast_ptr(p) ({ \ macro
135 hashmap_cast_ptr(old_key), \
136 hashmap_cast_ptr(old_value))
154 hashmap_cast_ptr(old_key), \
155 hashmap_cast_ptr(old_value))
160 hashmap_find((map), (long)(key), hashmap_cast_ptr(value))

Completed in 131 milliseconds