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

12

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dintermezzo_upcall.h16 int lento_opendir(int minor, int pathlen, char *path, int async);
21 int lento_journal(int minor, char *page, int async);
66 int async; member in struct:lento_opendir_in
143 union up_args *buffer, int async,
H A Dext3_jbd.h129 handle_t *handle, struct buffer_head *bh, int async)
131 int err = journal_dirty_data(handle, bh, async);
178 #define ext3_journal_dirty_data(handle, bh, async) \
179 __ext3_journal_dirty_data(__FUNCTION__, (handle), (bh), (async))
128 __ext3_journal_dirty_data(const char *where, handle_t *handle, struct buffer_head *bh, int async) argument
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dintermezzo_upcall.h16 int lento_opendir(int minor, int pathlen, char *path, int async);
21 int lento_journal(int minor, char *page, int async);
66 int async; member in struct:lento_opendir_in
143 union up_args *buffer, int async,
H A Dext3_jbd.h129 handle_t *handle, struct buffer_head *bh, int async)
131 int err = journal_dirty_data(handle, bh, async);
178 #define ext3_journal_dirty_data(handle, bh, async) \
179 __ext3_journal_dirty_data(__FUNCTION__, (handle), (bh), (async))
128 __ext3_journal_dirty_data(const char *where, handle_t *handle, struct buffer_head *bh, int async) argument
/asus-wl-520gu-7.0.1.45/src/router/www/www.WL-520GU/
H A Dajax.js26 xmlDoc_ie.async = false;
H A DdetectWAN.js24 xmlDoc_ie.async = false;
H A Ddetect.js37 xmlDoc_ie2.async = false;
/asus-wl-520gu-7.0.1.45/src/router/mipsel/www/
H A Dajax.js26 xmlDoc_ie.async = false;
H A DdetectWAN.js24 xmlDoc_ie.async = false;
H A Ddetect.js37 xmlDoc_ie2.async = false;
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/usb/host/
H A Dehci-mem.c26 * - async and periodic schedules, shared by HC and HCD ... these
146 if (ehci->async)
147 qh_put (ehci, ehci->async);
148 ehci->async = 0;
204 ehci->async = ehci_qh_alloc (ehci, flags);
205 if (!ehci->async) {
H A Dehci-hcd.c125 #define EHCI_ASYNC_JIFFIES (HZ/20) /* async idle timeout */
126 #define EHCI_SHRINK_JIFFIES (HZ/200) /* async qh unlink delay */
221 if (ehci->async->qh_next.qh)
275 /* stop async processing after it's idled a bit */
277 start_unlink_async (ehci, ehci->async);
468 * dedicate a qh for the async ring head, since we couldn't unlink
469 * a 'real' qh without stopping the async schedule [4.8]. use it
474 ehci->async->qh_next.qh = 0;
475 ehci->async->hw_next = QH_NEXT (ehci->async
[all...]
H A Dehci-q.c334 == ehci->async->hw_alt_next) {
525 qtd->hw_alt_next = ehci->async->hw_alt_next;
752 /* move qh (and its qtds) onto async queue; maybe enable queue. */
759 /* (re)start the async schedule? */
760 head = ehci->async;
769 /* force async head to be valid */
770 writel ((u32)ehci->async->qh_dma,
975 /* the async qh for the qtds being reclaimed are now unlinked from the HC */
1003 qh_put (ehci, qh); // refcount from async list
1005 /* it's not free to turn the async schedul
[all...]
H A Dehci-dbg.c364 if ((qh->hw_alt_next & QTD_MASK) == ehci->async->hw_alt_next)
395 if (td->hw_alt_next == ehci->async->hw_alt_next)
452 /* dumps a snapshot of the async schedule.
457 for (qh = ehci->async->qh_next.qh; size > 0 && qh; qh = qh->qh_next.qh)
471 static DEVICE_ATTR (async, S_IRUGO, show_async, NULL);
H A Dehci.h38 * ehci_hcd: async, reclaim, periodic (and shadow), ...
52 /* async schedule support */
53 struct ehci_qh *async; member in struct:ehci_hcd
139 // async queue SHRINK often precedes IAA. while it's ready
175 #define HCC_CANPARK(p) ((p)&(1 << 2)) /* true: can park on async qh */
188 #define CMD_PARK (1<<11) /* enable "park" on async qh */
191 #define CMD_IAAD (1<<6) /* "doorbell" interrupt async advance */
192 #define CMD_ASE (1<<5) /* async schedule enable */
206 #define STS_IAA (1<<5) /* Interrupted on async advance */
223 u32 async_next; /* address of next async queu
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/usb/
H A Ddevio.c48 struct async { struct
168 * async list handling
171 static struct async *alloc_async(unsigned int numisoframes)
173 unsigned int assize = sizeof(struct async) + numisoframes * sizeof(struct iso_packet_descriptor);
174 struct async *as = kmalloc(assize, GFP_KERNEL);
183 static void free_async(struct async *as)
192 static inline void async_newpending(struct async *as)
202 static inline void async_removepending(struct async *as)
212 static inline struct async *async_getcompleted(struct dev_state *ps)
215 struct async *a
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/ieee1394/
H A Dpcilynx.c395 d = (what == hpsb_iso ? &lynx->iso_send : &lynx->async);
457 d = &lynx->async;
542 spin_lock_irqsave(&lynx->async.queue_lock, flags);
545 list_splice(&lynx->async.queue, &packet_list);
546 INIT_LIST_HEAD(&lynx->async.queue);
548 spin_unlock_irqrestore(&lynx->async.queue_lock, flags);
1049 spin_lock(&lynx->async.queue_lock);
1053 packet = driver_packet(lynx->async.queue.next);
1056 pci_unmap_single(lynx->dev, lynx->async.header_dma,
1059 pci_unmap_single(lynx->dev, lynx->async
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/s390/kernel/
H A Dentry.S80 l %r14,__LC_ASYNC_STACK # are we already on the async stack ?
84 l %r15,__LC_ASYNC_STACK # load async. stack
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/s390x/kernel/
H A Dentry.S67 lg %r14,__LC_ASYNC_STACK # are we already on the async. stack ?
71 lg %r15,__LC_ASYNC_STACK # load async. stack
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/intermezzo/
H A Dpsdev.c297 CDEBUG(D_PSDEV, "psdev_read: async msg (%d, %d), result %d\n",
527 int async)
542 if (!channel->uc_pid && !async) {
565 buffer->u_async = async;
577 if ( async ) {
578 /* req, rq_data are freed in presto_psdev_read for async */
526 izo_upc_upcall(int minor, int *size, struct izo_upcall_hdr *buffer, int async) argument
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/s390/block/
H A Ddasd_eckd.h142 unsigned char async:1; member in struct:dasd_eckd_characteristics_t::__anon2064
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/cris/drivers/
H A Dsync_serial.c200 SETS(gen_config_ii_shadow, R_GEN_CONFIG_II, sermode1, async);
201 SETS(gen_config_ii_shadow, R_GEN_CONFIG_II, sermode3, async);
388 SETS(gen_config_ii_shadow, R_GEN_CONFIG_II, sermode3, async);
395 SETS(gen_config_ii_shadow, R_GEN_CONFIG_II, sermode1, async);
/asus-wl-520gu-7.0.1.45/src/router/samba/source/smbd/
H A Doplock.c442 * Do the appropriate reply - none in the kernel or async level II case.
917 BOOL request_oplock_break(share_mode_entry *share_entry, BOOL async) argument
958 break_cmd_type = async ? ASYNC_LEVEL_II_OPLOCK_BREAK_CMD : LEVEL_II_OPLOCK_BREAK_CMD;
976 dbgtext( "request_oplock_break: sending a %s oplock break message to ", async ? "asynchronous" : "synchronous" );
996 * If we just sent a message to a level II oplock share entry in async mode then
1000 if (LEVEL_II_OPLOCK_TYPE(share_entry->op_type) && async) {
1001 DEBUG(3,("request_oplock_break: sent async break message to level II entry.\n"));
1202 DEBUG(10,("release_level_2_oplocks_on_change: breaking remote oplock (async).\n"));
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/
H A Dgdth.c116 * New mechanism for async. event handling implemented
180 * New async. events, new scan/reserve commands included
221 * gdth_reset() changed, new async. events
3310 TRACE2(("gdth_interrupt() async. event\n"));
3564 "GDT HA %u, service %u, async. status %u/%lu unknown",
3566 "GDT HA %u, service %u, async. status %u/%lu unknown",
3714 "GDT HA %u, async. status 75 unknown",
3764 ha->dvr.eu.async.ionode = hanum;
3765 ha->dvr.eu.async.status = ha->status;
3768 ha->dvr.size = sizeof(ha->dvr.eu.async);
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/nfs/
H A Dwrite.c838 async = !(how & FLUSH_SYNC), local
849 flags = (async) ? RPC_TASK_ASYNC : 0;
1075 async = !(how & FLUSH_SYNC); local
1084 flags = (async) ? RPC_TASK_ASYNC : 0;

Completed in 443 milliseconds

12