Home
last modified time | relevance | path

Searched refs:num_dests (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/include/linux/
H A Ddm-kcopyd.h68 unsigned int num_dests, struct dm_io_region *dests,
87 unsigned int num_dests, struct dm_io_region *dests,
/openbmc/linux/drivers/md/
H A Ddm-kcopyd.c367 unsigned int num_dests; member
583 r = dm_io(&io_req, job->num_dests, job->dests, NULL, IOPRIO_DEFAULT); in run_io_job()
737 for (i = 0; i < job->num_dests; i++) { in segment_complete()
779 unsigned int num_dests, struct dm_io_region *dests, in dm_kcopyd_copy() argument
800 job->num_dests = num_dests; in dm_kcopyd_copy()
801 memcpy(&job->dests, dests, sizeof(*dests) * num_dests); in dm_kcopyd_copy()
809 for (i = 0; i < job->num_dests; i++) { in dm_kcopyd_copy()
837 for (i = 0; i < job->num_dests; i++) in dm_kcopyd_copy()
859 unsigned int num_dests, struct dm_io_region *dests, in dm_kcopyd_zero() argument
862 dm_kcopyd_copy(kc, NULL, num_dests, dests, flags, fn, context); in dm_kcopyd_zero()
/openbmc/linux/net/netfilter/ipvs/
H A Dip_vs_mh.c293 if (svc->num_dests > IP_VS_MH_TAB_SIZE) in ip_vs_mh_reassign()
296 if (svc->num_dests >= 1) { in ip_vs_mh_reassign()
297 s->dest_setup = kcalloc(svc->num_dests, in ip_vs_mh_reassign()
315 if (svc->num_dests >= 1) { in ip_vs_mh_reassign()
H A Dip_vs_ctl.c1042 svc->num_dests++; in __ip_vs_update_dest()
1285 svc->num_dests--; in __ip_vs_unlink_dest()
2858 dst->num_dests = src->num_dests; in ip_vs_copy_service()
2938 if (count >= get->num_dests) in __ip_vs_get_dest_entries()
3138 size = struct_size(get, entrytable, get->num_dests); in do_ip_vs_get_ctl()
/openbmc/linux/include/uapi/linux/
H A Dip_vs.h220 unsigned int num_dests; member
254 unsigned int num_dests; member
/openbmc/linux/Documentation/admin-guide/device-mapper/
H A Dkcopyd.rst33 unsigned int num_dests, struct io_region *dests,
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/esw/
H A Dbridge_mcast.c60 int num_dests = entry->num_ports, i = 0; in mlx5_esw_bridge_mdb_flow_create() local
72 dests = kvcalloc(num_dests, sizeof(*dests), GFP_KERNEL); in mlx5_esw_bridge_mdb_flow_create()
111 handle = mlx5_add_flow_rules(bridge->egress_ft, rule_spec, &flow_act, dests, num_dests); in mlx5_esw_bridge_mdb_flow_create()
/openbmc/linux/include/net/
H A Dip_vs.h691 __u32 num_dests; /* number of servers */ member