/third_party/node/deps/v8/src/codegen/loong64/ |
H A D | macro-assembler-loong64.cc | 3379 void TurboAssembler::Trap() { stop(); } in CallRecordWriteStub() 3380 void TurboAssembler::DebugBreak() { stop(); } in CallRecordWriteStub() 3407 stop(); in CallRecordWriteStub() 3653 stop(); in CallRecordWriteStub() 3983 stop(); in CallRecordWriteStub()
|
/third_party/mesa3d/src/gallium/frontends/nine/ |
H A D | device9.c | 3057 uint32_t start, stop; in NineDevice9_DrawIndexedPrimitive() local 3060 stop = This->state.vtxbuf[i].buffer_offset+(MinVertexIndex+NumVertices+BaseVertexIndex)*stride; in NineDevice9_DrawIndexedPrimitive() 3061 stop = MIN2(stop, full_size); in NineDevice9_DrawIndexedPrimitive() 3063 start, stop-start); in NineDevice9_DrawIndexedPrimitive()
|
/kernel/linux/linux-5.10/kernel/events/ |
H A D | core.c | 2598 * visible. This allows perf_event_{stop,read}() to observe the correct in event_sched_in() 3123 * so we need to check again lest we try to stop another CPU's event. in __perf_event_stop() 3128 event->pmu->stop(event, PERF_EF_UPDATE); in __perf_event_stop() 3131 * May race with the actual stop (through perf_pmu_output_stop()), in __perf_event_stop() 3300 /* update (and stop) ctx time */ in ctx_sched_out() 3622 * We stop each event and update the event value in event->count. 4079 event->pmu->stop(event, PERF_EF_UPDATE); in perf_adjust_period() 4133 * stop the event and update event->count in perf_adjust_freq_unthr_context() 4135 event->pmu->stop(event, PERF_EF_UPDATE); in perf_adjust_freq_unthr_context() 5565 event->pmu->stop(even in __perf_event_period() [all...] |
/kernel/linux/linux-6.6/kernel/events/ |
H A D | core.c | 2532 * visible. This allows perf_event_{stop,read}() to observe the correct in event_sched_in() 3055 * so we need to check again lest we try to stop another CPU's event. in __perf_event_stop() 3060 event->pmu->stop(event, PERF_EF_UPDATE); in __perf_event_stop() 3063 * May race with the actual stop (through perf_pmu_output_stop()), in __perf_event_stop() 3312 /* update (and stop) ctx time */ in ctx_sched_out() 3660 * We stop each event and update the event value in event->count. 4117 event->pmu->stop(event, PERF_EF_UPDATE); in perf_adjust_period() 4171 * stop the event and update event->count in perf_adjust_freq_unthr_context() 4173 event->pmu->stop(event, PERF_EF_UPDATE); in perf_adjust_freq_unthr_context() 5789 event->pmu->stop(even in __perf_event_period() [all...] |
/kernel/linux/linux-5.10/arch/s390/kernel/ |
H A D | entry.S | 1250 jm 1f # negative -> skip source stop 1256 2: sigp %r4,%r3,SIGP_STOP # sigp stop to current cpu
|
H A D | perf_cpum_sf.c | 242 * If there is not enough memory, stop the realloc process in realloc_sampling_buffer() 1141 event->pmu->stop(event, 0); in perf_push_sample() 2050 .stop = cpumsf_pmu_stop,
|
/kernel/linux/linux-5.10/block/ |
H A D | genhd.c | 1163 /* stop is called even after start failed :-( */ in disk_seqf_stop() 1210 .stop = disk_seqf_stop, 1677 .stop = disk_seqf_stop,
|
/kernel/linux/linux-5.10/drivers/cpufreq/ |
H A D | cpufreq.c | 2360 if (policy->governor->stop) in cpufreq_stop_governor() 2361 policy->governor->stop(policy); in cpufreq_stop_governor()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdkfd/ |
H A D | kfd_device_queue_manager.c | 1869 dqm->ops.stop = stop_cpsch; in device_queue_manager_init() 1888 dqm->ops.stop = stop_nocpsch; in device_queue_manager_init()
|
/kernel/linux/linux-6.6/arch/s390/kernel/ |
H A D | perf_cpum_sf.c | 294 * If there is not enough memory, stop the realloc process in realloc_sampling_buffer() 1173 event->pmu->stop(event, 0); in perf_push_sample() 2076 .stop = cpumsf_pmu_stop,
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/swsmu/ |
H A D | amdgpu_smu.c | 1201 adev->gfx.rlc.funcs->stop) in smu_disable_dpms() 1202 adev->gfx.rlc.funcs->stop(adev); in smu_disable_dpms()
|
/kernel/linux/linux-5.10/drivers/input/ |
H A D | input.c | 682 * want to stop receive events from given input device. 1225 .stop = input_seq_stop, 1288 .stop = input_seq_stop, 2364 * it @data and stop when @fn returns a non-zero value. The function is
|
/kernel/linux/linux-5.10/drivers/media/pci/ivtv/ |
H A D | ivtv-ioctl.c | 270 dc->stop.pts = 0; in ivtv_video_command() 278 return ivtv_stop_v4l2_decode_stream(s, dc->flags, dc->stop.pts); in ivtv_video_command()
|
/kernel/linux/linux-5.10/drivers/mmc/host/ |
H A D | mmci.c | 1343 if (!data->stop) { in mmci_data_irq() 1351 mmci_start_command(host, data->stop, 0); in mmci_data_irq()
|
H A D | omap.c | 438 mmc_omap_start_command(host, data->stop); in mmc_omap_send_stop_work() 455 if (!data->stop) { in mmc_omap_xfer_done()
|
/kernel/linux/linux-5.10/drivers/hwtracing/coresight/ |
H A D | coresight-etm4x-core.c | 544 * Check if the start/stop logic was active when the unit was stopped. in etm4_disable_perf() 545 * That way we can re-enable the start/stop logic when the process is in etm4_disable_perf() 546 * scheduled again. Configuration of the start/stop logic happens in in etm4_disable_perf() 880 u64 start, u64 stop, int comparator) in etm4_set_comparator_filter() 890 config->addr_val[comparator + 1] = stop; in etm4_set_comparator_filter() 927 * while those configured to stop tracing from 16 to 16 + n-1. in etm4_set_start_stop_filter() 939 * TRCVICTLR::SSSTATUS == 1, the start-stop logic is in etm4_set_default_filter() 945 /* No start-stop filtering for ViewInst */ in etm4_set_default_filter() 992 /* Start/stop address can have odd indexes */ in etm4_get_next_comparator() 1043 * TRCVICTLR::SSSTATUS == 1, the start-stop logi in etm4_set_event_filters() 879 etm4_set_comparator_filter(struct etmv4_config *config, u64 start, u64 stop, int comparator) etm4_set_comparator_filter() argument [all...] |
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtl818x/rtl8180/ |
H A D | dev.c | 157 * limited by the fact that I had to stop the mac80211 queue whenever one of 934 /* stop unused queus (no dma alloc) */ in rtl8180_init_hw() 976 /* stop unused queus (no dma alloc) */ in rtl8180_init_hw() 1265 priv->rf->stop(dev); in rtl8180_stop() 1611 .stop = rtl8180_stop,
|
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtl818x/rtl8187/ |
H A D | dev.c | 1036 priv->rf->stop(dev); in rtl8187_stop() 1164 * card will stop work until next reset in rtl8187_config() 1381 .stop = rtl8187_stop,
|
/kernel/linux/linux-5.10/drivers/net/ipa/ |
H A D | gsi.c | 520 dev_err(dev, "bad channel state %u before stop\n", state); in gsi_channel_stop_command() 531 /* We may have to try again if stop is in progress */ in gsi_channel_stop_command() 535 dev_err(dev, "bad channel state %u after stop\n", state); in gsi_channel_stop_command() 850 /* Stop a STARTED channel for suspend (using stop if requested) */ 851 int gsi_channel_suspend(struct gsi *gsi, u32 channel_id, bool stop) in gsi_channel_suspend() argument 855 if (stop) in gsi_channel_suspend()
|
/kernel/linux/linux-5.10/drivers/net/usb/ |
H A D | usbnet.c | 638 /* stop rx if packet error rate is high */ in rx_complete() 807 "stop stats: rx/tx %lu/%lu, errs %lu/%lu\n", in usbnet_stop() 813 /* allow minidriver to stop correctly (wireless devices to turn off in usbnet_stop() 815 if (info->stop) { in usbnet_stop() 816 retval = info->stop(dev); in usbnet_stop() 819 "stop fail (%d) usbnet usb-%s-%s, %s\n", in usbnet_stop() 834 /* deferred work (timer, softirq, task) must also stop */ in usbnet_stop() 1909 * we cannot race against stop in usbnet_resume()
|
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | wd33c93.c | 822 * to stop; do that here if D_DMA_RUNNING is true. in wd33c93_intr() 1928 dma_setup_t setup, dma_stop_t stop, int clock_freq) in wd33c93_init() 1945 hostdata->dma_stop = stop; in wd33c93_init() 1927 wd33c93_init(struct Scsi_Host *instance, const wd33c93_regs regs, dma_setup_t setup, dma_stop_t stop, int clock_freq) wd33c93_init() argument
|
/kernel/linux/linux-5.10/drivers/usb/core/ |
H A D | hcd.c | 2860 hcd->driver->stop(hcd); in usb_add_hcd() 2890 * invoking the HCD's stop() method. 2939 hcd->driver->stop(hcd); in usb_remove_hcd() 2942 /* In case the HCD restarted the timer, stop it again. */ in usb_remove_hcd()
|
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/ |
H A D | goku_udc.c | 599 stop: in dma_advance() 633 goto stop; in dma_advance()
|
/kernel/linux/linux-5.10/net/sched/ |
H A D | sch_htb.c | 1542 if (arg->stop) in htb_walk() 1552 arg->stop = 1; in htb_walk()
|
H A D | sch_hfsc.c | 1361 if (arg->stop) in hfsc_walk() 1372 arg->stop = 1; in hfsc_walk()
|