Searched refs:num_buckets (Results 1 – 8 of 8) sorted by relevance
/Linux-v5.10/arch/mips/netlogic/xlr/ |
D | fmn-config.c | 120 int end_stn_id, int num_buckets, int cpu_credits, int size) in setup_fmn_cc() argument 126 dev_info->num_buckets = num_buckets; in setup_fmn_cc()
|
/Linux-v5.10/fs/ocfs2/ |
D | xattr.c | 3975 u32 num_buckets = clusters * bpc; in ocfs2_iterate_xattr_buckets() local 3988 for (i = 0; i < num_buckets; i++, blkno += bucket->bu_blocks) { in ocfs2_iterate_xattr_buckets() 4000 num_buckets = le16_to_cpu(bucket_xh(bucket)->xh_num_buckets); in ocfs2_iterate_xattr_buckets() 4518 int num_buckets = ocfs2_xattr_buckets_per_cluster(OCFS2_SB(sb)); in ocfs2_mv_xattr_bucket_cross_cluster() local 4519 int to_move = num_buckets / 2; in ocfs2_mv_xattr_bucket_cross_cluster() 4524 BUG_ON(le16_to_cpu(bucket_xh(first)->xh_num_buckets) < num_buckets); in ocfs2_mv_xattr_bucket_cross_cluster() 4884 int num_buckets = ocfs2_xattr_buckets_per_cluster(osb); in ocfs2_mv_xattr_buckets() local 4890 BUG_ON(start_bucket >= num_buckets); in ocfs2_mv_xattr_buckets() 4892 num_buckets -= start_bucket; in ocfs2_mv_xattr_buckets() 4916 credits = ((num_buckets + 1) * blks_per_bucket); in ocfs2_mv_xattr_buckets() [all …]
|
/Linux-v5.10/arch/mips/include/asm/netlogic/xlr/ |
D | fmn.h | 341 int num_buckets; member
|
/Linux-v5.10/net/core/ |
D | sysctl_net_core.c | 153 cur->num_buckets = netdev_flow_limit_table_len; in flow_limit_cpu_sysctl()
|
D | dev.c | 4497 new_flow = skb_get_hash(skb) & (fl->num_buckets - 1); in skb_flow_limit()
|
/Linux-v5.10/net/ceph/ |
D | osdmap.c | 337 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.10/drivers/scsi/ |
D | hpsa.c | 297 static void calc_bucket_map(int *bucket, int num_buckets, 9128 static void calc_bucket_map(int bucket[], int num_buckets, in calc_bucket_map() argument 9137 b = num_buckets; /* Assume the biggest bucket */ in calc_bucket_map() 9139 for (j = 0; j < num_buckets; j++) { in calc_bucket_map()
|
/Linux-v5.10/include/linux/ |
D | netdevice.h | 3169 unsigned int num_buckets; member
|