Home
last modified time | relevance | path

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

/linux/include/net/
H A Dnexthop.h254 void nexthop_res_grp_activity_update(struct net *net, u32 id, u16 num_buckets,
/linux/net/ceph/
H A Dosdmap.c355 u32 num_choose_arg_maps, num_buckets; in decode_choose_args() local
376 ceph_decode_32_safe(p, end, num_buckets, e_inval); in decode_choose_args()
377 while (num_buckets--) { in decode_choose_args()
/linux/net/ipv4/
H A Dnexthop.c4083 void nexthop_res_grp_activity_update(struct net *net, u32 id, u16 num_buckets, in nexthop_res_grp_activity_update() argument
4105 if (num_buckets != res_table->num_nh_buckets) in nexthop_res_grp_activity_update()
4108 for (i = 0; i < num_buckets; i++) { in nexthop_res_grp_activity_update()
/linux/drivers/scsi/
H A Dhpsa.c298 static void calc_bucket_map(int *bucket, int num_buckets,
9134 static void calc_bucket_map(int bucket[], int num_buckets, in calc_bucket_map() argument
9143 b = num_buckets; /* Assume the biggest bucket */ in calc_bucket_map()
9145 for (j = 0; j < num_buckets; j++) { in calc_bucket_map()