Searched refs:ring (Results 1 - 25 of 66) sorted by relevance

123

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/demo/buf/
H A Dring.d27 #pragma D option bufpolicy=ring
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/common/buffering/
H A Dtst.ring2.d31 * Positive test for ring buffer policy.
33 * SECTION: Buffers and Buffering/ring Policy;
39 #pragma D option bufpolicy=ring
H A Dtst.smallring.d31 * Positive test for ring buffer policy.
33 * SECTION: Buffers and Buffering/ring Policy;
39 #pragma D option bufpolicy=ring
H A Dtst.ring1.d31 * Positive test for ring buffer policy.
33 * SECTION: Buffers and Buffering/ring Policy;
41 * We assume that a trace() of an integer stores at least 8 bytes. If ring
44 * sure that a high switchrate doesn't mask broken ring buffers.
46 #pragma D option bufpolicy=ring
H A Dtst.ring3.d31 * Positive test for ring buffer policy.
33 * SECTION: Buffers and Buffering/ring Policy;
51 #pragma D option bufpolicy=ring
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/common/safety/
H A Dtst.caller.d42 #pragma D option bufpolicy=ring
H A Dtst.stack.d40 #pragma D option bufpolicy=ring
H A Dtst.stackdepth.d41 #pragma D option bufpolicy=ring
H A Dtst.stddev.d40 #pragma D option bufpolicy=ring
H A Dtst.uregs.d40 #pragma D option bufpolicy=ring
H A Dtst.ustack.d40 #pragma D option bufpolicy=ring
H A Dtst.ustackdepth.d41 #pragma D option bufpolicy=ring
H A Dtst.progenyof.d40 #pragma D option bufpolicy=ring
H A Dtst.random.d44 #pragma D option bufpolicy=ring
H A Dtst.unalign.d36 #pragma D option bufpolicy=ring
H A Dtst.violentdeath.ksh30 $dtrace -x bufpolicy=ring -x bufsize=1k -s /dev/stdin <<EOF
H A Dtst.basename.d30 #pragma D option bufpolicy=ring
H A Dtst.cleanpath.d30 #pragma D option bufpolicy=ring
H A Dtst.ddi_pathname.d30 #pragma D option bufpolicy=ring
H A Dtst.dirname.d30 #pragma D option bufpolicy=ring
H A Dtst.msgdsize.d40 #pragma D option bufpolicy=ring
H A Dtst.msgsize.d40 #pragma D option bufpolicy=ring
H A Dtst.null.d43 #pragma D option bufpolicy=ring
H A Dtst.strjoin.d30 #pragma D option bufpolicy=ring
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/
H A Dmyson.c157 * Create descriptor ring
160 * @v ring Descriptor ring
164 struct myson_ring *ring ) {
165 size_t len = ( ring->count * sizeof ( ring->desc[0] ) );
172 /* Allocate descriptor ring */
173 ring->desc = malloc_dma ( len, MYSON_RING_ALIGN );
174 if ( ! ring->desc ) {
178 address = virt_to_bus ( ring
[all...]

Completed in 61 milliseconds

123