Searched refs:sync_mode (Results 1 - 25 of 71) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/conntrack-tools/conntrack-tools-1.4.0/include/
H A Dsync.h10 struct sync_mode { struct
24 extern struct sync_mode sync_alarm;
25 extern struct sync_mode sync_ftfw;
26 extern struct sync_mode sync_notrack;
H A Dconntrackd.h233 struct sync_mode *sync; /* sync mode */
294 extern struct ct_mode sync_mode;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/soc/omap/
H A Domap-pcm.h34 int sync_mode; /* DMA sync mode */ member in struct:omap_pcm_dma_data
H A Domap-mcpdm.c75 .sync_mode = OMAP_DMA_SYNC_PACKET,
83 .sync_mode = OMAP_DMA_SYNC_PACKET,
H A Domap-mcbsp.c328 int wlen, channels, wpf, sync_mode = OMAP_DMA_SYNC_ELEMENT; local
400 sync_mode = OMAP_DMA_SYNC_PACKET;
402 sync_mode = OMAP_DMA_SYNC_FRAME;
410 dma_data->sync_mode = sync_mode;
H A Domap-pcm.c161 dma_params.sync_mode = dma_data->sync_mode;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/trace/events/
H A Dwriteback.h20 __field(int, sync_mode)
29 __entry->sync_mode = work->sync_mode;
34 TP_printk("bdi %s: sb_dev %d:%d nr_pages=%ld sync_mode=%d "
39 __entry->sync_mode,
98 __field(int, sync_mode)
115 __entry->sync_mode = wbc->sync_mode;
133 __entry->sync_mode,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/exofs/
H A Dfile.c50 .sync_mode = WB_SYNC_ALL,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/
H A Dfs-writeback.c38 enum writeback_sync_modes sync_mode; member in struct:wb_writeback_work
121 work->sync_mode = WB_SYNC_NONE;
332 if (wbc->sync_mode != WB_SYNC_ALL) {
357 if (wbc->sync_mode == WB_SYNC_ALL) {
607 .sync_mode = work->sync_mode,
731 .sync_mode = WB_SYNC_NONE,
758 work->sync_mode = WB_SYNC_ALL;
1006 * upon no inodes, all inodes or the final one, depending upon sync_mode.
1087 .sync_mode
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/conntrack-tools/conntrack-tools-1.4.0/src/
H A Dsync-alarm.c154 struct sync_mode sync_alarm = {
H A Dsync-notrack.c260 struct sync_mode sync_notrack = {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Ddc395x.c286 u8 sync_mode; /* 0:async mode */ member in struct:DeviceCtlBlk
1279 dcb->sync_mode &= ~(SYNC_NEGO_DONE + WIDE_NEGO_DONE);
1288 dcb->sync_mode &= ~WIDE_NEGO_ENABLE;
1520 && (((dcb->sync_mode & WIDE_NEGO_ENABLE)
1521 && !(dcb->sync_mode & WIDE_NEGO_DONE))
1522 || ((dcb->sync_mode & SYNC_NEGO_ENABLE)
1523 && !(dcb->sync_mode & SYNC_NEGO_DONE)))
1530 if (dcb->sync_mode & WIDE_NEGO_ENABLE
1536 if (dcb->sync_mode & SYNC_NEGO_ENABLE
1541 if (dcb->sync_mode
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/mm/
H A Dpage_io.c108 if (wbc->sync_mode == WB_SYNC_ALL)
H A Dpage-writeback.c496 .sync_mode = WB_SYNC_NONE,
855 * the call was made get new I/O started against them. If wbc->sync_mode is
898 if (wbc->sync_mode == WB_SYNC_ALL)
903 if (wbc->sync_mode == WB_SYNC_ALL)
957 if (wbc->sync_mode != WB_SYNC_NONE)
995 wbc->sync_mode == WB_SYNC_NONE) {
1081 .sync_mode = WB_SYNC_ALL,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dwriteback.h30 enum writeback_sync_modes sync_mode; member in struct:writeback_control
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/linux-2.6/
H A Dxfs_sync.c754 int sync_mode)
777 if (!(sync_mode & SYNC_WAIT))
789 if (!(sync_mode & SYNC_WAIT)) {
801 error = xfs_iflush(ip, sync_mode);
802 if (sync_mode & SYNC_WAIT) {
751 xfs_reclaim_inode( struct xfs_inode *ip, struct xfs_perag *pag, int sync_mode) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-davinci/include/mach/
H A Dedma.h258 u16 bcnt_rld, enum sync_dimension sync_mode);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/gfs2/
H A Dmeta_io.c40 (wbc->sync_mode == WB_SYNC_ALL ? WRITE_SYNC_PLUG : WRITE);
58 if (wbc->sync_mode != WB_SYNC_NONE || !wbc->nonblocking) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-omap/include/plat/
H A Ddma.h458 int sync_mode; /* sycn on element, frame , block or packet */ member in struct:omap_dma_channel_params
483 int sync_mode,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ceph/
H A Daddr.c612 do_sync = wbc->sync_mode == WB_SYNC_ALL;
617 wbc->sync_mode == WB_SYNC_NONE ? "NONE" :
618 (wbc->sync_mode == WB_SYNC_ALL ? "ALL" : "HOLD"));
730 if (wbc->sync_mode != WB_SYNC_NONE) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/sysv/
H A Dialloc.c143 .sync_mode = WB_SYNC_NONE
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/nfs/
H A Dwrite.c296 wbc->sync_mode == WB_SYNC_NONE ||
1426 if (wbc->sync_mode == WB_SYNC_NONE &&
1434 if (wbc->sync_mode == WB_SYNC_NONE) {
1464 .sync_mode = WB_SYNC_ALL,
1510 .sync_mode = WB_SYNC_ALL,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-omap/
H A Ddma.c262 int frame_count, int sync_mode,
277 if (sync_mode == OMAP_DMA_SYNC_FRAME)
283 if (sync_mode == OMAP_DMA_SYNC_BLOCK)
298 if (sync_mode & OMAP_DMA_SYNC_FRAME)
303 if (sync_mode & OMAP_DMA_SYNC_BLOCK)
449 params->sync_mode, params->trigger,
261 omap_set_dma_transfer_params(int lch, int data_type, int elem_count, int frame_count, int sync_mode, int dma_trigger, int src_or_dst_synch) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/musb/
H A Dtusb6010_omap.c349 dma_params.sync_mode = OMAP_DMA_SYNC_FRAME;
366 dma_params.sync_mode = OMAP_DMA_SYNC_FRAME;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/afs/
H A Dwrite.c507 if (wbc->sync_mode != WB_SYNC_NONE)
683 .sync_mode = WB_SYNC_ALL,

Completed in 299 milliseconds

123