/freebsd/sys/contrib/ck/include/ |
H A D | ck_ring.h | 146 unsigned int consumer, producer, delta; in _ck_ring_enqueue_reserve_sp() local 149 producer = ring->p_tail; in _ck_ring_enqueue_reserve_sp() 150 delta = producer + 1; in _ck_ring_enqueue_reserve_sp() 152 *size = (producer - consumer) & mask; in _ck_ring_enqueue_reserve_sp() 157 return (char *)buffer + ts * (producer & mask); in _ck_ring_enqueue_reserve_sp() 181 unsigned int consumer, producer, delta; in _ck_ring_enqueue_sp() local 184 producer = ring->p_tail; in _ck_ring_enqueue_sp() 185 delta = producer + 1; in _ck_ring_enqueue_sp() 187 *size = (producer - consumer) & mask; in _ck_ring_enqueue_sp() 192 buffer = (char *)buffer + ts * (producer & mask); in _ck_ring_enqueue_sp() [all …]
|
/freebsd/crypto/openssl/util/ |
H A D | add-depends.pl | 51 my $producer = shift @ARGV; 52 die "Producer not given\n" unless $producer; 103 print STDERR "DEBUG[$producer]: ignoring $objfile <- $line\n" 197 print STDERR "DEBUG[$producer]: ignoring $objfile <- $line\n" 252 print STDERR "DEBUG[$producer]: ignoring $objfile <- $tail\n" 301 print STDERR "DEBUG[$producer]: ignoring $objfile <- $tail\n" 316 die "Producer unrecognised: $producer\n" 317 unless exists $procedures{$producer} && exists $continuations{$producer}; 319 my $procedure = $procedures{$producer}; 320 my $continuation = $continuations{$producer};
|
/freebsd/sys/contrib/device-tree/Bindings/net/ |
H A D | mdio-mux-multiplexer.txt | 4 of a mux producer device. The mux producer can be of any type like mmio mux 5 producer, gpio mux producer or generic register based mux producer. 21 In below example the Mux producer and consumer are separate nodes.
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
H A D | DWARFUnit.cpp | 753 llvm::StringRef producer( in ParseProducerInfo() local 755 if (producer.empty()) in ParseProducerInfo() 768 if (g_swiftlang_version_regex.Execute(producer, &matches)) { in ParseProducerInfo() 771 } else if (producer.contains("clang")) { in ParseProducerInfo() 772 if (g_clang_version_regex.Execute(producer, &matches)) in ParseProducerInfo() 775 } else if (producer.contains("GNU")) { in ParseProducerInfo() 777 } else if (g_llvm_gcc_regex.Execute(producer)) { in ParseProducerInfo()
|
/freebsd/sys/dev/ofw/ |
H A D | ofw_bus_subr.c | 705 phandle_t *producer, int *ncells, pcell_t **cells) in ofw_bus_intr_by_rid() argument 763 *producer = iparent; in ofw_bus_intr_by_rid() 874 const char *cells_name, int idx, phandle_t *producer, int *ncells, in ofw_bus_parse_xref_list_internal() argument 906 *producer = pnode; in ofw_bus_parse_xref_list_internal() 936 const char *cells_name, int idx, phandle_t *producer, int *ncells, in ofw_bus_parse_xref_list_alloc() argument 944 idx, producer, ncells, cells)); in ofw_bus_parse_xref_list_alloc()
|
H A D | ofw_bus_subr.h | 144 const char *cells_name, int idx, phandle_t *producer, int *ncells,
|
/freebsd/sys/contrib/device-tree/Bindings/mailbox/ |
H A D | nvidia,tegra186-hsp.txt | 47 as a producer (i.e. used to send data). If cleared, the mailbox is the 48 consumer of data sent by a producer.
|
/freebsd/tools/test/buf_ring/ |
H A D | buf_ring_test.c | 97 producer(void *arg) in producer() function 300 ret = pthread_create(&prod[i], NULL, producer, in main()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonInstrFormats.td | 93 let TSFlags{13} = isPredicateLate; // Late predicate producer insn. 99 let TSFlags{15} = hasNewValue; // New-value producer insn. 150 let TSFlags{50} = hasNewValue2; // Second New-value producer insn. 312 let TSFlags{11} = hasNewValue; // New-value producer insn.
|
/freebsd/contrib/elftoolchain/libdwarf/ |
H A D | dwarf_pro_attr.c | 94 dwarf_add_AT_producer(Dwarf_P_Die die, char *producer, Dwarf_Error *error) in dwarf_add_AT_producer() argument 98 if (_dwarf_add_string_attr(die, &at, DW_AT_producer, producer, error) != in dwarf_add_AT_producer()
|
/freebsd/sys/contrib/device-tree/Bindings/iio/adc/ |
H A D | at91-sama5d2_adc.txt | 28 - Consumer drivers can be connected to this producer device, as specified
|
/freebsd/tools/test/stress2/misc/ |
H A D | pthread7.sh | 50 * Threaded producer-consumer test.
|
H A D | pthread2.sh | 65 * Threaded producer-consumer test.
|
H A D | pthread3.sh | 55 * Threaded producer-consumer test.
|
H A D | pthread4.sh | 63 * Threaded producer-consumer test.
|
H A D | pthread6.sh | 55 * Threaded producer-consumer test.
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMSchedule.td | 27 // the latency to Rm and Rs. The scheduler can decrease Rn's producer latency by
|
H A D | ARMScheduleA9.td | 2270 // after the instruction issues, decreases producer latency by N-1.
|
/freebsd/sys/contrib/device-tree/Bindings/gpio/ |
H A D | gpio.txt | 160 the most meaningful producer name for the system, such as a rail name
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/ |
H A D | TargetSchedule.td | 153 // producer/consumer stalls between instructions that use the
|
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/ |
H A D | rk3308.dtsi | 611 * - can be clock producer or consumer
|
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
H A D | Dwarf.def | 312 HANDLE_DW_AT(0x25, producer, 2, DWARF)
|
/freebsd/sys/dev/bxe/ |
H A D | ecore_hsi.h | 11589 uint16_t producer /* event ring producer */; member 11591 uint16_t producer /* event ring producer */; member
|
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/ |
H A D | LLParser.cpp | 5522 OPTIONAL(producer, MDStringField, ); \ in parseDICompileUnit() 5544 Context, language.Val, file.Val, producer.Val, isOptimized.Val, flags.Val, in parseDICompileUnit()
|
/freebsd/contrib/jemalloc/ |
H A D | ChangeLog | 131 - Add unit tests for the producer-consumer pattern. (@interwq)
|