Searched refs:num_buckets (Results 1 – 8 of 8) sorted by relevance
| /Linux-v4.19/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-v4.19/fs/ocfs2/ |
| D | xattr.c | 3986 u32 num_buckets = clusters * bpc; in ocfs2_iterate_xattr_buckets() local 3999 for (i = 0; i < num_buckets; i++, blkno += bucket->bu_blocks) { in ocfs2_iterate_xattr_buckets() 4011 num_buckets = le16_to_cpu(bucket_xh(bucket)->xh_num_buckets); in ocfs2_iterate_xattr_buckets() 4529 int num_buckets = ocfs2_xattr_buckets_per_cluster(OCFS2_SB(sb)); in ocfs2_mv_xattr_bucket_cross_cluster() local 4530 int to_move = num_buckets / 2; in ocfs2_mv_xattr_bucket_cross_cluster() 4535 BUG_ON(le16_to_cpu(bucket_xh(first)->xh_num_buckets) < num_buckets); in ocfs2_mv_xattr_bucket_cross_cluster() 4895 int num_buckets = ocfs2_xattr_buckets_per_cluster(osb); in ocfs2_mv_xattr_buckets() local 4901 BUG_ON(start_bucket >= num_buckets); in ocfs2_mv_xattr_buckets() 4903 num_buckets -= start_bucket; in ocfs2_mv_xattr_buckets() 4927 credits = ((num_buckets + 1) * blks_per_bucket); in ocfs2_mv_xattr_buckets() [all …]
|
| /Linux-v4.19/arch/mips/include/asm/netlogic/xlr/ |
| D | fmn.h | 341 int num_buckets; member
|
| /Linux-v4.19/net/core/ |
| D | sysctl_net_core.c | 143 cur->num_buckets = netdev_flow_limit_table_len; in flow_limit_cpu_sysctl()
|
| D | dev.c | 4179 new_flow = skb_get_hash(skb) & (fl->num_buckets - 1); in skb_flow_limit()
|
| /Linux-v4.19/net/ceph/ |
| D | osdmap.c | 264 u32 num_choose_arg_maps, num_buckets; in decode_choose_args() local 285 ceph_decode_32_safe(p, end, num_buckets, e_inval); in decode_choose_args() 286 while (num_buckets--) { in decode_choose_args()
|
| /Linux-v4.19/drivers/scsi/ |
| D | hpsa.c | 290 static void calc_bucket_map(int *bucket, int num_buckets, 8998 static void calc_bucket_map(int bucket[], int num_buckets, in calc_bucket_map() argument 9007 b = num_buckets; /* Assume the biggest bucket */ in calc_bucket_map() 9009 for (j = 0; j < num_buckets; j++) { in calc_bucket_map()
|
| /Linux-v4.19/include/linux/ |
| D | netdevice.h | 2923 unsigned int num_buckets; member
|