Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/kernel/bpf/
H A Dstackmap.c406 bool hash_matches; in __bpf_get_stackid() local
419 hash_matches = bucket && bucket->hash == hash; in __bpf_get_stackid()
421 if (hash_matches && flags & BPF_F_FAST_STACK_CMP) in __bpf_get_stackid()
435 if (hash_matches && bucket->nr == trace_nr && in __bpf_get_stackid()
445 if (hash_matches && bucket->nr == trace_nr && in __bpf_get_stackid()