Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dstackmap.c595 struct stack_map_bucket *new_bucket, u64 flags) in stackid_install() argument
605 id_offs = (struct bpf_stack_build_id *)new_bucket->data; in stackid_install()
609 memcmp(stackid->bucket->data, new_bucket->data, trace_len) == 0) { in stackid_install()
610 pcpu_freelist_push(&smap->freelist, &new_bucket->fnode); in stackid_install()
614 pcpu_freelist_push(&smap->freelist, &new_bucket->fnode); in stackid_install()
619 old_bucket = xchg(&smap->buckets[stackid->id], new_bucket); in stackid_install()
630 struct stack_map_bucket *new_bucket; in BPF_CALL_3() local
654 new_bucket = stackid_new_bucket(&stackid, map); in BPF_CALL_3()
655 if (!new_bucket) in BPF_CALL_3()
659 return stackid_install(&stackid, map, new_bucket, flags); in BPF_CALL_3()
[all …]