Searched refs:sync (Results 526 - 550 of 677) sorted by relevance

<<2122232425262728

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ufs/
H A Dballoc.c327 int sync)
339 if (IS_SYNC(inode) || sync)
326 ufs_clear_frags(struct inode *inode, sector_t beg, unsigned int n, int sync) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/
H A Dxfs_trans.c1684 int sync = tp->t_flags & XFS_TRANS_SYNC; local
1734 if (sync) {
H A Dxfs_log.c605 * Go through the motions of sync'ing and releasing
777 * Because this is called as part of the sync process, we should also indicate
780 * the log at the end of the sync, hence if a crash occurrs avoids replay
1386 /* move grant heads by roundoff in sync */
1860 * 4. Mark want sync bit (in simulation mode)
2049 * iclog is trying to sync to disk.
2420 * we will wait here and all new writes will sleep until a sync completes.
2465 atomic_inc(&iclog->ic_refcnt); /* prevents sync */
2497 * If I'm the only one writing to this iclog, sync it to disk.
2518 * iclogs (to mark it taken), this particular iclog will release/sync
2898 int sync = 0; /* do we sync? */ local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/docs_src/tcl/
H A Dm4.tcl24 define(m4_tcl_db_sync, [m4_italic(db) m4_bold(sync)])
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/python/tests/
H A DMakefile.in311 sync.py \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Dexit.c959 /* sync mm's RSS info before statistics gathering */
1591 int sync, void *key)
1603 return default_wake_function(wait, mode, sync, key);
1590 child_wait_callback(wait_queue_t *wait, unsigned mode, int sync, void *key) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/python/tests/
H A DMakefile.in311 sync.py \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/lsync/source/
H A Ddefault-rsync.lua221 -- Spawns the recursive startup sync
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/
H A Davconv.c203 for A/V sync */
205 struct InputStream *sync_ist; /* input stream to sync against */
2637 av_log(NULL, AV_LOG_INFO, " [sync #%d:%d]",
2948 char *p, *sync; local
2957 /* parse sync stream first, just pick first matching stream */
2958 if (sync = strchr(map, ',')) {
2959 *sync = 0;
2960 sync_file_idx = strtol(sync + 1, &sync, 0);
2962 av_log(NULL, AV_LOG_FATAL, "Invalid sync fil
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/xgifb/
H A DXGI_main_26.c201 u32 *sync, u32 *vmode)
243 /* Horizontal retrace (=sync) start */
265 /* Horizontal retrace (=sync) end */
305 /* Vertical retrace (=sync) start */
332 /* Vertical retrace (=sync) end */
344 *sync &= ~FB_SYNC_VERT_HIGH_ACT;
346 *sync |= FB_SYNC_VERT_HIGH_ACT;
349 *sync &= ~FB_SYNC_HOR_HIGH_ACT;
351 *sync |= FB_SYNC_HOR_HIGH_ACT;
3344 &default_var.sync,
196 XGIfb_mode_rate_to_ddata(struct vb_device_info *XGI_Pr, struct xgi_hw_device_info *HwDeviceExtension, unsigned char modeno, unsigned char rateindex, u32 *left_margin, u32 *right_margin, u32 *upper_margin, u32 *lower_margin, u32 *hsync_len, u32 *vsync_len, u32 *sync, u32 *vmode) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/sis/
H A Dinit.c2039 unsigned short sync; local
2042 sync = SiS_Pr->CInfoFlag >> 8;
2044 sync = SiS_Pr->SiS_RefIndex[RRTI].Ext_InfoFlag >> 8;
2047 sync &= 0xC0;
2048 sync |= 0x2f;
2049 SiS_SetRegByte(SiS_Pr->SiS_P3c2,sync);
3798 int x = 1; /* Fix sync */
4047 /* Horizontal retrace (=sync) start */
4062 /* Horizontal retrace (=sync) end */
4111 /* Vertical retrace (=sync) star
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dmpeg12dec.c63 int sync; /* Did we reach a sync point like a GOP/SEQ/KEYFrame? */ member in struct:Mpeg1Context
2413 s->sync = 1;
2514 s->sync = 1;
2585 s->sync = 1;
2589 if (s2->pict_type == AV_PICTURE_TYPE_P && !s->sync) {
2747 s->sync = 0;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/hardware/mISDN/
H A Dhfcmulti.c76 * Bit 11 = 0x0800 = Use direct RX clock for PCM sync rather than PLL.
932 /* Disable sync of all cards */
956 /* Enable new sync master */
1010 printk(KERN_DEBUG "%s: GOT sync on card %d"
1018 printk(KERN_DEBUG "%s: LOST sync on card %d"
1282 /* Speech Design PLX bridge pcm and sync mode */
1315 HFC_outb(hc, R_PCM_MD2, V_SYNC_SRC); /* sync via SYNC_I / O */
1319 HFC_outb(hc, R_PCM_MD2, 0x00); /* sync from interface */
1613 * left red: frame sync, but no L1
1616 if (hc->chan[hc->dslot].sync !
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Daha152x.c388 static int sync[] = {1, 1}; variable
389 module_param_array(sync, int, NULL, 0);
390 MODULE_PARM_DESC(sync,"use synchronous transfers");
3654 setup[setup_count].synchronous = sync[0];
3665 printk(KERN_ERR "aha152x: invalid module params io=0x%x, irq=%d,scsiid=%d,reconnect=%d,parity=%d,sync=%d,delay=%d,exttrans=%d\n",
3697 setup[setup_count].synchronous = sync[1];
3707 printk(KERN_ERR "aha152x: invalid module params io=0x%x, irq=%d,scsiid=%d,reconnect=%d,parity=%d,sync=%d,delay=%d,exttrans=%d\n",
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dmpeg12.c2284 s->sync=1;
2361 s->sync=1;
2391 s->sync=1;
2394 if (s2->pict_type == AV_PICTURE_TYPE_P && !s->sync) break;
2471 s->sync=0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Davidec.c1110 int64_t i, sync; local
1114 for (i = sync = avio_tell(pb); !url_feof(pb); i++) {
1212 } else if (((ast->prefix_count < 5 || sync + 9 > i) &&
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ext3/
H A Dsuper.c59 int sync);
77 * that sync() will call the filesystem's write_super callback if
103 * that sync() will call the filesystem's write_super callback if
2349 int sync)
2372 if (sync)
2732 /* Helper function for writing quotas on sync - we need to start transaction before quota file
2347 ext3_commit_super(struct super_block *sb, struct ext3_super_block *es, int sync) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/omap2/omapfb/
H A Domapfb-main.c733 var->sync = 0;
1663 if (display && display->driver->sync)
1664 display->driver->sync(display);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ntfs/
H A Dinode.c2338 const char *te = " Leaving file length out of sync with i_size.";
2881 * @sync: if true, write out synchronously
2885 * If @sync is true, commit the inode to disk and wait for io completion. This
2888 * If @sync is false, just schedule the write to happen but do not wait for i/o
2891 * this yet as write_mft_record() largely ignores the @sync parameter and
2896 int __ntfs_write_inode(struct inode *vi, int sync) argument
2991 err = write_mft_record(ni, m, sync);
3011 ret = write_mft_record(tni, tm, sync);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/conntrack-tools/conntrack-tools-1.4.0/include/
H A DMakefile.in259 sync.h conntrackd.h local.h udp.h tcp.h \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/vme/bridges/
H A Dvme_ca91cx42.c262 int sync)
281 if ((state == 0) && (sync != 0)) {
261 ca91cx42_irq_set(struct vme_bridge *ca91cx42_bridge, int level, int state, int sync) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/nvidia/
H A Dnvidia.c413 if (info->var.sync & FB_SYNC_HOR_HIGH_ACT)
417 if (info->var.sync & FB_SYNC_VERT_HIGH_ACT)
941 vesa = NVReadCrtc(par, 0x1a) & ~0xc0; /* sync on/off */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/
H A Dpm2fb.c75 * comment in set_video) always request +ve sync regardless of what
77 * fixed-frequency monitor which absolutely has to have -ve sync. So
78 * these flags allow the user to specify that requests for +ve sync
79 * should be silently turned in -ve sync.
530 * the RAMDAC to invert the sync if necessary.
738 if (info->var.sync & FB_SYNC_HOR_HIGH_ACT) {
747 if (info->var.sync & FB_SYNC_VERT_HIGH_ACT) {
1844 MODULE_PARM_DESC(lowhsync, "Force horizontal sync low regardless of mode");
1846 MODULE_PARM_DESC(lowvsync, "Force vertical sync low regardless of mode");
H A Dpm3fb.c812 * sync options in PM3RD_SyncControl. --rmk
1030 if (info->var.sync & FB_SYNC_HOR_HIGH_ACT)
1035 if (info->var.sync & FB_SYNC_VERT_HIGH_ACT)
1169 * sync options in PM3RD_SyncControl. --rmk
H A Dtridentfb.c1047 if (var->sync & FB_SYNC_HOR_HIGH_ACT)
1049 if (var->sync & FB_SYNC_VERT_HIGH_ACT)

Completed in 207 milliseconds

<<2122232425262728