new_buckets       147 net/sched/sch_hhf.c 	struct list_head   new_buckets; /* list of new buckets */
new_buckets       398 net/sched/sch_hhf.c 			list_add_tail(&bucket->bucketchain, &q->new_buckets);
new_buckets       426 net/sched/sch_hhf.c 	head = &q->new_buckets;
new_buckets       451 net/sched/sch_hhf.c 		if ((head == &q->new_buckets) && !list_empty(&q->old_buckets))
new_buckets       586 net/sched/sch_hhf.c 	INIT_LIST_HEAD(&q->new_buckets);
new_buckets        90 tools/lib/bpf/hashmap.c 	struct hashmap_entry **new_buckets;
new_buckets       101 tools/lib/bpf/hashmap.c 	new_buckets = calloc(new_cap, sizeof(new_buckets[0]));
new_buckets       102 tools/lib/bpf/hashmap.c 	if (!new_buckets)
new_buckets       107 tools/lib/bpf/hashmap.c 		hashmap_add_entry(&new_buckets[h], cur);
new_buckets       113 tools/lib/bpf/hashmap.c 	map->buckets = new_buckets;