Searched refs:num_buckets (Results 1 – 11 of 11) sorted by relevance
| /linux-4.4.14/arch/tile/gxio/ |
| D | mpipe.c | 175 unsigned int num_buckets, in gxio_mpipe_init_notif_group_and_buckets() argument 196 for (i = 0; i < num_buckets; i++) { in gxio_mpipe_init_notif_group_and_buckets() 233 unsigned int bucket, unsigned int num_buckets, in gxio_mpipe_rules_begin() argument 263 if (__builtin_popcount(num_buckets) != 1) in gxio_mpipe_rules_begin() 280 rule->bucket_mask = num_buckets - 1; in gxio_mpipe_rules_begin()
|
| /linux-4.4.14/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-4.4.14/arch/tile/include/gxio/ |
| D | mpipe.h | 765 unsigned int num_buckets, 979 unsigned int num_buckets,
|
| /linux-4.4.14/drivers/net/ethernet/tile/ |
| D | tilegx.c | 229 int num_buckets; member 243 .num_buckets = 1 942 md->num_buckets, NULL); in tile_net_update() 1172 md->num_buckets = 256; in init_notif_group_and_buckets() 1174 md->num_buckets = 16; in init_notif_group_and_buckets() 1177 rc = gxio_mpipe_alloc_buckets(&md->context, md->num_buckets, 0, 0); in init_notif_group_and_buckets() 1188 md->first_bucket, md->num_buckets, in init_notif_group_and_buckets()
|
| /linux-4.4.14/fs/ocfs2/ |
| D | xattr.c | 3959 u32 num_buckets = clusters * bpc; in ocfs2_iterate_xattr_buckets() local 3972 for (i = 0; i < num_buckets; i++, blkno += bucket->bu_blocks) { in ocfs2_iterate_xattr_buckets() 3984 num_buckets = le16_to_cpu(bucket_xh(bucket)->xh_num_buckets); in ocfs2_iterate_xattr_buckets() 4504 int num_buckets = ocfs2_xattr_buckets_per_cluster(OCFS2_SB(sb)); in ocfs2_mv_xattr_bucket_cross_cluster() local 4505 int to_move = num_buckets / 2; in ocfs2_mv_xattr_bucket_cross_cluster() 4510 BUG_ON(le16_to_cpu(bucket_xh(first)->xh_num_buckets) < num_buckets); in ocfs2_mv_xattr_bucket_cross_cluster() 4870 int num_buckets = ocfs2_xattr_buckets_per_cluster(osb); in ocfs2_mv_xattr_buckets() local 4876 BUG_ON(start_bucket >= num_buckets); in ocfs2_mv_xattr_buckets() 4878 num_buckets -= start_bucket; in ocfs2_mv_xattr_buckets() 4902 credits = ((num_buckets + 1) * blks_per_bucket); in ocfs2_mv_xattr_buckets() [all …]
|
| /linux-4.4.14/arch/mips/include/asm/netlogic/xlr/ |
| D | fmn.h | 343 int num_buckets; member
|
| /linux-4.4.14/net/core/ |
| D | sysctl_net_core.c | 136 cur->num_buckets = netdev_flow_limit_table_len; in flow_limit_cpu_sysctl()
|
| D | dev.c | 3462 new_flow = skb_get_hash(skb) & (fl->num_buckets - 1); in skb_flow_limit()
|
| /linux-4.4.14/drivers/block/ |
| D | cciss.c | 213 static void calc_bucket_map(int *bucket, int num_buckets, int nsgs, 3915 static void calc_bucket_map(int bucket[], int num_buckets, in calc_bucket_map() argument 3927 b = num_buckets; /* Assume the biggest bucket */ in calc_bucket_map()
|
| /linux-4.4.14/drivers/scsi/ |
| D | hpsa.c | 267 static void calc_bucket_map(int *bucket, int num_buckets, 8802 static void calc_bucket_map(int bucket[], int num_buckets, in calc_bucket_map() argument 8811 b = num_buckets; /* Assume the biggest bucket */ in calc_bucket_map() 8813 for (j = 0; j < num_buckets; j++) { in calc_bucket_map()
|
| /linux-4.4.14/include/linux/ |
| D | netdevice.h | 2525 unsigned int num_buckets; member
|