Home
last modified time | relevance | path

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

/linux-6.12.1/kernel/bpf/
Dbtf.c8738 static size_t sizeof_cands(int cnt) in sizeof_cands() function
8753 new_cands = kmemdup(cands, sizeof_cands(cands->cnt), GFP_KERNEL); in populate_cand_cache()
8845 new_cands = kmalloc(sizeof_cands(cands->cnt + 1), GFP_KERNEL); in bpf_core_add_cands()
8851 memcpy(new_cands, cands, sizeof_cands(cands->cnt)); in bpf_core_add_cands()