Searched refs:num_buckets (Results 1 – 9 of 9) sorted by relevance
| /linux-6.15/fs/ocfs2/ |
| H A D | xattr.c | 3977 u32 num_buckets = clusters * bpc; in ocfs2_iterate_xattr_buckets() local 4512 int to_move = num_buckets / 2; in ocfs2_mv_xattr_bucket_cross_cluster() 4883 BUG_ON(start_bucket >= num_buckets); in ocfs2_mv_xattr_buckets() 4885 num_buckets -= start_bucket; in ocfs2_mv_xattr_buckets() 4923 for (i = 0; i < num_buckets; i++) { in ocfs2_mv_xattr_buckets() 5274 int ret, num_buckets, extend = 1; in ocfs2_add_new_xattr_bucket() local 6819 u32 *cpos, int num_buckets, in ocfs2_reflink_xattr_bucket() argument 6866 cpu_to_le16(num_buckets); in ocfs2_reflink_xattr_bucket() 6919 unsigned int num_buckets, reflink_buckets; in ocfs2_reflink_xattr_buckets() local 6931 while (len && num_buckets) { in ocfs2_reflink_xattr_buckets() [all …]
|
| /linux-6.15/net/core/ |
| H A D | dev.h | 19 unsigned int num_buckets; member
|
| H A D | sysctl_net_core.c | 251 cur->num_buckets = netdev_flow_limit_table_len; in flow_limit_cpu_sysctl()
|
| H A D | dev.c | 5034 new_flow = skb_get_hash(skb) & (fl->num_buckets - 1); in skb_flow_limit()
|
| /linux-6.15/include/net/ |
| H A D | nexthop.h | 252 void nexthop_res_grp_activity_update(struct net *net, u32 id, u16 num_buckets,
|
| /linux-6.15/net/ceph/ |
| H A D | osdmap.c | 353 u32 num_choose_arg_maps, num_buckets; in decode_choose_args() local 374 ceph_decode_32_safe(p, end, num_buckets, e_inval); in decode_choose_args() 375 while (num_buckets--) { in decode_choose_args()
|
| /linux-6.15/net/ipv4/ |
| H A D | nexthop.c | 4008 void nexthop_res_grp_activity_update(struct net *net, u32 id, u16 num_buckets, in nexthop_res_grp_activity_update() argument 4030 if (num_buckets != res_table->num_nh_buckets) in nexthop_res_grp_activity_update() 4033 for (i = 0; i < num_buckets; i++) { in nexthop_res_grp_activity_update()
|
| /linux-6.15/drivers/scsi/mpi3mr/mpi/ |
| H A D | mpi30_cnfg.h | 1160 u8 num_buckets; member
|
| /linux-6.15/drivers/scsi/ |
| H A D | hpsa.c | 297 static void calc_bucket_map(int *bucket, int num_buckets, 9143 static void calc_bucket_map(int bucket[], int num_buckets, in calc_bucket_map() argument 9152 b = num_buckets; /* Assume the biggest bucket */ in calc_bucket_map() 9154 for (j = 0; j < num_buckets; j++) { in calc_bucket_map()
|