Home
last modified time | relevance | path

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

/Linux-v4.19/kernel/bpf/
Dstackmap.c352 bool hash_matches; in BPF_CALL_3() local
381 hash_matches = bucket && bucket->hash == hash; in BPF_CALL_3()
383 if (hash_matches && flags & BPF_F_FAST_STACK_CMP) in BPF_CALL_3()
397 if (hash_matches && bucket->nr == trace_nr && in BPF_CALL_3()
407 if (hash_matches && bucket->nr == trace_nr && in BPF_CALL_3()