Home
last modified time | relevance | path

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

/linux-6.3-rc2/tools/perf/util/
A Dhashmap.h125 #define hashmap_cast_ptr(p) ({ \ macro
145 hashmap_cast_ptr(old_key), \
146 hashmap_cast_ptr(old_value))
164 hashmap_cast_ptr(old_key), \
165 hashmap_cast_ptr(old_value))
170 hashmap_find((map), (long)(key), hashmap_cast_ptr(value))
/linux-6.3-rc2/tools/lib/bpf/
A Dhashmap.h125 #define hashmap_cast_ptr(p) ({ \ macro
145 hashmap_cast_ptr(old_key), \
146 hashmap_cast_ptr(old_value))
164 hashmap_cast_ptr(old_key), \
165 hashmap_cast_ptr(old_value))
170 hashmap_find((map), (long)(key), hashmap_cast_ptr(value))

Completed in 6 milliseconds