Searched refs:bucket_index (Results 1 - 7 of 7) sorted by relevance

/linux-master/net/ipv4/
H A Dnexthop.c308 u16 bucket_index, bool force,
326 info->nh_res_bucket->bucket_index = bucket_index;
340 u16 bucket_index, bool force,
355 err = nh_notifier_res_bucket_info_init(&info, bucket_index, force,
392 u16 bucket_index, bool force,
400 return __call_nexthop_res_bucket_notifiers(net, nhg_id, bucket_index,
1133 struct nh_res_bucket *bucket, u16 bucket_index,
1161 if (nla_put_u16(skb, NHA_RES_BUCKET_INDEX, bucket_index) ||
1180 u16 bucket_index)
307 nh_notifier_res_bucket_info_init(struct nh_notifier_info *info, u16 bucket_index, bool force, struct nh_info *oldi, struct nh_info *newi) argument
339 __call_nexthop_res_bucket_notifiers(struct net *net, u32 nhg_id, u16 bucket_index, bool force, struct nh_info *oldi, struct nh_info *newi, struct netlink_ext_ack *extack) argument
391 call_nexthop_res_bucket_notifiers(struct net *net, u32 nhg_id, u16 bucket_index, bool force, struct nexthop *old_nh, struct nexthop *new_nh, struct netlink_ext_ack *extack) argument
1132 nh_fill_res_bucket(struct sk_buff *skb, struct nexthop *nh, struct nh_res_bucket *bucket, u16 bucket_index, int event, u32 portid, u32 seq, unsigned int nlflags, struct netlink_ext_ack *extack) argument
1179 nexthop_bucket_notify(struct nh_res_table *res_table, u16 bucket_index) argument
1442 u16 bucket_index = hash % res_table->num_nh_buckets; local
1749 nh_res_bucket_migrate(struct nh_res_table *res_table, u16 bucket_index, bool notify, bool notify_nl, bool force) argument
3592 u16 bucket_index; member in struct:rtm_dump_res_bucket_ctx
3618 u16 bucket_index; local
3701 nh_valid_get_bucket_req_res_bucket(struct nlattr *res, u16 *bucket_index, struct netlink_ext_ack *extack) argument
3722 nh_valid_get_bucket_req(const struct nlmsghdr *nlh, u32 *id, u16 *bucket_index, struct netlink_ext_ack *extack) argument
3761 u16 bucket_index; local
3927 nexthop_bucket_set_hw_flags(struct net *net, u32 id, u16 bucket_index, bool offload, bool trap) argument
[all...]
/linux-master/drivers/md/bcache/
H A Djournal.c36 unsigned int bucket_index)
46 sector_t bucket = bucket_to_sector(ca->set, ca->sb.d[bucket_index]);
50 pr_debug("reading %u\n", bucket_index);
79 pr_debug("%u: bad magic\n", bucket_index);
86 bucket_index, bytes, offset);
95 bucket_index, bytes, offset);
158 if (j->seq > ja->seq[bucket_index])
159 ja->seq[bucket_index] = j->seq;
35 journal_read_bucket(struct cache *ca, struct list_head *list, unsigned int bucket_index) argument
/linux-master/include/net/
H A Dnexthop.h207 u16 bucket_index; member in struct:nh_notifier_res_bucket_info
250 void nexthop_bucket_set_hw_flags(struct net *net, u32 id, u16 bucket_index,
/linux-master/fs/xfs/
H A Dxfs_inode.c2001 unsigned int bucket_index,
2010 old_value = be32_to_cpu(agi->agi_unlinked[bucket_index]);
2011 trace_xfs_iunlink_update_bucket(tp->t_mountp, pag->pag_agno, bucket_index,
2025 agi->agi_unlinked[bucket_index] = cpu_to_be32(new_agino);
2027 (sizeof(xfs_agino_t) * bucket_index);
2104 short bucket_index = agino % XFS_AGI_UNLINKED_BUCKETS; local
2112 next_agino = be32_to_cpu(agi->agi_unlinked[bucket_index]);
2143 return xfs_iunlink_update_bucket(tp, pag, agibp, bucket_index, agino);
2191 short bucket_index = agino % XFS_AGI_UNLINKED_BUCKETS; local
2200 head_agino = be32_to_cpu(agi->agi_unlinked[bucket_index]);
1997 xfs_iunlink_update_bucket( struct xfs_trans *tp, struct xfs_perag *pag, struct xfs_buf *agibp, unsigned int bucket_index, xfs_agino_t new_agino) argument
[all...]
/linux-master/drivers/net/netdevsim/
H A Dfib.c1316 info->nh_res_bucket->bucket_index,
1373 u16 bucket_index; local
1384 if (sscanf(buf, "%u %hu", &nhid, &bucket_index) != 2)
1392 bucket_index >= nexthop->occ) {
1403 bitmap_set(activity, bucket_index, 1);
/linux-master/net/ceph/
H A Dosdmap.c377 u32 bucket_index; local
379 ceph_decode_32_safe(p, end, bucket_index, e_inval);
380 if (bucket_index >= arg_map->size)
383 arg = &arg_map->args[bucket_index];
389 arg->ids_size != c->buckets[bucket_index]->size)
/linux-master/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_router.c4095 u16 bucket_index)
4107 bucket_index, offload, trap); local
5553 u16 bucket_index = info->nh_res_bucket->bucket_index; local
5568 adj_index = nh->nhgi->adj_index + bucket_index;
5592 mlxsw_sp_nexthop_bucket_offload_refresh(mlxsw_sp, nh, bucket_index);
5600 u16 bucket_index = info->nh_res_bucket->bucket_index; local
5616 if (bucket_index >= nhgi->count) {
5621 nh = &nhgi->nexthops[bucket_index];
4093 mlxsw_sp_nexthop_bucket_offload_refresh(struct mlxsw_sp *mlxsw_sp, const struct mlxsw_sp_nexthop *nh, u16 bucket_index) argument
[all...]

Completed in 196 milliseconds