Home
last modified time | relevance | path

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

/openbmc/linux/tools/lib/bpf/
H A Dhashmap.h115 #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))
/openbmc/linux/tools/perf/util/
H A Dhashmap.h115 #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))