Searched refs:producer (Results 1 - 10 of 10) sorted by relevance

/freebsd-10-stable/contrib/apr-util/test/
H A Dtestqueue.c63 static void * APR_THREAD_FUNC producer(apr_thread_t *thd, void *data) function
111 rv = apr_thread_pool_push(thrp, producer, tc, 0, NULL);
/freebsd-10-stable/sys/dev/pdq/
H A Dpdq.c565 * the request producer index.
573 * producer index (descriptor is already pre-initialized)
729 pdq_uint32_t producer = rx->rx_producer;
796 buffers[(producer + idx) & ring_mask] =
812 PDQ_ADVANCE(producer, PDQ_RX_SEGCNT, ring_mask);
846 buffers[producer] = buffers[completion];
860 PDQ_ADVANCE(producer, 1, ring_mask);
915 pdq_uint32_t producer = tx->tx_producer;
939 dbp->pdqdb_transmits[producer] = tx->tx_hdrdesc;
940 PDQ_OS_DESC_PRESYNC(pdq, &dbp->pdqdb_transmits[producer], sizeo
721 pdq_uint32_t producer = rx->rx_producer; local
906 pdq_uint32_t producer = tx->tx_producer; local
[all...]
/freebsd-10-stable/contrib/gdb/gdb/
H A Ddwarfread.c202 the DWARF producer inserted DIES that describe the fundamental types in
1816 handle_producer (char *producer) argument
1822 if (DEPRECATED_STREQN (producer, GCC_PRODUCER, strlen (GCC_PRODUCER)))
1824 char version = producer[strlen (GCC_PRODUCER)];
1830 strncmp (producer, GPLUS_PRODUCER, strlen (GPLUS_PRODUCER)) == 0;
1833 /* Select a demangling style if we can identify the producer and if
1836 gcc (cc1) producer, as opposed to a g++ (cc1plus) producer. */
1840 if (DEPRECATED_STREQN (producer, GPLUS_PRODUCER, strlen (GPLUS_PRODUCER)))
1848 else if (DEPRECATED_STREQN (producer, LCC_PRODUCE
[all...]
/freebsd-10-stable/contrib/binutils/gas/
H A Ddwarf2dbg.c1518 char producer[128];
1625 sprintf (producer, "GNU AS %s", VERSION);
1626 len = strlen (producer) + 1;
1628 memcpy (p, producer, len);
1514 char producer[128]; local
/freebsd-10-stable/contrib/gcc/config/ia64/
H A Dia64.c7755 a producer insn and MMMUL/MMSHF at least 4 cycles long. */
8309 ia64_st_address_bypass_p (rtx producer, rtx consumer)
8313 gcc_assert (producer && consumer);
8314 dest = ia64_single_set (producer);
8333 ia64_ld_address_bypass_p (rtx producer, rtx consumer)
8337 gcc_assert (producer && consumer);
8338 dest = ia64_single_set (producer);
8292 ia64_st_address_bypass_p(rtx producer, rtx consumer) argument
8316 ia64_ld_address_bypass_p(rtx producer, rtx consumer) argument
/freebsd-10-stable/contrib/gcc/config/arm/
H A Darm.c15060 arm_no_early_store_addr_dep (rtx producer, rtx consumer)
15062 rtx value = PATTERN (producer); argument
15084 arm_no_early_alu_shift_dep (rtx producer, rtx consumer)
15086 rtx value = PATTERN (producer);
15116 arm_no_early_alu_shift_value_dep (rtx producer, rtx consumer)
15118 rtx value = PATTERN (producer);
15149 arm_no_early_mul_dep (rtx producer, rtx consumer)
15151 rtx value = PATTERN (producer);
15038 arm_no_early_store_addr_dep(rtx producer, rtx consumer) argument
15094 arm_no_early_alu_shift_value_dep(rtx producer, rtx consumer) argument
15127 arm_no_early_mul_dep(rtx producer, rtx consumer) argument
/freebsd-10-stable/contrib/gcc/
H A Ddwarf2out.c12421 char producer[250];
12435 sprintf (producer, "%s %s", language_string, version_string);
12438 /* The MIPS/SGI compilers place the 'cc' command line options in the producer
12440 not appear in the producer string, the debugger reaches the conclusion
12443 information in the object file, we add a -g to the producer string. */
12445 strcat (producer, " -g");
12448 add_AT_string (die, DW_AT_producer, producer);
12406 char producer[250]; local
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExpr.cpp9836 Expr *producer = cast->getSubExpr();
9837 assert(producer->getType() == cast->getType());
9838 assert(producer->getValueKind() == cast->getValueKind());
9839 cleanups->setSubExpr(producer);
/freebsd-10-stable/sys/dev/bxe/
H A Decore_hsi.h3626 uint16_t hq_prod /* The HQ producer */;
3628 uint16_t hq_prod /* The HQ producer */;
3644 uint16_t cq_u_prod /* Ustorm producer of CQ */;
3646 uint16_t cq_u_prod /* Ustorm producer of CQ */;
3649 uint32_t __cq_u_prod1 /* Ustorm producer of CQ 1 */;
3686 uint16_t bd_prod /* The HQ producer */;
3688 uint16_t bd_prod /* The HQ producer */;
4273 #define TOE_RX_BYTES_AND_BDS_DOORBELL_NBDS (0x1F<<0) /* BitField params producer delta from the last doorbell */
4281 #define TOE_RX_BYTES_AND_BDS_DOORBELL_NBDS (0x1F<<0) /* BitField params producer delta from the last doorbell */
5087 uint16_t cq_prod /* CQ producer update
11589 uint16_t producer /* event ring producer */; member in struct:event_ring_data
11591 uint16_t producer /* event ring producer */; member in struct:event_ring_data
[all...]
H A Dbxe.c2356 * Make sure that BD data is updated before writing the producer.
2357 * BD data is written to the memory, the producer is read from the
2832 * buffer limit is imposed then fill in the next producer index.
3322 * buffer limit is imposed then fill in the next producer index.
3337 /* copy this consumer index to the producer index */
5540 /* update TX BD producer index value for next TX */
5556 /* producer points to the next free tx_bd at this point */
8682 /* update producer */
9691 * will need to maintain tx producer/consumer/dma/etc values *per* CoS.
9756 * producers since FW might read the BD/SGE right after the producer
[all...]

Completed in 355 milliseconds