Home
last modified time | relevance | path

Searched refs:finished (Results 1 – 25 of 37) sorted by relevance

12

/f-stack/freebsd/arm/arm/
H A Ddb_trace.c66 bool finished; in db_stack_trace_cmd() local
68 finished = false; in db_stack_trace_cmd()
69 while (!finished) { in db_stack_trace_cmd()
70 finished = unwind_stack_one(state, 1); in db_stack_trace_cmd()
108 if (finished) in db_stack_trace_cmd()
122 finished = true; in db_stack_trace_cmd()
125 finished = true; in db_stack_trace_cmd()
/f-stack/freebsd/contrib/openzfs/cmd/zed/zed.d/
H A Dhistory_event-zfs-list-cacher.sh.in29 finished() { function
43 finished
85 finished
/f-stack/freebsd/contrib/zstd/examples/
H A Dstreaming_compression.c63 int finished; in compressFile_orDie() local
76 finished = lastChunk ? (remaining == 0) : (input.pos == input.size); in compressFile_orDie()
77 } while (!finished); in compressFile_orDie()
H A Dmultiple_streaming_compression.c79 int finished; in compressFile_orDie() local
85 finished = lastChunk ? (remaining == 0) : (input.pos == input.size); in compressFile_orDie()
86 } while (!finished); in compressFile_orDie()
H A Dstreaming_compression_thread_pool.c80 int finished; in compressFile_orDie() local
93 finished = lastChunk ? (remaining == 0) : (input.pos == input.size); in compressFile_orDie()
94 } while (!finished); in compressFile_orDie()
/f-stack/app/redis-5.0.5/deps/hiredis/examples/
H A Dexample-qt.h15 void finished();
21 void finish() { emit finished(); } in finish()
H A Dexample-qt.cpp27 emit finished(); in run()
42 QObject::connect(&example, SIGNAL(finished()), &app, SLOT(quit())); in main()
/f-stack/dpdk/doc/guides/prog_guide/
H A Dpacket_distrib_lib.rst58 It returns to the caller all packets which have finished processing by all worker cores.
64 Once a worker lcore requests a new packet, the distributor assumes that it has completely finished
88 Each worker calls "rte_distributor_get_pkt()" API to request a new packet when it has finished proc…
94 it has finished the current packet and does not want a new one.
H A Dring_lib.rst144 The enqueue operation is finished.
197 The dequeue operation is finished.
274 This is only true on core 1. The operation is finished on core 1.
288 The operation is also finished on core 2.
388 tail value is increased not by every thread that finished enqueue/dequeue,
H A Dmetrics_lib.rst282 When finished, ``rte_latencystats_uninit()`` needs to be called to
H A Dlpm6_lib.rst106 and whether the search process have finished or not respectively.
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_reopen/
H A Dzpool_reopen.shlib87 # wait_for_resilver_end - wait until resilver is finished
88 # wait_for_scrub_end - wait until scrub is finished
/f-stack/freebsd/kern/
H A Dsubr_sleepqueue.c1179 bool finished; in sleepq_sbuf_print_stacks() local
1182 finished = false; in sleepq_sbuf_print_stacks()
1188 for (i = 0; i < 3 && !finished ; i++) { in sleepq_sbuf_print_stacks()
1221 finished = true; in sleepq_sbuf_print_stacks()
1242 finished = true; in sleepq_sbuf_print_stacks()
1258 if (!finished) in sleepq_sbuf_print_stacks()
1271 if (!finished && error == 0) in sleepq_sbuf_print_stacks()
/f-stack/freebsd/contrib/device-tree/Bindings/clock/
H A Dfixed-mmio-clock.txt5 It was designed for test systems, like FPGA, not for complete, finished SoCs.
/f-stack/freebsd/contrib/openzfs/scripts/
H A Dzloop.sh323 echo "zloop finished, $foundcrashes crashes found"
/f-stack/dpdk/drivers/event/dsw/
H A Ddsw_event.c715 dsw_port_emigration_stats(struct dsw_port *port, uint8_t finished) in dsw_port_emigration_stats() argument
721 port->emigration_latency += (flow_migration_latency * finished); in dsw_port_emigration_stats()
722 port->emigrations += finished; in dsw_port_emigration_stats()
733 uint8_t finished; in dsw_port_end_emigration() local
760 finished = port->emigration_targets_len - left_qfs_len; in dsw_port_end_emigration()
762 if (finished > 0) in dsw_port_end_emigration()
763 dsw_port_emigration_stats(port, finished); in dsw_port_end_emigration()
/f-stack/freebsd/contrib/device-tree/Bindings/iio/proximity/
H A Dmaxbotix,mb1232.yaml36 Interrupt used to announce the preceding reading request has finished
/f-stack/dpdk/doc/guides/sample_app_ug/
H A Dfips_validation.rst54 If a ``.req`` is used as the input file after the application is finished
59 finished the work and in the response file it will be added onto the end of each
/f-stack/freebsd/contrib/device-tree/src/powerpc/
H A Dtqm5200.dts140 interrupts = <2 5 0>; // these are for "mii command finished", not link changes & co.
H A Dcharon.dts138 interrupts = <2 5 0>; // these are for "mii command finished", not link changes & co.
H A Dlite5200.dts231 interrupts = <2 5 0>; // these are for "mii command finished", not link changes & co.
H A Dmpc5200b.dtsi230 interrupts = <2 5 0>; // these are for "mii command finished", not link changes & co.
/f-stack/freebsd/contrib/openzfs/contrib/bash_completion.d/
H A Dzfs80 # prevents bash from considering the completion finished when it
/f-stack/dpdk/drivers/net/enic/
H A Denic_main.c1149 int (*finished)(struct vnic_dev *, int *), in enic_dev_wait()
1162 err = finished(vdev, &done); in enic_dev_wait()
/f-stack/tools/libxo/doc/
H A Dhowto.rst326 # Compile the finished file; Use of msgfmt's "-v" option is

12