Searched refs:ptr_equal (Results 1 – 1 of 1) sorted by relevance
343 static bool ptr_equal(long key1, long key2, void *ctx __maybe_unused) in ptr_equal() function360 bpf_program_hash = hashmap__new(ptr_hash, ptr_equal, NULL); in program_set_priv()1197 bpf_map_hash = hashmap__new(ptr_hash, ptr_equal, NULL); in map_set_priv()
Completed in 7 milliseconds