/kernel/linux/linux-5.10/kernel/ |
H A D | signal.c | 711 struct sigqueue *q, *sync = NULL; in dequeue_synchronous_signal() local 726 sync = q; in dequeue_synchronous_signal() 736 if (q->info.si_signo == sync->info.si_signo) in dequeue_synchronous_signal() 740 sigdelset(&pending->signal, sync->info.si_signo); in dequeue_synchronous_signal() 743 list_del_init(&sync->list); in dequeue_synchronous_signal() 744 copy_siginfo(info, &sync->info); in dequeue_synchronous_signal() 745 __sigqueue_free(sync); in dequeue_synchronous_signal()
|
/kernel/linux/linux-6.6/drivers/staging/vc04_services/interface/vchiq_arm/ |
H A D | vchiq_core.c | 1534 service->sync = 0; in parse_open() 1537 if (service->sync) { in parse_open() 2019 /* Called by the sync thread */ 2085 service->sync = 1; in sync_func() 2278 snprintf(threadname, sizeof(threadname), "vchiq-sync/%d", state->id); in vchiq_init_state() 2550 if (service->sync) { in release_service_messages() 2756 if (service->sync) in vchiq_close_service_internal() 2764 if (service->sync) in vchiq_close_service_internal() 3379 service->sync = value; in vchiq_set_service_option()
|
/kernel/linux/linux-6.6/drivers/video/fbdev/savage/ |
H A D | savagefb_driver.c | 151 if (!(timings->sync & FB_SYNC_HOR_HIGH_ACT)) in vgaHWInit() 154 if (!(timings->sync & FB_SYNC_VERT_HIGH_ACT)) in vgaHWInit() 860 var->sync = modedb->sync; in savage_update_var() 999 timings.sync = var->sync; in savagefb_decode_var() 1680 .sync = FB_SYNC_HOR_HIGH_ACT | FB_SYNC_VERT_HIGH_ACT,
|
/kernel/linux/linux-6.6/drivers/firewire/ |
H A D | ohci.c | 172 u8 sync; member 3087 s32 cycle, u32 sync, u32 tags) in ohci_start_iso() 3116 match = (tags << 28) | (sync << 8) | ctx->base.channel; in ohci_start_iso() 3127 ctx->sync = sync; in ohci_start_iso() 3237 ohci_start_iso(&ctx->base, 0, ctx->sync, ctx->tags); in ohci_resume_iso_dma() 3243 ohci_start_iso(&ctx->base, 0, ctx->sync, ctx->tags); in ohci_resume_iso_dma() 3086 ohci_start_iso(struct fw_iso_context *base, s32 cycle, u32 sync, u32 tags) ohci_start_iso() argument
|
/kernel/linux/linux-6.6/kernel/ |
H A D | signal.c | 720 struct sigqueue *q, *sync = NULL; in dequeue_synchronous_signal() local 735 sync = q; in dequeue_synchronous_signal() 745 if (q->info.si_signo == sync->info.si_signo) in dequeue_synchronous_signal() 749 sigdelset(&pending->signal, sync->info.si_signo); in dequeue_synchronous_signal() 752 list_del_init(&sync->list); in dequeue_synchronous_signal() 753 copy_siginfo(info, &sync->info); in dequeue_synchronous_signal() 754 __sigqueue_free(sync); in dequeue_synchronous_signal()
|
/third_party/skia/third_party/externals/tint/src/reader/wgsl/ |
H A D | parser_impl.cc | 56 /// Controls the maximum number of times we'll call into the sync() and 61 /// The maximum number of tokens to look ahead to try and sync the 366 auto decl = sync(Token::Type::kSemicolon, [&]() -> Maybe<bool> { in expect_global_decl() 1297 auto member = sync(Token::Type::kSemicolon, in expect_struct_body_decl() 1351 // sync. in function_decl() 1604 sync(Token::Type::kSemicolon, [&] { return non_block_statement(); }); in statement() 2245 auto res = sync( 2940 return sync(Token::Type::kAttrRight, [&]() -> Expect<bool> { 3312 return sync(end, [&]() -> T { 3344 T ParserImpl::sync(Toke [all...] |
/kernel/linux/linux-5.10/drivers/media/dvb-frontends/cxd2880/ |
H A D | cxd2880_top.c | 1306 u8 sync = 0; in cxd2880_read_status() local 1325 &sync, in cxd2880_read_status() 1330 &sync, in cxd2880_read_status() 1345 if (sync == 6) { in cxd2880_read_status()
|
/kernel/linux/linux-5.10/drivers/media/platform/ |
H A D | aspeed-video.c | 769 u32 sync; in aspeed_video_get_resolution() local 814 sync = aspeed_video_read(video, VE_SYNC_STATUS); in aspeed_video_get_resolution() 823 det->vsync = (sync & VE_SYNC_STATUS_VSYNC) >> in aspeed_video_get_resolution() 833 det->hsync = sync & VE_SYNC_STATUS_HSYNC; in aspeed_video_get_resolution()
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/wil6210/ |
H A D | main.c | 1454 void wil_abort_scan(struct wil6210_vif *vif, bool sync) in wil_abort_scan() argument 1471 if (!rc && sync) in wil_abort_scan() 1483 void wil_abort_scan_all_vifs(struct wil6210_priv *wil, bool sync) in wil_abort_scan_all_vifs() argument 1493 wil_abort_scan(vif, sync); in wil_abort_scan_all_vifs()
|
/kernel/linux/linux-5.10/drivers/video/fbdev/via/ |
H A D | hw.c | 138 [7] sync enable */ 1737 if (!(var->sync & FB_SYNC_HOR_HIGH_ACT)) in get_sync() 1739 if (!(var->sync & FB_SYNC_VERT_HIGH_ACT)) in get_sync() 2118 var->sync = mode->sync; in viafb_fill_var_timing_info()
|
/kernel/linux/linux-5.10/drivers/video/fbdev/riva/ |
H A D | fbdev.c | 770 if (info->var.sync & FB_SYNC_HOR_HIGH_ACT) in riva_load_video_mode() 774 if (info->var.sync & FB_SYNC_VERT_HIGH_ACT) in riva_load_video_mode() 838 var->sync = modedb->sync; in riva_update_var() 1249 vesa = CRTCin(par, 0x1a) & ~0xc0; /* sync on/off */ in rivafb_blank()
|
/kernel/linux/linux-5.10/sound/core/ |
H A D | pcm_lib.c | 493 * snd_pcm_set_sync - set the PCM sync id 496 * Sets the PCM sync identifier for the card. 502 runtime->sync.id32[0] = substream->pcm->card->number; in snd_pcm_set_sync() 503 runtime->sync.id32[1] = -1; in snd_pcm_set_sync() 504 runtime->sync.id32[2] = -1; in snd_pcm_set_sync() 505 runtime->sync.id32[3] = -1; in snd_pcm_set_sync()
|
/kernel/linux/linux-5.10/fs/zonefs/ |
H A D | super.c | 439 * (which can be out of sync with the drive due to partial write failures). 888 bool sync = is_sync_kiocb(iocb); in zonefs_file_dio_write() local 897 if (zi->i_ztype == ZONEFS_ZTYPE_SEQ && !sync && in zonefs_file_dio_write() 928 append = sync; in zonefs_file_dio_write() 935 &zonefs_write_dio_ops, sync); in zonefs_file_dio_write() 1425 * to ensure that the initial number of open zones is 0, in sync with in zonefs_init_file_inode()
|
/kernel/linux/linux-6.6/drivers/media/dvb-frontends/cxd2880/ |
H A D | cxd2880_top.c | 1306 u8 sync = 0; in cxd2880_read_status() local 1325 &sync, in cxd2880_read_status() 1330 &sync, in cxd2880_read_status() 1345 if (sync == 6) { in cxd2880_read_status()
|
/kernel/linux/linux-6.6/drivers/video/fbdev/via/ |
H A D | hw.c | 138 [7] sync enable */ 1737 if (!(var->sync & FB_SYNC_HOR_HIGH_ACT)) in get_sync() 1739 if (!(var->sync & FB_SYNC_VERT_HIGH_ACT)) in get_sync() 2118 var->sync = mode->sync; in viafb_fill_var_timing_info()
|
/kernel/linux/linux-6.6/drivers/video/fbdev/riva/ |
H A D | fbdev.c | 765 if (info->var.sync & FB_SYNC_HOR_HIGH_ACT) in riva_load_video_mode() 769 if (info->var.sync & FB_SYNC_VERT_HIGH_ACT) in riva_load_video_mode() 833 var->sync = modedb->sync; in riva_update_var() 1243 vesa = CRTCin(par, 0x1a) & ~0xc0; /* sync on/off */ in rivafb_blank()
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/wil6210/ |
H A D | main.c | 1454 void wil_abort_scan(struct wil6210_vif *vif, bool sync) in wil_abort_scan() argument 1471 if (!rc && sync) in wil_abort_scan() 1483 void wil_abort_scan_all_vifs(struct wil6210_priv *wil, bool sync) in wil_abort_scan_all_vifs() argument 1493 wil_abort_scan(vif, sync); in wil_abort_scan_all_vifs()
|
/kernel/linux/linux-6.6/sound/core/ |
H A D | pcm_lib.c | 519 * snd_pcm_set_sync - set the PCM sync id 522 * Sets the PCM sync identifier for the card. 528 runtime->sync.id32[0] = substream->pcm->card->number; in snd_pcm_set_sync() 529 runtime->sync.id32[1] = -1; in snd_pcm_set_sync() 530 runtime->sync.id32[2] = -1; in snd_pcm_set_sync() 531 runtime->sync.id32[3] = -1; in snd_pcm_set_sync()
|
/third_party/mesa3d/src/gallium/frontends/lavapipe/ |
H A D | lvp_device.c | 238 device->sync_types[1] = &device->sync_timeline_type.sync; in lvp_physical_device_init() 1459 struct lvp_pipe_sync *sync = in lvp_queue_submit() local 1460 vk_sync_as_lvp_pipe_sync(submit->signals[i].sync); in lvp_queue_submit() 1461 lvp_pipe_sync_signal_with_fence(queue->device, sync, queue->last_fence); in lvp_queue_submit()
|
/third_party/node/deps/undici/src/lib/ |
H A D | client.js | 1334 function resume (client, sync) { 1341 _resume(client, sync) 1351 function _resume (client, sync) { 1395 if (sync) {
|
/kernel/linux/linux-5.10/arch/powerpc/kernel/ |
H A D | exceptions-64s.S | 2682 sync 2698 sync 2948 sync 2967 sync 3068 sync
|
/kernel/linux/linux-6.6/arch/powerpc/kernel/ |
H A D | exceptions-64s.S | 2658 sync 2674 sync 2932 sync 2951 sync 3052 sync
|
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | aha152x.c | 342 static int sync[] = {1, 1}; variable 343 module_param_array(sync, int, NULL, 0); 344 MODULE_PARM_DESC(sync,"use synchronous transfers"); 3145 setup[setup_count].synchronous = sync[0]; in aha152x_init() 3153 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", in aha152x_init() 3182 setup[setup_count].synchronous = sync[1]; in aha152x_init() 3189 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", in aha152x_init()
|
/kernel/linux/linux-5.10/drivers/video/fbdev/i810/ |
H A D | i810_main.c | 148 static bool sync; variable 1776 if (sync) in i810_init_defaults() 1974 else if (!strncmp(this_opt, "sync", 4)) in i810fb_setup() 1975 sync = true; in i810fb_setup() 2197 module_param(sync, bool, 0); 2198 MODULE_PARM_DESC(sync, "wait for accel engine to finish drawing"
|
/kernel/linux/linux-5.10/drivers/video/fbdev/aty/ |
H A D | radeon_base.c | 1646 u32 sync, h_sync_pol, v_sync_pol, dotClock, pixClock; in radeonfb_set_par() local 1673 sync = mode->sync; in radeonfb_set_par() 1674 h_sync_pol = sync & FB_SYNC_HOR_HIGH_ACT ? 0 : 1; in radeonfb_set_par() 1675 v_sync_pol = sync & FB_SYNC_VERT_HIGH_ACT ? 0 : 1; in radeonfb_set_par()
|