Home
last modified time | relevance | path

Searched defs:n_buckets (Results 1 – 9 of 9) sorted by relevance

/openbmc/qemu/util/
H A Dqht.c186 size_t n_buckets; member
440 static struct qht_map *qht_map_create(size_t n_buckets) in qht_map_create()
469 size_t n_buckets = qht_elems_to_buckets(n_elems); in qht_init() local
540 size_t n_buckets; in qht_reset_size() local
955 size_t n_buckets = qht_elems_to_buckets(n_elems); in qht_resize() local
/openbmc/linux/kernel/bpf/
H A Dstackmap.c30 u32 n_buckets; member
74 u64 cost, n_buckets; in stack_map_alloc() local
670 u64 n_buckets = smap->n_buckets; in stack_map_mem_usage() local
H A Ddevmap.c83 u32 n_buckets; member
H A Dhashtab.c103 u32 n_buckets; /* number of hash buckets */ member
656 u32 key_size, u32 n_buckets) in lookup_nulls_elem_raw()
/openbmc/linux/net/openvswitch/
H A Dflow_table.h56 unsigned int n_buckets; member
H A Dflow_table.c607 int n_buckets, bool ufid) in table_instance_rehash()
/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dpno.c400 int err, n_buckets; in brcmf_pno_config_sched_scans() local
/openbmc/linux/net/core/
H A Dbpf_sk_storage.c717 u32 i, count, n_buckets; in bpf_sk_storage_map_seq_find_next() local
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dmap_ptr_kern.c94 __u32 n_buckets; member