/linux/drivers/gpu/drm/i915/selftests/ |
A D | i915_syncmap.c | 104 if (*sync) { in check_syncmap_free() 173 context, (*sync)->height, (*sync)->prefix); in check_one() 185 (*sync)->bitmap, hweight32((*sync)->bitmap)); in check_one() 189 err = check_seqno((*sync), ilog2((*sync)->bitmap), seqno); in check_one() 248 context, (*sync)->height, (*sync)->prefix); in check_leaf() 258 err = check_seqno((*sync), ilog2((*sync)->bitmap), seqno); in check_leaf() 427 context, sync->height, sync->prefix); in igt_syncmap_neighbours() 435 sync->bitmap, hweight32(sync->bitmap), in igt_syncmap_neighbours() 478 sync->height, sync->prefix); in igt_syncmap_compact() 484 sync = sync->parent; in igt_syncmap_compact() [all …]
|
/linux/tools/testing/selftests/powerpc/ptrace/ |
A D | child.h | 29 #define CHILD_FAIL_IF(x, sync) \ argument 34 (sync)->child_gave_up = true; \ 35 prod_parent(sync); \ 46 prod_child(sync); \ 55 prod_child(sync); \ 81 sem_destroy(&sync->sem_parent); in destroy_child_sync() 82 sem_destroy(&sync->sem_child); in destroy_child_sync() 96 return sync->child_gave_up; in wait_child() 104 ret = sem_post(&sync->sem_child); in prod_child() 118 ret = sem_wait(&sync->sem_child); in wait_parent() [all …]
|
/linux/arch/powerpc/platforms/powermac/ |
A D | cache.S | 45 sync 52 sync 58 sync 60 sync 81 sync 88 sync 91 sync 96 sync 123 sync 131 sync [all …]
|
/linux/arch/powerpc/kernel/ |
A D | l2cr_6xx.S | 100 sync 107 sync 118 sync 120 sync 156 sync 158 sync 182 sync 196 sync 198 sync 209 sync [all …]
|
A 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 …]
|
A D | misc_64.S | 46 sync 52 sync 57 sync 61 sync 67 sync 72 sync 85 sync 87 sync 93 sync 99 sync [all …]
|
A D | cpu_setup_6xx.S | 91 1: sync 93 sync 95 sync 106 sync 110 sync 149 sync 151 sync 177 sync 258 sync 268 sync [all …]
|
A D | misc_32.S | 121 sync 124 sync 149 sync 152 sync 168 sync 170 sync 187 sync 189 sync 192 sync 194 sync [all …]
|
/linux/drivers/clk/tegra/ |
A 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() 25 if (rate > sync->max_rate) in clk_sync_source_round_rate() 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() 68 sync->hw.init = &init; in tegra_clk_register_sync_source() 70 clk = clk_register(NULL, &sync->hw); in tegra_clk_register_sync_source() [all …]
|
/linux/tools/testing/selftests/kvm/ |
A D | memslot_perf_test.c | 255 struct sync_area *sync; in prepare_vm() local 323 sync = (typeof(sync))vm_gpa2hva(data, MEM_SYNC_GPA, NULL); in prepare_vm() 362 struct sync_area *sync = (typeof(sync))MEM_SYNC_GPA; in guest_spin_until_start() local 375 struct sync_area *sync = (typeof(sync))MEM_SYNC_GPA; in _guest_should_exit() local 401 struct sync_area *sync = (typeof(sync))MEM_SYNC_GPA; in guest_perform_sync() local 419 struct sync_area *sync = (typeof(sync))MEM_SYNC_GPA; in guest_code_test_memslot_move() local 447 struct sync_area *sync = (typeof(sync))MEM_SYNC_GPA; in guest_code_test_memslot_map() local 476 struct sync_area *sync = (typeof(sync))MEM_SYNC_GPA; in guest_code_test_memslot_unmap() local 767 sync = (typeof(sync))vm_gpa2hva(data, MEM_SYNC_GPA, NULL); in test_execute() 778 let_guest_run(sync); in test_execute() [all …]
|
/linux/arch/powerpc/platforms/52xx/ |
A D | mpc52xx_sleep.S | 25 sync 30 sync 73 sync 77 sync 82 sync 87 sync 94 sync 109 sync 115 sync 134 sync [all …]
|
A D | lite5200_sleep.S | 114 sync 118 sync 123 sync 136 sync 147 sync 157 sync 160 sync 162 sync 164 sync 173 sync [all …]
|
/linux/drivers/gpu/drm/radeon/ |
A D | radeon_sync.c | 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() 70 other = sync->sync_to[fence->ring]; in radeon_sync_fence() 74 other = sync->last_vm_update; in radeon_sync_fence() 90 struct radeon_sync *sync, in radeon_sync_resv() argument 104 radeon_sync_fence(sync, fence); in radeon_sync_resv() 117 radeon_sync_fence(sync, fence); in radeon_sync_resv() 138 struct radeon_sync *sync, in radeon_sync_rings() argument 169 sync->semaphores[count++] = semaphore; in radeon_sync_rings() [all …]
|
A 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()
|
A D | evergreen_dma.c | 113 struct radeon_sync sync; in evergreen_copy_dma() local 120 radeon_sync_create(&sync); in evergreen_copy_dma() 127 radeon_sync_free(rdev, &sync, NULL); in evergreen_copy_dma() 131 radeon_sync_resv(rdev, &sync, resv, false); in evergreen_copy_dma() 132 radeon_sync_rings(rdev, &sync, ring->idx); in evergreen_copy_dma() 151 radeon_sync_free(rdev, &sync, NULL); in evergreen_copy_dma() 156 radeon_sync_free(rdev, &sync, fence); in evergreen_copy_dma()
|
/linux/drivers/gpu/drm/amd/amdgpu/ |
A D | amdgpu_sync.c | 51 void amdgpu_sync_create(struct amdgpu_sync *sync) in amdgpu_sync_create() argument 53 hash_init(sync->fences); in amdgpu_sync_create() 54 sync->last_vm_update = NULL; in amdgpu_sync_create() 162 if (amdgpu_sync_add_later(sync, f)) in amdgpu_sync_fence() 169 hash_add(sync->fences, &e->node, f->context); in amdgpu_sync_fence() 188 return amdgpu_sync_fence(sync, fence); in amdgpu_sync_vm_fence() 270 r = amdgpu_sync_fence(sync, f); in amdgpu_sync_resv() 287 r = amdgpu_sync_fence(sync, f); in amdgpu_sync_resv() 311 hash_for_each_safe(sync->fences, i, tmp, e, node) { in amdgpu_sync_peek_fence() 428 void amdgpu_sync_free(struct amdgpu_sync *sync) in amdgpu_sync_free() argument [all …]
|
A 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);
|
/linux/arch/parisc/kernel/ |
A D | perf_asm.S | 163 sync 199 sync 211 sync 223 sync 307 sync 331 sync 343 sync 391 sync 403 sync 415 sync [all …]
|
/linux/arch/powerpc/platforms/44x/ |
A D | misc_44x.S | 18 sync 20 sync 23 sync 25 sync 32 sync 34 sync 37 sync 39 sync
|
/linux/drivers/gpu/drm/sti/ |
A D | sti_vtg.c | 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() 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 258 vtg_set_hsync_vsync_pos(&sync[VTG_SYNC_ID_HDDCS - 1], 0, mode); in vtg_set_mode() 268 writel(sync[i].hsync, in vtg_set_mode() 270 writel(sync[i].vsync_line_top, in vtg_set_mode() 272 writel(sync[i].vsync_line_bot, in vtg_set_mode() 274 writel(sync[i].vsync_off_top, in vtg_set_mode() [all …]
|
/linux/arch/mips/alchemy/common/ |
A D | sleeper.S | 74 sync 76 sync 103 sync 105 sync 107 sync 129 sync 131 sync 146 sync 175 sync 181 sync [all …]
|
/linux/net/caif/ |
A 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 …]
|
/linux/include/trace/events/ |
A 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",
|
/linux/Documentation/devicetree/bindings/sound/ |
A D | qcom,q6dsp-lpass-ports.yaml | 56 qcom,tdm-sync-mode: 61 0 = Short sync bit mode 62 1 = Long sync mode 63 2 = Short sync slot mode 65 qcom,tdm-sync-src: 81 qcom,tdm-invert-sync: 85 TDM Invert the sync 103 width in case of sample bit width is 24TDM Invert the sync. 121 - qcom,tdm-sync-mode 122 - qcom,tdm-sync-src [all …]
|
/linux/drivers/iio/imu/ |
A D | adis16475.c | 669 .sync = adis16475_sync_mode, 684 .sync = adis16475_sync_mode, 699 .sync = adis16475_sync_mode, 714 .sync = adis16475_sync_mode, 729 .sync = adis16475_sync_mode, 744 .sync = adis16475_sync_mode, 759 .sync = adis16475_sync_mode, 774 .sync = adis16475_sync_mode, 789 .sync = adis16475_sync_mode, 1148 sync = &st->info->sync[sync_mode]; in adis16475_config_sync_mode() [all …]
|