Searched refs:sync (Results 51 - 75 of 629) sorted by relevance

1234567891011>>

/linux-master/drivers/gpu/drm/nouveau/dispnv50/
H A Dsor907d.c48 struct nouveau_bo *bo = disp->sync;
H A Dcore507d.c107 struct nouveau_bo *bo = disp->sync;
139 PUSH_MTHD(push, NV507D, SET_CONTEXT_DMA_NOTIFIER, core->chan.sync.handle);
171 disp->sync->offset, &core->chan);
/linux-master/drivers/gpu/drm/i915/gt/
H A Dintel_timeline_types.h75 * recent sync point. As the contexts may be executed out-of-order, we
81 struct i915_syncmap *sync; member in struct:intel_timeline
H A Dintel_timeline.h48 return i915_syncmap_set(&tl->sync, context, seqno);
60 return i915_syncmap_is_later(&tl->sync, context, seqno);
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_cs.h81 struct amdgpu_sync sync; member in struct:amdgpu_cs_parser
H A Damdgpu_vm_sdma.c90 struct amdgpu_sync sync; local
100 amdgpu_sync_create(&sync);
101 r = amdgpu_sync_resv(p->adev, &sync, resv, sync_mode, p->vm);
103 r = amdgpu_sync_push_to_job(&sync, p->job);
104 amdgpu_sync_free(&sync);
/linux-master/drivers/md/
H A Ddm-log.c237 enum sync { enum in struct:log_c
239 NOSYNC, /* Devices known to be already in sync */
240 FORCESYNC, /* Force a sync to happen */
241 } sync; member in struct:log_c
330 if (log->sync != DEFAULTSYNC || log->header.magic != MIRROR_MAGIC) {
364 * argv contains region_size followed optionally by [no]sync
372 enum sync sync = DEFAULTSYNC; local
387 if (!strcmp(argv[1], "sync"))
388 sync
[all...]
/linux-master/drivers/media/dvb-frontends/
H A Dves1820.c233 int sync; local
236 sync = ves1820_readreg(state, 0x11);
238 if (sync & 1)
241 if (sync & 2)
244 if (sync & 2) /* XXX FIXME! */
247 if (sync & 4)
250 if (sync & 8)
307 int sync; local
310 sync = ves1820_readreg(state, 0x11);
314 printk(sync
[all...]
/linux-master/drivers/net/
H A Difb.c44 struct u64_stats_sync sync; member in struct:ifb_q_stats
83 u64_stats_update_begin(&stats->sync);
86 u64_stats_update_end(&stats->sync);
165 start = u64_stats_fetch_begin(&txp->rx_stats.sync);
168 } while (u64_stats_fetch_retry(&txp->rx_stats.sync, start));
173 start = u64_stats_fetch_begin(&txp->tx_stats.sync);
176 } while (u64_stats_fetch_retry(&txp->tx_stats.sync, start));
199 u64_stats_init(&txp->rx_stats.sync);
200 u64_stats_init(&txp->tx_stats.sync);
248 start = u64_stats_fetch_begin(&q_stats->sync);
[all...]
/linux-master/arch/powerpc/kernel/vdso/
H A Dcacheflush.S64 sync
93 sync
/linux-master/samples/bpf/
H A Dtest_current_task_under_cgroup_user.c74 * The installed helper program catched the sync call, and should
78 sync();
95 sync();
/linux-master/tools/testing/selftests/filesystems/fat/
H A Drun_fat_tests.sh50 sudo sync -f "${MNT_PATH}"
66 sudo sync -f "${MNT_PATH}"
/linux-master/drivers/gpu/drm/nouveau/
H A Dnouveau_sched.h33 bool sync; member in struct:nouveau_job_args
62 bool sync; member in struct:nouveau_job
/linux-master/io_uring/
H A DMakefile6 sync.o advise.o filetable.o \
/linux-master/drivers/iio/imu/
H A Dadis16475.c93 const struct adis16475_sync *sync; member in struct:adis16475_chip_info
319 * When using sync scaled mode, the input clock needs to be scaled so that we have
753 .sync = adis16475_sync_mode,
770 .sync = adis16475_sync_mode,
787 .sync = adis16475_sync_mode,
804 .sync = adis16475_sync_mode,
821 .sync = adis16475_sync_mode,
839 .sync = adis16475_sync_mode,
857 .sync = adis16475_sync_mode,
875 .sync
1290 const struct adis16475_sync *sync; local
[all...]
/linux-master/drivers/video/fbdev/
H A Dmacmodes.c114 sync, FB_VMODE_INTERLACED
118 sync, FB_VMODE_INTERLACED
122 sync, FB_VMODE_INTERLACED
126 sync, FB_VMODE_INTERLACED
284 var->sync = mode->sync;
/linux-master/arch/powerpc/platforms/52xx/
H A Dmpc52xx_common.c248 int sync; local
256 sync = PSC1_SYNC; /* AC97_1_SYNC */
262 sync = PSC2_SYNC; /* AC97_2_SYNC */
280 setbits32(&simple_gpio->simple_gpioe, sync | out);
283 setbits32(&simple_gpio->simple_ddr, sync | out);
286 clrbits32(&simple_gpio->simple_dvo, sync | out);
/linux-master/net/core/
H A Ddev_addr_lists.c52 unsigned char addr_type, bool global, bool sync)
67 ha->synced = sync ? 1 : 0;
75 unsigned char addr_type, bool global, bool sync,
107 if (sync) {
118 ha = __hw_addr_create(addr, addr_len, addr_type, global, sync);
141 bool sync)
146 if (sync && !ha->synced)
152 if (sync)
194 unsigned char addr_type, bool global, bool sync)
200 return __hw_addr_del_entry(list, ha, global, sync);
51 __hw_addr_create(const unsigned char *addr, int addr_len, unsigned char addr_type, bool global, bool sync) argument
73 __hw_addr_add_ex(struct netdev_hw_addr_list *list, const unsigned char *addr, int addr_len, unsigned char addr_type, bool global, bool sync, int sync_count, bool exclusive) argument
139 __hw_addr_del_entry(struct netdev_hw_addr_list *list, struct netdev_hw_addr *ha, bool global, bool sync) argument
192 __hw_addr_del_ex(struct netdev_hw_addr_list *list, const unsigned char *addr, int addr_len, unsigned char addr_type, bool global, bool sync) argument
[all...]
/linux-master/drivers/gpu/drm/radeon/
H A Dr600_dma.c437 * @resv: reservation object to sync to
449 struct radeon_sync sync; local
456 radeon_sync_create(&sync);
463 radeon_sync_free(rdev, &sync, NULL);
467 radeon_sync_resv(rdev, &sync, resv, false);
468 radeon_sync_rings(rdev, &sync, ring->idx);
487 radeon_sync_free(rdev, &sync, NULL);
492 radeon_sync_free(rdev, &sync, fence);
/linux-master/drivers/gpu/ipu-v3/
H A Dipu-dc.c120 int map, int wave, int glue, int sync, int stop)
129 reg1 = sync | glue << 4 | ++wave << 11 | ((operand << 15) & 0xffff8000);
132 reg1 = sync | glue << 4 | ++wave << 11 | ++map << 15 | ((operand << 20) & 0xfff00000);
164 int addr, sync; local
183 sync = interlaced ? 6 : 5;
197 dc_write_tmpl(dc, addr, WROD(0), 0, map, SYNC_WAVE, 0, sync, 1);
204 dc_write_tmpl(dc, addr + 2, WROD(0), 0, map, SYNC_WAVE, 8, sync, 1);
205 dc_write_tmpl(dc, addr + 3, WROD(0), 0, map, SYNC_WAVE, 4, sync, 0);
207 dc_write_tmpl(dc, addr + 1, WROD(0), 0, map, SYNC_WAVE, 0, sync, 1);
119 dc_write_tmpl(struct ipu_dc *dc, int word, u32 opcode, u32 operand, int map, int wave, int glue, int sync, int stop) argument
/linux-master/arch/powerpc/kernel/
H A Didle_6xx.S96 sync
98 sync
133 sync
141 1: sync
170 sync
/linux-master/tools/testing/selftests/arm64/mte/
H A Dcheck_user_mem.c114 * Accessing user memory in kernel with invalid tag should fail in sync
142 void format_test_name(char* name, int name_len, int type, int sync, int map, int len, int offset) { argument
165 switch (sync) {
224 int sync = mte_sync[s]; local
228 int res = check_usermem_access_fault(USE_MMAP, sync,
232 t, sync, map, tag_len, offset);
/linux-master/fs/exfat/
H A Dmisc.c164 void exfat_update_bh(struct buffer_head *bh, int sync) argument
169 if (sync)
173 int exfat_update_bhs(struct buffer_head **bhs, int nr_bhs, int sync) argument
180 if (sync)
184 for (i = 0; i < nr_bhs && sync; i++) {
/linux-master/kernel/irq/
H A Dpm.c138 bool sync; local
143 sync = suspend_device_irq(desc);
146 if (sync)
/linux-master/drivers/input/keyboard/
H A Dclps711x-keypad.c38 bool sync = false; local
74 sync = true;
83 if (sync)

Completed in 221 milliseconds

1234567891011>>