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

12

/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/jbd/
H A Dtransaction.c923 * If `async' is set then the writebask will be initiated by the caller
931 * which needs lock_journal if `async' is set.
938 int journal_dirty_data (handle_t *handle, struct buffer_head *bh, int async) argument
942 int wanted_jlist = async ? BJ_AsyncData : BJ_SyncData;
1032 if (!async && buffer_dirty(bh)) {
1594 * us to perform sync or async writeout.
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/ieee1394/
H A Dpcilynx.h101 } async, iso_send; member in struct:ti_lynx
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/lib/ext2fs/
H A Dkernel-jbd.h651 struct buffer_head *, int async);
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Djbd.h665 struct buffer_head *, int async);
H A Dintermezzo_fs.h650 int izo_upc_upcall(int minor, int *size, struct izo_upcall_hdr *, int async);
H A Dfs.h1404 extern struct buffer_head * get_unused_buffer_head(int async);
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Djbd.h665 struct buffer_head *, int async);
H A Dintermezzo_fs.h650 int izo_upc_upcall(int minor, int *size, struct izo_upcall_hdr *, int async);
H A Dfs.h1418 extern struct buffer_head * get_unused_buffer_head(int async);
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/
H A Dbuffer.c29 /* async buffer flushing, 1999 Andrea Arcangeli <andrea@suse.de> */
787 /* OK, the async IO on this page is complete. */
971 0 -> async flush
1165 * Reserve NR_RESERVED buffer heads for async IO requests to avoid
1169 struct buffer_head * get_unused_buffer_head(int async) argument
1194 * If we need an async buffer, use the reserved buffer heads.
1196 if (async) {
1230 * The async flag is used to differentiate async IO (paging, swapping)
1231 * from ordinary buffer allocations, and only async request
1234 create_buffers(struct page * page, unsigned long size, int async) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/
H A Darlan.c36 static int async = 1; variable
69 MODULE_PARM(async, "i");
1038 conf->async = async;
H A Darlan.h297 int async; member in struct:arlan_conf_stru
H A Darlan-proc.c867 CTBLN(35,cardNo,async),\
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/au1000/common/
H A Dusbdev.c476 send_packet(struct usb_dev* dev, usbdev_pkt_t *pkt, int async) argument
489 if (!async && list->count) {
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/
H A Datp870u.c69 unsigned short async; member in struct:atp_unit
2149 if ((dev->async & m) != 0)
2597 dev->async = 0;
2610 dev->async |= n;
2614 dev->async = ~(dev->async);
H A Dgdth.h184 #define MSG_REQUEST 0 /* async. event: message */
301 #define ASYNCINDEX 0 /* cmd index async. event */
679 } PACKED async; member in union:__anon2366::__anon2367
722 ushort Service; /* service(for async.events) */
H A Dgdth_proc.c421 pevt->event_data.size = sizeof(pevt->event_data.eu.async);
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/sparc/kernel/
H A Dentry.S388 be 1f ! Must be an NMI async memory error
403 /* NMI async memory error handling. */
816 lda [%o0] ASI_CONTROL, %o4 ! async vaddr
818 lda [%o0] ASI_CONTROL, %o3 ! async error
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/acorn/scsi/
H A Dfas216.c382 enum { sync, async, none, reject } res = none; enumerator in enum:__anon745
399 res = async;
473 case async:
2738 p += sprintf(p, "async\n");
/asus-wl-520gu-7.0.1.45/src/linux/linux/mm/
H A Dfilemap.c1098 static void profile_readahead(int async, struct file *filp) argument
1103 if (async)
1118 printk("Readahead average: max=%ld, len=%ld, win=%ld, async=%ld%%\n",

Completed in 188 milliseconds

12