Home
last modified time | relevance | path

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

/Linux-v5.15/arch/mips/netlogic/xlr/
Dfmn-config.c121 int end_stn_id, int num_buckets, int cpu_credits, int size) in setup_fmn_cc() argument
127 dev_info->num_buckets = num_buckets; in setup_fmn_cc()
/Linux-v5.15/fs/ocfs2/
Dxattr.c3973 u32 num_buckets = clusters * bpc; in ocfs2_iterate_xattr_buckets() local
3986 for (i = 0; i < num_buckets; i++, blkno += bucket->bu_blocks) { in ocfs2_iterate_xattr_buckets()
3998 num_buckets = le16_to_cpu(bucket_xh(bucket)->xh_num_buckets); in ocfs2_iterate_xattr_buckets()
4516 int num_buckets = ocfs2_xattr_buckets_per_cluster(OCFS2_SB(sb)); in ocfs2_mv_xattr_bucket_cross_cluster() local
4517 int to_move = num_buckets / 2; in ocfs2_mv_xattr_bucket_cross_cluster()
4522 BUG_ON(le16_to_cpu(bucket_xh(first)->xh_num_buckets) < num_buckets); in ocfs2_mv_xattr_bucket_cross_cluster()
4882 int num_buckets = ocfs2_xattr_buckets_per_cluster(osb); in ocfs2_mv_xattr_buckets() local
4888 BUG_ON(start_bucket >= num_buckets); in ocfs2_mv_xattr_buckets()
4890 num_buckets -= start_bucket; in ocfs2_mv_xattr_buckets()
4914 credits = ((num_buckets + 1) * blks_per_bucket); in ocfs2_mv_xattr_buckets()
[all …]
/Linux-v5.15/arch/mips/include/asm/netlogic/xlr/
Dfmn.h341 int num_buckets; member
/Linux-v5.15/include/net/
Dnexthop.h225 void nexthop_res_grp_activity_update(struct net *net, u32 id, u16 num_buckets,
/Linux-v5.15/net/core/
Dsysctl_net_core.c154 cur->num_buckets = netdev_flow_limit_table_len; in flow_limit_cpu_sysctl()
Ddev.c4589 new_flow = skb_get_hash(skb) & (fl->num_buckets - 1); in skb_flow_limit()
/Linux-v5.15/net/ceph/
Dosdmap.c337 u32 num_choose_arg_maps, num_buckets; in decode_choose_args() local
358 ceph_decode_32_safe(p, end, num_buckets, e_inval); in decode_choose_args()
359 while (num_buckets--) { in decode_choose_args()
/Linux-v5.15/net/ipv4/
Dnexthop.c3677 void nexthop_res_grp_activity_update(struct net *net, u32 id, u16 num_buckets, in nexthop_res_grp_activity_update() argument
3699 if (num_buckets != res_table->num_nh_buckets) in nexthop_res_grp_activity_update()
3702 for (i = 0; i < num_buckets; i++) { in nexthop_res_grp_activity_update()
/Linux-v5.15/drivers/scsi/
Dhpsa.c296 static void calc_bucket_map(int *bucket, int num_buckets,
9153 static void calc_bucket_map(int bucket[], int num_buckets, in calc_bucket_map() argument
9162 b = num_buckets; /* Assume the biggest bucket */ in calc_bucket_map()
9164 for (j = 0; j < num_buckets; j++) { in calc_bucket_map()
/Linux-v5.15/include/linux/
Dnetdevice.h3315 unsigned int num_buckets; member