Home
last modified time | relevance | path

Searched refs:stop (Results 2676 - 2700 of 3060) sorted by relevance

1...<<101102103104105106107108109110>>...123

/third_party/skia/third_party/externals/swiftshader/tests/ReactorUnitTests/
H A DReactorUnitTests.cpp3515 std::string stop()
3608 auto output = split(capture.stop());
3691 auto output = split(capture.stop());
/third_party/python/Lib/test/
H A Dtest_zipfile.py420 if count == stop:
425 stop = 0
437 stop += 1
H A Dtest_collections.py1929 for stop in range(-3, len(nativeseq) + 3):
1931 nativeseq, seqseq, (letter, start, stop))
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/DartARM32/
H A Dassembler_arm.cc28 DEFINE_FLAG(bool, print_stop_message, true, "Print stop message.");
3361 Label stop;
3362 b(&stop);
3364 Bind(&stop);
/kernel/linux/linux-5.10/drivers/atm/
H A Diphase.c3233 if (dev->phy && dev->phy->stop)
3234 dev->phy->stop(dev);
H A Dnicstar.c210 if (card->atmdev->phy && card->atmdev->phy->stop) in nicstar_remove_one()
211 card->atmdev->phy->stop(card->atmdev); in nicstar_remove_one()
/kernel/linux/linux-5.10/net/sched/
H A Dcls_api.c2522 arg.w.stop = 0; in tcf_chain_dump()
2530 if (arg.w.stop) in tcf_chain_dump()
/kernel/linux/linux-5.10/net/ipv4/
H A Droute.c233 .stop = rt_cache_seq_stop,
323 .stop = rt_cpu_seq_stop,
884 * with exponential backoff, then we stop sending them at all,
H A Dudp.c3106 .stop = bpf_iter_udp_seq_stop,
3114 .stop = udp_seq_stop,
H A Dipmr.c2944 .stop = ipmr_vif_seq_stop,
3004 .stop = mr_mfc_seq_stop,
/kernel/linux/linux-5.10/net/netfilter/
H A Dnf_conntrack_netlink.c307 (tstamp->stop != 0 && nla_put_be64(skb, CTA_TIMESTAMP_STOP, in ctnetlink_dump_timestamp()
308 cpu_to_be64(tstamp->stop), in ctnetlink_dump_timestamp()
/kernel/linux/linux-6.6/drivers/atm/
H A Diphase.c3234 if (dev->phy && dev->phy->stop)
3235 dev->phy->stop(dev);
H A Dnicstar.c212 if (card->atmdev->phy && card->atmdev->phy->stop) in nicstar_remove_one()
213 card->atmdev->phy->stop(card->atmdev); in nicstar_remove_one()
/kernel/linux/linux-6.6/net/unix/
H A Daf_unix.c3307 .stop = unix_seq_stop,
3428 * continue from where it was stop()-ped. in bpf_iter_unix_seq_start()
3503 .stop = bpf_iter_unix_seq_stop,
/kernel/linux/linux-6.6/kernel/trace/
H A Dring_buffer.c735 int stop = 0; in verify_event() local
739 if (page == tail_page || WARN_ON_ONCE(stop++ > 100)) in verify_event()
2060 * If we weren't successful in adding in new pages, warn and stop in rb_insert_pages()
2733 * this is easy, just stop here. in rb_move_tail()
3973 * ring_buffer_record_disable - stop all writes into the buffer
3974 * @buffer: The ring buffer to stop writes to.
4001 * ring_buffer_record_off - stop all writes into the buffer
4002 * @buffer: The ring buffer to stop writes to.
4074 * ring_buffer_record_disable_cpu - stop all writes into the cpu_buffer
4075 * @buffer: The ring buffer to stop write
[all...]
/kernel/linux/linux-6.6/net/ipv4/
H A Droute.c227 .stop = rt_cache_seq_stop,
305 .stop = rt_cpu_seq_stop,
861 * with exponential backoff, then we stop sending them at all,
H A Dtcp_ipv4.c2925 * continue from where it was stop()-ped. in bpf_iter_tcp_seq_start()
3034 .stop = bpf_iter_tcp_seq_stop,
3056 .stop = tcp_seq_stop,
H A Dudp.c3232 * continue from where it was stop()-ped. in bpf_iter_udp_seq_start()
3310 .stop = bpf_iter_udp_seq_stop,
3333 .stop = udp_seq_stop,
H A Dipmr.c2965 .stop = ipmr_vif_seq_stop,
3025 .stop = mr_mfc_seq_stop,
/kernel/linux/linux-6.6/net/netfilter/
H A Dnf_conntrack_netlink.c323 (tstamp->stop != 0 && nla_put_be64(skb, CTA_TIMESTAMP_STOP, in ctnetlink_dump_timestamp()
324 cpu_to_be64(tstamp->stop), in ctnetlink_dump_timestamp()
/kernel/linux/linux-6.6/net/ipv6/
H A Dmcast.c2720 /* Should stop work after group drop. or we will in ipv6_mc_down()
2958 .stop = igmp6_mc_seq_stop,
3088 .stop = igmp6_mcf_seq_stop,
/kernel/linux/linux-6.6/net/sched/
H A Dcls_api.c2701 arg.w.stop = 0; in tcf_chain_dump()
2709 if (arg.w.stop) in tcf_chain_dump()
/test/xts/hats/hdf/wlan/wifi/hal/
H A Dwifi_hal_test.cpp79 ret = g_wifi->stop(nullptr); in TearDown()
81 ret = g_wifi->stop(g_wifi); in TearDown()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
H A DvktSynchronizationTimelineSemaphoreTests.cpp534 void stop () { m_running = false; } in stop() function in vkt::synchronization::__anon28841::MonotonicallyIncrementChecker
630 checkerThread.stop(); in maxDifferenceValueCase()
/third_party/skia/src/pathops/
H A DSkPathOpsDebug.cpp2478 const SkOpPtT* stop = test; in debugMergeMatches() local
2534 } while ((test = testNext) != stop); in debugMergeMatches()

Completed in 99 milliseconds

1...<<101102103104105106107108109110>>...123