Home
last modified time | relevance | path

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

/linux/tools/perf/util/
A Dhashmap.c103 struct hashmap_entry **new_buckets; in hashmap_grow() local
113 new_buckets = calloc(new_cap, sizeof(new_buckets[0])); in hashmap_grow()
114 if (!new_buckets) in hashmap_grow()
119 hashmap_add_entry(&new_buckets[h], cur); in hashmap_grow()
125 map->buckets = new_buckets; in hashmap_grow()
/linux/tools/lib/bpf/
A Dhashmap.c103 struct hashmap_entry **new_buckets; in hashmap_grow() local
113 new_buckets = calloc(new_cap, sizeof(new_buckets[0])); in hashmap_grow()
114 if (!new_buckets) in hashmap_grow()
119 hashmap_add_entry(&new_buckets[h], cur); in hashmap_grow()
125 map->buckets = new_buckets; in hashmap_grow()
/linux/net/sched/
A Dsch_hhf.c147 struct list_head new_buckets; /* list of new buckets */ member
398 list_add_tail(&bucket->bucketchain, &q->new_buckets); in hhf_enqueue()
426 head = &q->new_buckets; in hhf_dequeue()
451 if ((head == &q->new_buckets) && !list_empty(&q->old_buckets)) in hhf_dequeue()
586 INIT_LIST_HEAD(&q->new_buckets); in hhf_init()

Completed in 7 milliseconds