Searched refs:sync (Results 101 - 125 of 629) sorted by relevance

1234567891011>>

/linux-master/tools/testing/selftests/sync/
H A DMakefile16 OBJS = sync_test.o sync.o
/linux-master/drivers/gpu/drm/i915/display/
H A Dintel_display_rps.c22 unsigned mode, int sync, void *key)
21 do_rps_boost(struct wait_queue_entry *_wait, unsigned mode, int sync, void *key) argument
/linux-master/drivers/media/pci/mgb4/
H A Dmgb4_vin.h23 u32 sync; member in struct:mgb4_vin_regs
/linux-master/drivers/net/wireless/intel/iwlwifi/
H A Diwl-dbg-tlv.h59 bool sync);
/linux-master/arch/mips/include/asm/
H A Dsync.h6 * sync types are defined by the MIPS64 Instruction Set documentation in Volume
43 * No sync instruction at all; used to allow code to nullify the effect of the
49 * A full completion barrier; all memory accesses appearing prior to this sync
51 * appearing after this sync instruction in program order.
56 * For now we use a full completion barrier to implement all sync types, until
78 * A GINV sync is a little different; it doesn't relate directly to loads or
82 * has been performed by all coherent CPUs, we must issue a sync instruction of
88 /* Trivial; indicate that we always need this sync instruction. */
92 * Indicate that we need this sync instruction only on systems with weakly
103 * Indicate that we need this sync instructio
[all...]
/linux-master/drivers/net/ethernet/qualcomm/
H A Dqca_spi.h33 /* sync related constants */
40 /* sync events */
79 u8 sync; member in struct:qcaspi
/linux-master/drivers/s390/cio/
H A Dorb.h27 u32 sync:1; /* synchronize control */ member in struct:cmd_orb
/linux-master/arch/powerpc/kernel/
H A Dswsusp_32.S189 sync
204 sync
207 sync
252 sync
262 sync
368 sync
409 sync
H A Dreloc_32.S183 * We delay the sync / isync operation till the end, since
188 sync /* Ensure the data is flushed before icbi */
198 sync /* Wait for the flush to finish */
/linux-master/fs/exfat/
H A Dfatent.c180 bool sync = false; local
188 sync = true;
192 exfat_clear_bitmap(inode, clu, (sync && IS_DIRSYNC(inode)));
198 bool sync = false; local
203 sync = true;
209 sync = true;
213 exfat_clear_bitmap(inode, clu, (sync && IS_DIRSYNC(inode)));
/linux-master/drivers/media/platform/amphion/
H A Dvpu_cmds.c164 unsigned long *key, int *sync)
182 if (sync)
183 *sync = cmd->request ? true : false;
277 dev_err(inst->dev, "[%d] sync session timeout\n", inst->id);
305 int sync = false; local
311 ret = vpu_request_cmd(inst, id, data, &key, &sync);
320 if (sync && (id == VPU_CMD_ID_CONFIGURE_CODEC || id == VPU_CMD_ID_START)) {
327 if (sync)
163 vpu_request_cmd(struct vpu_inst *inst, u32 id, void *data, unsigned long *key, int *sync) argument
/linux-master/drivers/media/test-drivers/vidtv/
H A Dvidtv_s302m.c184 if (e->sync && e->sync->is_video_encoder) {
185 sync_au = e->sync->access_units;
204 struct vidtv_access_unit *sync_au = e->sync->access_units;
210 vau_duration_usecs = USEC_PER_SEC / e->sync->sampling_rate_hz;
224 struct vidtv_access_unit *sync_au = e->sync->access_units;
398 * in the corresponding video encoder ('sync'), using the same values
410 if (e->sync && e->sync->is_video_encoder) {
485 e->sync
[all...]
/linux-master/drivers/gpu/drm/v3d/
H A Dv3d_submit.c244 /* Update the return sync object for the job */
484 u32 offset, sync; local
493 if (copy_from_user(&sync, syncs++, sizeof(sync))) {
498 job->timestamp_query.queries[i].syncobj = drm_syncobj_find(file_priv, sync);
537 u32 sync; local
541 if (copy_from_user(&sync, syncs++, sizeof(sync))) {
546 job->timestamp_query.queries[i].syncobj = drm_syncobj_find(file_priv, sync);
591 u32 offset, sync; local
652 u32 sync; local
723 u32 sync; local
[all...]
/linux-master/drivers/media/dvb-frontends/
H A Dves1x93.c294 u8 sync = ves1x93_readreg (state, 0x0e); local
297 * The ves1893 sometimes returns sync values that make no sense,
306 while ((sync & 0x03) != 0x03 && (sync & 0x0c) && maxtry--) {
308 sync = ves1x93_readreg (state, 0x0e);
313 if (sync & 1)
316 if (sync & 2)
319 if (sync & 4)
322 if (sync & 8)
325 if ((sync
[all...]
H A Dtda10023.c369 int sync; local
377 sync = tda10023_readreg (state, 0x11);
379 if (sync & 2)
382 if (sync & 4)
385 if (sync & 8)
450 int sync,inv; local
453 sync = tda10023_readreg(state, 0x11);
459 printk(sync & 2 ? "DVB: TDA10023(%d): AFC (%d) %dHz\n" :
471 if (sync & 2)
H A Dtda10021.c312 int sync; local
320 sync = tda10021_readreg (state, 0x11);
322 if (sync & 2)
325 if (sync & 4)
328 if (sync & 8)
391 int sync; local
394 sync = tda10021_readreg(state, 0x11);
398 printk(sync & 2 ? "DVB: TDA10021(%d): AFC (%d) %dHz\n" :
410 if (sync & 2)
H A Dtda8083.c243 u8 sync = tda8083_readreg (state, 0x02); local
250 if (sync & 0x01)
253 if (sync & 0x02)
256 if (sync & 0x10)
259 if (sync & 0x20) /* frontend can not lock */
262 if ((sync & 0x1f) == 0x1f)
/linux-master/arch/powerpc/mm/nohash/
H A Dtlb_low.S52 sync
94 sync
115 sync
194 sync
210 sync
360 sync
/linux-master/include/linux/
H A Drculist.h212 * @sync: synchronize_rcu, synchronize_rcu_expedited, ...
221 * modify the list as soon as sync() begins execution. If this sort of thing
229 void (*sync)(void))
249 sync();
272 * @sync: synchronize_rcu, synchronize_rcu_expedited, ...
276 void (*sync)(void))
279 __list_splice_init_rcu(list, head, head->next, sync);
287 * @sync: synchronize_rcu, synchronize_rcu_expedited, ...
291 void (*sync)(void))
294 __list_splice_init_rcu(list, head->prev, head, sync);
226 __list_splice_init_rcu(struct list_head *list, struct list_head *prev, struct list_head *next, void (*sync)(void)) argument
274 list_splice_init_rcu(struct list_head *list, struct list_head *head, void (*sync)(void)) argument
289 list_splice_tail_init_rcu(struct list_head *list, struct list_head *head, void (*sync)(void)) argument
[all...]
/linux-master/arch/powerpc/kexec/
H A Drelocate_32.S91 sync
221 sync
241 sync
416 sync
473 sync
487 sync
/linux-master/fs/ubifs/
H A Djournal.c262 * @sync: non-zero if the write-buffer has to by synchronized
269 int *lnum, int *offs, int sync)
290 if (sync)
670 int aligned_dlen, aligned_ilen, sync = IS_DIRSYNC(dir); local
694 sync |= IS_SYNC(inode);
763 err = write_head(c, BASEHD, dent, len, &lnum, &dent_offs, sync);
766 if (!sync) {
973 int sync = 0, write_len = 0, ilen = UBIFS_INO_NODE_SZ; local
986 sync = IS_SYNC(inode);
1061 err = write_head(c, BASEHD, ino_start, write_len, &lnum, &offs, sync);
268 write_head(struct ubifs_info *c, int jhead, void *buf, int len, int *lnum, int *offs, int sync) argument
1178 ubifs_jnl_xrename(struct ubifs_info *c, const struct inode *fst_dir, const struct inode *fst_inode, const struct fscrypt_name *fst_nm, const struct inode *snd_dir, const struct inode *snd_inode, const struct fscrypt_name *snd_nm, int sync) argument
1345 ubifs_jnl_rename(struct ubifs_info *c, const struct inode *old_dir, const struct inode *old_inode, const struct fscrypt_name *old_nm, const struct inode *new_dir, const struct inode *new_inode, const struct fscrypt_name *new_nm, const struct inode *whiteout, int sync) argument
1685 int err, dlen, len, lnum, offs, bit, sz, sync = IS_SYNC(inode); local
1853 int sync = IS_DIRSYNC(host); local
1974 int sync = IS_DIRSYNC(host); local
[all...]
/linux-master/arch/powerpc/xmon/
H A Dxmon.c333 static inline void sync(void) function
335 asm volatile("sync; isync");
1016 sync();
1022 sync();
1709 sync();
1715 sync();
1894 sync();
1896 sync();
1953 sync();
1962 sync();
[all...]
/linux-master/drivers/soc/bcm/brcmstb/pm/
H A Ds2-mips.S75 sync
165 sync
/linux-master/drivers/video/fbdev/geode/
H A Dvideo_cs5530.c109 /* Set default sync skew and power sequence delays. */
125 if (info->var.sync & FB_SYNC_HOR_HIGH_ACT)
127 if (info->var.sync & FB_SYNC_VERT_HIGH_ACT)
/linux-master/tools/testing/selftests/powerpc/math/
H A Dvsx_asm.S37 sync

Completed in 233 milliseconds

1234567891011>>