Home
last modified time | relevance | path

Searched refs:stop (Results 2451 - 2475 of 3055) sorted by relevance

1...<<919293949596979899100>>...123

/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath9k/
H A Dxmit.c1059 goto stop; in ath_tx_form_aggr()
1064 goto stop; in ath_tx_form_aggr()
1095 stop: in ath_tx_form_aggr()
1956 "Failed to stop TX DMA, queues=0x%03x!\n", npend); in ath_drain_all_txq()
/kernel/linux/linux-6.6/drivers/net/wireless/legacy/
H A Drndis_wlan.c3592 .stop = rndis_wlan_stop,
3607 .stop = rndis_wlan_stop,
3622 .stop = rndis_wlan_stop,
/kernel/linux/linux-6.6/drivers/scsi/qedf/
H A Dqedf_main.c3700 qed_ops->stop(qedf->cdev); in __qedf_probe()
3766 qed_ops->ll2->stop(qedf->cdev); in __qedf_remove()
3800 * Now that all connections have been uploaded we can stop the in __qedf_remove()
3803 qed_ops->stop(qedf->cdev); in __qedf_remove()
/third_party/node/deps/v8/src/compiler/backend/loong64/
H A Dcode-generator-loong64.cc762 __ stop(); in AssembleArchInstruction()
1988 __ stop(); in AssembleArchTrap()
2285 __ stop(); in AssembleConstructFrame()
/third_party/python/Lib/test/
H A Dtest_math.py81 def partial_product(start, stop):
82 """Product of integers in range(start, stop, 2), computed recursively.
83 start and stop should both be odd, with start <= stop.
86 numfactors = (stop - start) >> 1
93 return partial_product(start, mid) * partial_product(mid, stop)
H A Dtest_functools.py1695 stop = threading.Barrier(n+1)
1705 stop.wait(10)
1710 stop.reset()
1713 stop.wait(10)
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/
H A Dgfx_v7_0.c2769 * gfx_v7_0_cp_compute_fini - stop the compute queues
3459 * gfx_v7_0_rlc_stop - stop the RLC ME
3527 adev->gfx.rlc.funcs->stop(adev); in gfx_v7_0_rlc_resume()
4230 .stop = gfx_v7_0_rlc_stop,
4594 adev->gfx.rlc.funcs->stop(adev); in gfx_v7_0_hw_fini()
4678 /* stop the rlc */ in gfx_v7_0_soft_reset()
4679 adev->gfx.rlc.funcs->stop(adev); in gfx_v7_0_soft_reset()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/
H A Dgfx_v7_0.c2701 * gfx_v7_0_cp_compute_fini - stop the compute queues
3393 * gfx_v7_0_rlc_stop - stop the RLC ME
3461 adev->gfx.rlc.funcs->stop(adev); in gfx_v7_0_rlc_resume()
4169 .stop = gfx_v7_0_rlc_stop,
4534 adev->gfx.rlc.funcs->stop(adev); in gfx_v7_0_hw_fini()
4618 /* stop the rlc */ in gfx_v7_0_soft_reset()
4619 adev->gfx.rlc.funcs->stop(adev); in gfx_v7_0_soft_reset()
/kernel/linux/linux-6.6/tools/perf/util/
H A Dintel-pt.c191 bool stop; member
504 if (ptq->stop) { in intel_pt_get_trace()
526 ptq->stop = true; in intel_pt_get_trace()
965 filt->start ? "filter" : "stop", in intel_pt_match_pgd_ip()
2898 /* No next time range, so stop decoding */ in intel_pt_time_filter()
3123 ptq->stop = false; in intel_pt_process_timeless_sample()
/third_party/node/deps/v8/src/builtins/arm/
H A Dbuiltins-arm.cc946 __ stop(); in MaybeOptimizeCode()
2783 __ stop(); in Generate_CEntry()
2812 __ stop(); in Generate_CEntry()
3538 __ stop(); in Generate_DeoptimizationEntry()
/third_party/node/deps/v8/src/builtins/s390/
H A Dbuiltins-s390.cc1236 __ stop(); in MaybeOptimizeCode()
3087 __ stop(); in Generate_CEntry()
3621 __ stop(); in Generate_DirectCEntry()
3840 __ stop(); in Generate_DeoptimizationEntry()
/third_party/node/deps/v8/src/codegen/ppc/
H A Dmacro-assembler-ppc.cc664 stop(); in RecordWriteField()
2066 stop(); in CallRecordWriteStub()
3756 void TurboAssembler::Trap() { stop(); } in CallRecordWriteStub()
3757 void TurboAssembler::DebugBreak() { stop(); } in CallRecordWriteStub()
/kernel/linux/linux-5.10/drivers/net/usb/
H A Dr8152.c3422 /* Clear the bp to stop the firmware before loading a new one */
3783 struct fw_block *stop = NULL; in rtl8152_check_firmware() local
3840 if (start || phy_nc || stop) { in rtl8152_check_firmware()
3855 if (stop || !start) { in rtl8152_check_firmware()
3867 stop = block; in rtl8152_check_firmware()
3870 if (!start || stop) { in rtl8152_check_firmware()
3901 if ((phy_nc || start) && !stop) { in rtl8152_check_firmware()
/kernel/linux/linux-5.10/drivers/s390/block/
H A Ddasd_eckd.c3264 * There are 3 conditions where we stop counting: in dasd_eckd_count_records()
3779 int stop, step; in dasd_eckd_release_space_trks() local
3796 stop = cur_pos + step - in dasd_eckd_release_space_trks()
3798 if (stop > to) in dasd_eckd_release_space_trks()
3799 stop = to; in dasd_eckd_release_space_trks()
3801 cqr = dasd_eckd_dso_ras(device, NULL, NULL, cur_pos, stop, 1); in dasd_eckd_release_space_trks()
3816 cur_pos = stop + 1; in dasd_eckd_release_space_trks()
/kernel/linux/linux-6.6/drivers/s390/block/
H A Ddasd_eckd.c3352 * There are 3 conditions where we stop counting: in dasd_eckd_count_records()
3894 int stop, step; in dasd_eckd_release_space_trks() local
3911 stop = cur_pos + step - in dasd_eckd_release_space_trks()
3913 if (stop > to) in dasd_eckd_release_space_trks()
3914 stop = to; in dasd_eckd_release_space_trks()
3916 cqr = dasd_eckd_dso_ras(device, NULL, NULL, cur_pos, stop, 1); in dasd_eckd_release_space_trks()
3931 cur_pos = stop + 1; in dasd_eckd_release_space_trks()
6216 * for paranoia stop device and requeue requests again in dasd_eckd_copy_pair_swap()
/third_party/node/deps/v8/src/codegen/mips64/
H A Dmacro-assembler-mips64.cc162 stop(); in RecordWriteField()
5256 void TurboAssembler::Trap() { stop(); } in CallRecordWriteStub()
5257 void TurboAssembler::DebugBreak() { stop(); } in CallRecordWriteStub()
5284 stop(); in CallRecordWriteStub()
5531 stop(); in CallRecordWriteStub()
5995 stop(); in CallRecordWriteStub()
/third_party/node/deps/v8/src/codegen/mips/
H A Dmacro-assembler-mips.cc166 stop(); in RecordWriteField()
4722 void TurboAssembler::Trap() { stop(); } in CallRecordWriteStub()
4723 void TurboAssembler::DebugBreak() { stop(); } in CallRecordWriteStub()
4750 stop(); in CallRecordWriteStub()
4993 stop(); in CallRecordWriteStub()
5446 stop(); in CallRecordWriteStub()
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H A Dcanvas_component.cpp1887 float stop = FloatOf(args[ArgsIndex::IDX_0]); in AddColorStop() local
1899 component->paint_.addColorStop(stop, colorStop); in AddColorStop()
/kernel/linux/linux-5.10/drivers/atm/
H A Dhe.c1557 if (he_dev->atm_dev->phy && he_dev->atm_dev->phy->stop) in he_stop()
1558 he_dev->atm_dev->phy->stop(he_dev->atm_dev); in he_stop()
2390 * ... the host must first stop queueing packets to the TPDRQ in he_close()
/kernel/linux/linux-5.10/drivers/scsi/
H A Desp_scsi.c183 int stop = idx; in esp_dump_cmd_log() local
198 } while (idx != stop); in esp_dump_cmd_log()
824 * and stop instead. in esp_maybe_execute_command()
/kernel/linux/linux-5.10/drivers/tty/
H A Dtty_io.c755 * @tty: tty to stop
775 if (tty->ops->stop) in __stop_tty()
776 tty->ops->stop(tty); in __stop_tty()
/kernel/linux/linux-5.10/net/sched/
H A Dsch_cake.c3064 if (arg->stop) in cake_walk()
3077 arg->stop = 1; in cake_walk()
/kernel/linux/linux-5.10/fs/reiserfs/
H A Dinode.c3159 unsigned int stop = offset + length; in reiserfs_invalidatepage() local
3177 if (next_off > stop) in reiserfs_invalidatepage()
/kernel/linux/linux-5.10/net/ipv4/
H A Digmp.c2879 .stop = igmp_mc_seq_stop,
3012 .stop = igmp_mcf_seq_stop,
/kernel/linux/linux-5.10/net/ipv6/
H A Dmcast.c2537 /* Should stop timer after group drop. or we will in ipv6_mc_down()
2770 .stop = igmp6_mc_seq_stop,
2911 .stop = igmp6_mcf_seq_stop,

Completed in 125 milliseconds

1...<<919293949596979899100>>...123