/kernel/linux/linux-5.10/drivers/gpu/drm/i915/selftests/ |
D | i915_syncmap.c | 101 static int check_syncmap_free(struct i915_syncmap **sync) in check_syncmap_free() argument 103 i915_syncmap_free(sync); in check_syncmap_free() 104 if (*sync) { in check_syncmap_free() 112 static int dump_syncmap(struct i915_syncmap *sync, int err) in dump_syncmap() argument 117 return check_syncmap_free(&sync); in dump_syncmap() 123 if (i915_syncmap_print_to_buf(sync, buf, PAGE_SIZE)) in dump_syncmap() 129 i915_syncmap_free(&sync); in dump_syncmap() 135 struct i915_syncmap *sync = (void *)~0ul; in igt_syncmap_init() local 142 i915_syncmap_init(&sync); in igt_syncmap_init() 143 return check_syncmap_free(&sync); in igt_syncmap_init() [all …]
|
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/ptrace/ |
D | child.h | 29 #define CHILD_FAIL_IF(x, sync) \ argument 34 (sync)->child_gave_up = true; \ 35 prod_parent(sync); \ 40 #define PARENT_FAIL_IF(x, sync) \ argument 45 (sync)->parent_gave_up = true; \ 46 prod_child(sync); \ 51 #define PARENT_SKIP_IF_UNSUPPORTED(x, sync) \ argument 54 (sync)->parent_gave_up = true; \ 55 prod_child(sync); \ 60 int init_child_sync(struct child_sync *sync) in init_child_sync() argument [all …]
|
/kernel/linux/linux-5.10/arch/powerpc/platforms/powermac/ |
D | cache.S | 45 sync 52 sync 58 sync 60 sync 81 sync 88 sync 91 sync 96 sync 106 3: sync 110 3: sync [all …]
|
/kernel/linux/linux-5.10/arch/powerpc/kernel/ |
D | l2cr_6xx.S | 100 sync 107 sync 118 sync 120 sync 156 sync 158 sync 182 sync 196 sync 198 sync 202 21: sync [all …]
|
D | cpu_setup_ppc970.S | 28 sync 31 sync 34 sync 37 sync 50 sync 104 sync 111 sync 155 sync 158 sync 162 sync [all …]
|
D | misc_64.S | 68 sync 74 sync 79 sync 83 sync 89 sync 94 sync 107 sync 109 sync 115 sync 121 sync [all …]
|
D | cpu_setup_6xx.S | 91 1: sync 93 sync 95 sync 106 sync 108 sync /* on 604e/604r */ 110 sync 149 sync 151 sync 177 sync 258 sync [all …]
|
/kernel/linux/linux-5.10/drivers/clk/tegra/ |
D | clk-audio-sync.c | 15 struct tegra_clk_sync_source *sync = to_clk_sync_source(hw); in clk_sync_source_recalc_rate() local 17 return sync->rate; in clk_sync_source_recalc_rate() 23 struct tegra_clk_sync_source *sync = to_clk_sync_source(hw); in clk_sync_source_round_rate() local 25 if (rate > sync->max_rate) in clk_sync_source_round_rate() 34 struct tegra_clk_sync_source *sync = to_clk_sync_source(hw); in clk_sync_source_set_rate() local 36 sync->rate = rate; in clk_sync_source_set_rate() 49 struct tegra_clk_sync_source *sync; in tegra_clk_register_sync_source() local 53 sync = kzalloc(sizeof(*sync), GFP_KERNEL); in tegra_clk_register_sync_source() 54 if (!sync) { in tegra_clk_register_sync_source() 59 sync->max_rate = max_rate; in tegra_clk_register_sync_source() [all …]
|
/kernel/linux/linux-5.10/arch/powerpc/platforms/52xx/ |
D | mpc52xx_sleep.S | 16 sync; isync; 25 sync 30 sync 40 sync; isync; 42 sync; isync; 57 sync; isync; 59 sync; isync; 73 sync 77 sync 82 sync [all …]
|
D | lite5200_sleep.S | 30 sync; \ 97 sync; isync; 99 sync; isync; 114 sync 118 sync 123 sync 136 sync 147 sync 157 sync 160 sync [all …]
|
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/ |
D | radeon_sync.c | 41 void radeon_sync_create(struct radeon_sync *sync) in radeon_sync_create() argument 46 sync->semaphores[i] = NULL; in radeon_sync_create() 49 sync->sync_to[i] = NULL; in radeon_sync_create() 51 sync->last_vm_update = NULL; in radeon_sync_create() 62 void radeon_sync_fence(struct radeon_sync *sync, in radeon_sync_fence() argument 70 other = sync->sync_to[fence->ring]; in radeon_sync_fence() 71 sync->sync_to[fence->ring] = radeon_fence_later(fence, other); in radeon_sync_fence() 74 other = sync->last_vm_update; in radeon_sync_fence() 75 sync->last_vm_update = radeon_fence_later(fence, other); in radeon_sync_fence() 89 struct radeon_sync *sync, in radeon_sync_resv() argument [all …]
|
D | rv770_dma.c | 48 struct radeon_sync sync; in rv770_copy_dma() local 55 radeon_sync_create(&sync); in rv770_copy_dma() 62 radeon_sync_free(rdev, &sync, NULL); in rv770_copy_dma() 66 radeon_sync_resv(rdev, &sync, resv, false); in rv770_copy_dma() 67 radeon_sync_rings(rdev, &sync, ring->idx); in rv770_copy_dma() 86 radeon_sync_free(rdev, &sync, NULL); in rv770_copy_dma() 91 radeon_sync_free(rdev, &sync, fence); in rv770_copy_dma()
|
D | evergreen_dma.c | 114 struct radeon_sync sync; in evergreen_copy_dma() local 121 radeon_sync_create(&sync); in evergreen_copy_dma() 128 radeon_sync_free(rdev, &sync, NULL); in evergreen_copy_dma() 132 radeon_sync_resv(rdev, &sync, resv, false); in evergreen_copy_dma() 133 radeon_sync_rings(rdev, &sync, ring->idx); in evergreen_copy_dma() 152 radeon_sync_free(rdev, &sync, NULL); in evergreen_copy_dma() 157 radeon_sync_free(rdev, &sync, fence); in evergreen_copy_dma()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_sync.c | 49 void amdgpu_sync_create(struct amdgpu_sync *sync) in amdgpu_sync_create() argument 51 hash_init(sync->fences); in amdgpu_sync_create() 52 sync->last_vm_update = NULL; in amdgpu_sync_create() 131 static bool amdgpu_sync_add_later(struct amdgpu_sync *sync, struct dma_fence *f) in amdgpu_sync_add_later() argument 135 hash_for_each_possible(sync->fences, e, node, f->context) { in amdgpu_sync_add_later() 153 int amdgpu_sync_fence(struct amdgpu_sync *sync, struct dma_fence *f) in amdgpu_sync_fence() argument 160 if (amdgpu_sync_add_later(sync, f)) in amdgpu_sync_fence() 167 hash_add(sync->fences, &e->node, f->context); in amdgpu_sync_fence() 181 int amdgpu_sync_vm_fence(struct amdgpu_sync *sync, struct dma_fence *fence) in amdgpu_sync_vm_fence() argument 186 amdgpu_sync_keep_later(&sync->last_vm_update, fence); in amdgpu_sync_vm_fence() [all …]
|
D | amdgpu_sync.h | 49 void amdgpu_sync_create(struct amdgpu_sync *sync); 50 int amdgpu_sync_fence(struct amdgpu_sync *sync, struct dma_fence *f); 51 int amdgpu_sync_vm_fence(struct amdgpu_sync *sync, struct dma_fence *fence); 52 int amdgpu_sync_resv(struct amdgpu_device *adev, struct amdgpu_sync *sync, 55 struct dma_fence *amdgpu_sync_peek_fence(struct amdgpu_sync *sync, 57 struct dma_fence *amdgpu_sync_get_fence(struct amdgpu_sync *sync); 59 int amdgpu_sync_wait(struct amdgpu_sync *sync, bool intr); 60 void amdgpu_sync_free(struct amdgpu_sync *sync);
|
/kernel/linux/linux-5.10/arch/parisc/kernel/ |
D | perf_asm.S | 46 sync ; follow ERS 163 sync 199 sync 211 sync 223 sync 307 sync 331 sync 343 sync 391 sync 403 sync [all …]
|
/kernel/linux/linux-5.10/arch/powerpc/platforms/44x/ |
D | misc_44x.S | 18 sync 20 sync 23 sync 25 sync 32 sync 34 sync 37 sync 39 sync
|
/kernel/linux/linux-5.10/drivers/lightnvm/ |
D | pblk-rb.c | 95 rb->mem = rb->subm = rb->sync = rb->l2p_update = 0; in pblk_rb_init() 195 unsigned int sync = READ_ONCE(rb->sync); in pblk_rb_space() local 197 return pblk_rb_ring_space(rb, mem, sync, rb->nr_entries); in pblk_rb_space() 221 unsigned int sync = READ_ONCE(rb->sync); in pblk_rb_sync_count() local 223 return pblk_rb_ring_count(mem, sync, rb->nr_entries); in pblk_rb_sync_count() 280 unsigned int mem, unsigned int sync) in pblk_rb_update_l2p() argument 307 unsigned int sync; in pblk_rb_sync_l2p() local 313 sync = smp_load_acquire(&rb->sync); in pblk_rb_sync_l2p() 315 to_update = pblk_rb_ring_count(sync, rb->l2p_update, rb->nr_entries); in pblk_rb_sync_l2p() 390 unsigned int sync, flush_point; in pblk_rb_flush_point_set() local [all …]
|
/kernel/linux/linux-5.10/arch/mips/alchemy/common/ |
D | sleeper.S | 74 sync 76 sync 103 sync 105 sync 107 sync 129 sync 131 sync 146 sync 175 sync 181 sync [all …]
|
/kernel/linux/linux-5.10/drivers/gpu/drm/sti/ |
D | sti_vtg.c | 185 static void vtg_set_hsync_vsync_pos(struct sti_vtg_sync_params *sync, in vtg_set_hsync_vsync_pos() argument 212 sync->hsync = (stop << 16) | start; in vtg_set_hsync_vsync_pos() 230 sync->vsync_line_top = (fallsync_top << 16) | risesync_top; in vtg_set_hsync_vsync_pos() 231 sync->vsync_off_top = (fallsync_offs_top << 16) | risesync_offs_top; in vtg_set_hsync_vsync_pos() 234 sync->vsync_line_bot = sync->vsync_line_top; in vtg_set_hsync_vsync_pos() 235 sync->vsync_off_bot = sync->vsync_off_top; in vtg_set_hsync_vsync_pos() 240 struct sti_vtg_sync_params *sync, in vtg_set_mode() argument 255 vtg_set_hsync_vsync_pos(&sync[VTG_SYNC_ID_HDMI - 1], HDMI_DELAY, mode); in vtg_set_mode() 258 vtg_set_hsync_vsync_pos(&sync[VTG_SYNC_ID_HDDCS - 1], 0, mode); in vtg_set_mode() 261 vtg_set_hsync_vsync_pos(&sync[VTG_SYNC_ID_HDF - 1], AWG_DELAY_HD, mode); in vtg_set_mode() [all …]
|
/kernel/linux/linux-5.10/net/caif/ |
D | cfserl.c | 25 spinlock_t sync; member 49 spin_lock_init(&this->sync); in cfserl_create() 67 spin_lock(&layr->sync); in cfserl_receive() 74 spin_unlock(&layr->sync); in cfserl_receive() 94 spin_unlock(&layr->sync); in cfserl_receive() 112 spin_unlock(&layr->sync); in cfserl_receive() 132 spin_unlock(&layr->sync); in cfserl_receive() 143 spin_unlock(&layr->sync); in cfserl_receive() 157 spin_unlock(&layr->sync); in cfserl_receive() 159 spin_lock(&layr->sync); in cfserl_receive() [all …]
|
/kernel/linux/linux-5.10/fs/hmdfs/comm/ |
D | node_cb.c | 49 bool sync = desc[i].sync; in hmdfs_node_add_evt_cb() local 54 list_add_tail(&desc[i].list, &cb_head[evt][sync]); in hmdfs_node_add_evt_cb() 58 void hmdfs_node_call_evt_cb(struct hmdfs_peer *conn, int evt, bool sync, in hmdfs_node_call_evt_cb() argument 65 sync ? "sync" : "async", seq); in hmdfs_node_call_evt_cb() 70 list_for_each_entry(desc, &cb_head[evt][sync], list) { in hmdfs_node_call_evt_cb()
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/sound/ |
D | qcom,q6afe.txt | 54 - qcom,tdm-sync-mode: 58 0 - Short sync bit mode 59 1 - Long sync mode 60 2 - Short sync slot mode 62 - qcom,tdm-sync-src: 76 - qcom,tdm-invert-sync: 79 Definition: Invert the sync. 87 with respect to sync edge. 137 qcom,tdm-sync-mode = <1>: 138 qcom,tdm-sync-src = <1>; [all …]
|
/kernel/linux/linux-5.10/include/trace/events/ |
D | compaction.h | 108 unsigned long free_pfn, unsigned long zone_end, bool sync), 110 TP_ARGS(zone_start, migrate_pfn, free_pfn, zone_end, sync), 117 __field(bool, sync) 125 __entry->sync = sync; 133 __entry->sync ? "sync" : "async") 138 unsigned long free_pfn, unsigned long zone_end, bool sync, 141 TP_ARGS(zone_start, migrate_pfn, free_pfn, zone_end, sync, status), 148 __field(bool, sync) 157 __entry->sync = sync; 166 __entry->sync ? "sync" : "async",
|
/kernel/linux/linux-5.10/drivers/iio/imu/ |
D | adis16475.c | 83 const struct adis16475_sync *sync; member 604 .sync = adis16475_sync_mode, 619 .sync = adis16475_sync_mode, 634 .sync = adis16475_sync_mode, 649 .sync = adis16475_sync_mode, 664 .sync = adis16475_sync_mode, 679 .sync = adis16475_sync_mode, 694 .sync = adis16475_sync_mode, 709 .sync = adis16475_sync_mode, 724 .sync = adis16475_sync_mode, [all …]
|