Searched refs:num_dests (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Ddm-kcopyd.h42 unsigned num_dests, struct dm_io_region *dests,
H A Dip_vs.h175 unsigned int num_dests; member in struct:ip_vs_service_entry
209 unsigned int num_dests; member in struct:ip_vs_get_dests
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/md/
H A Ddm-kcopyd.c198 unsigned int num_dests; member in struct:kcopyd_job
359 r = dm_io(&io_req, job->num_dests, job->dests, NULL);
503 for (i = 0; i < job->num_dests; i++) {
545 unsigned int num_dests, struct dm_io_region *dests,
566 job->num_dests = num_dests;
567 memcpy(&job->dests, dests, sizeof(*dests) * num_dests);
544 dm_kcopyd_copy(struct dm_kcopyd_client *kc, struct dm_io_region *from, unsigned int num_dests, struct dm_io_region *dests, unsigned int flags, dm_kcopyd_notify_fn fn, void *context) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/etc/papd/
H A Dprint_cups.c375 int num_dests,i; local
382 num_dests = cupsGetDests(&dests); /* get the available destination from CUPS */
384 for (i=0; i< num_dests; i++)
445 cupsFreeDests(num_dests, dests);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/netfilter/ipvs/
H A Dip_vs_ctl.c946 svc->num_dests++;
977 svc->num_dests++;
1098 svc->num_dests--;
2138 dst->num_dests = src->num_dests;
2212 if (count >= get->num_dests)
2374 sizeof(struct ip_vs_dest_entry) * get->num_dests;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/
H A Dip_vs.h470 __u32 num_dests; /* number of servers */ member in struct:ip_vs_service

Completed in 98 milliseconds