Searched refs:async (Results 1 - 25 of 46) sorted by relevance

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/lib/
H A Dhostasyn.c86 conn->async.status = status;
96 conn->async.hostname,
97 conn->async.port);
112 conn->async.dns = dns;
114 /* Set async.done TRUE last in this function since it may be used multi-
116 async struct */
117 conn->async.done = TRUE;
124 /* Call this function after Curl_connect() has returned async=TRUE and
134 if(conn->async.dns) {
135 conn->dns_entry = conn->async
[all...]
H A Dasyn-thread.c152 destroy_async_data(&conn->async);
186 return &(((struct thread_data *)conn->async.os_specific)->tsd);
189 #define CONN_THREAD_SYNC_DATA(conn) &(((conn)->async.os_specific)->tsd);
255 /* The tsd->res structure has been copied to async.dns and perhaps the DNS
322 * destroy_async_data() cleans up async resolver data and thread handle.
324 static void destroy_async_data (struct Curl_async *async) argument
326 if(async->hostname)
327 free(async->hostname);
329 if(async->os_specific) {
330 struct thread_data *td = (struct thread_data*) async
[all...]
H A Dasyn-ares.c178 static void destroy_async_data (struct Curl_async *async);
187 destroy_async_data(&conn->async);
191 * destroy_async_data() cleans up async resolver data.
193 static void destroy_async_data (struct Curl_async *async) argument
195 if(async->hostname)
196 free(async->hostname);
198 if(async->os_specific) {
199 struct ResolverResults *res = (struct ResolverResults *)async->os_specific;
207 async->os_specific = NULL;
210 async
[all...]
H A Durl.h38 bool *async, bool *protocol_connect);
H A Dtransfer.c1984 bool async; local
1988 res = Curl_connect(data, conn, &async, &protocol_done);
1990 if((CURLE_OK == res) && async) {
1991 /* Now, if async is TRUE here, we need to wait for the name
2038 bool async; local
2042 result = Curl_connect(data, connp, &async, &protocol_done);
2047 if(async) {
2048 /* Now, if async is TRUE here, we need to wait for the name
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/host/
H A Dehci-mem.c26 * - async and periodic schedules, shared by HC and HCD ... these
129 if (ehci->async)
130 qh_put (ehci->async);
131 ehci->async = NULL;
186 ehci->async = ehci_qh_alloc (ehci, flags);
187 if (!ehci->async) {
H A Dehci-hcd.c118 #define EHCI_ASYNC_JIFFIES (HZ/20) /* async idle timeout */
119 #define EHCI_SHRINK_JIFFIES (HZ/200) /* async qh unlink delay */
129 MODULE_PARM_DESC (park, "park setting; 1-3 back-to-back async packets");
488 /* stop async processing after it's idled a bit */
490 start_unlink_async (ehci, ehci->async);
576 (ehci->async->qh_next.ptr != NULL ||
614 if (ehci->async)
672 * dedicate a qh for the async ring head, since we couldn't unlink
673 * a 'real' qh without stopping the async schedule [4.8]. use it
678 ehci->async
[all...]
H A Dehci-q.c195 /* if async CSPLIT failed, try cleaning out the TT buffer */
597 qtd->hw_alt_next = ehci->async->hw_alt_next;
831 /* move qh (and its qtds) onto async queue; maybe enable queue. */
838 /* (re)start the async schedule? */
839 head = ehci->async;
1107 /* the async qh for the qtds being reclaimed are now unlinked from the HC */
1133 qh_put (qh); // refcount from async list
1135 /* it's not free to turn the async schedule on/off; leave it
1139 && ehci->async->qh_next.qh == NULL)
1149 /* makes sure the async q
[all...]
H A Dsl811-hcd.c307 * from the previous frame), and the rest of the time is async
324 else if (!list_empty(&sl811->async))
325 ep = container_of(sl811->async.next,
339 if (ep->schedule.next == &sl811->async)
452 /* async deschedule? */
479 /* we might turn SOFs back on again for the async schedule */
762 if (sl811->periodic_count == 0 && list_empty(&sl811->async))
904 list_add_tail(&ep->schedule, &sl811->async);
1453 list_for_each_entry (ep, &sl811->async, schedule) {
1476 if (!list_empty(&sl811->async))
[all...]
H A Dehci-dbg.c368 if ((qh->hw_alt_next & QTD_MASK) == ehci->async->hw_alt_next)
399 if (td->hw_alt_next == ehci->async->hw_alt_next)
458 /* dumps a snapshot of the async schedule.
463 for (qh = ehci->async->qh_next.qh; size > 0 && qh; qh = qh->qh_next.qh)
477 static CLASS_DEVICE_ATTR (async, S_IRUGO, show_async, NULL);
H A Dsl811.h149 /* async schedule: control, bulk */
150 struct list_head async; member in struct:sl811
187 /* async schedule */
H A Disp116x-hcd.c442 /* async deschedule */
511 list_for_each_entry(ep, &isp116x->async, schedule) {
559 if ((&isp116x->async)->next != (&isp116x->async)->prev)
560 list_move(&isp116x->async, (&isp116x->async)->next);
773 list_add_tail(&ep->schedule, &isp116x->async);
1640 INIT_LIST_HEAD(&isp116x->async);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Datp870u.h44 unsigned short async[2]; member in struct:atp_unit
H A Dgdth_ioctl.h159 } PACKED async; member in union:__anon6578::__anon6579
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ieee1394/
H A Dpcilynx.c30 * Enhancements in async and iso send code
407 d = (what == hpsb_iso ? &lynx->iso_send : &lynx->async);
470 d = &lynx->async;
675 spin_lock_irqsave(&lynx->async.queue_lock, flags);
678 list_splice(&lynx->async.queue, &packet_list);
679 INIT_LIST_HEAD(&lynx->async.queue);
681 if (list_empty(&lynx->async.pcl_queue)) {
682 spin_unlock_irqrestore(&lynx->async.queue_lock, flags);
683 PRINTD(KERN_DEBUG, lynx->id, "no async packet in PCL to cancel");
689 PRINT(KERN_INFO, lynx->id, "cancelling async packe
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/core/
H A Ddevio.c33 * 30.09.2005 0.3 Fix user-triggerable oops in async URB delivery
64 struct async { struct
207 * async list handling
210 static struct async *alloc_async(unsigned int numisoframes)
212 unsigned int assize = sizeof(struct async) + numisoframes * sizeof(struct usb_iso_packet_descriptor);
213 struct async *as = kzalloc(assize, GFP_KERNEL);
225 static void free_async(struct async *as)
234 static inline void async_newpending(struct async *as)
244 static inline void async_removepending(struct async *as)
254 static inline struct async *async_getcomplete
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/s390/kernel/
H A Dentry.S127 bnz BASED(1f) # from user -> load async stack
136 0: l %r14,__LC_ASYNC_STACK # are we already on the async stack ?
700 bnz BASED(mcck_int_main) # from user -> load async stack
H A Dentry64.S127 0: lg %r14,__LC_ASYNC_STACK # are we already on the async. stack ?
131 1: lg %r15,__LC_ASYNC_STACK # load async stack
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/core/
H A Duverbs.h104 struct ib_uverbs_async_event_desc async; member in union:ib_uverbs_event::__anon4503
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/irda/
H A Ddonauboe.h328 int async; /*Driver under control of async end */ member in struct:toshoboe_cb
H A Ddonauboe.c430 if (self->async)
928 self->async = 1;
960 self->async = 0;
1354 if (self->async)
1564 self->async = 0;
1712 if ((!self->irdad) && (!self->async))
1740 if ((!self->irdad) && (!self->async))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/examples/misc/
H A Dadssearch.pl659 my $async = shift || "0";
665 $hd = Net::LDAPS->new( $server, async => $async, port => $port ) ||
669 $hd = Net::LDAP->new( $server, async => $async, port => $port ) ||
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/testsuite/
H A Dmount.testroot144 mount -o async,sync,atime,noatime,dev,nodev,exec,noexec,loop,suid,nosuid,remount,ro,rw,bind,move
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/kernel/vdso64/
H A Dsigtramp.S286 # I don't think so, since gcc doesn't support async signals.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/s390/block/
H A Ddasd_eckd.h144 unsigned char async:1; member in struct:dasd_eckd_characteristics::__anon6222

Completed in 196 milliseconds

12