Searched refs:pushed (Results 1 - 15 of 15) sorted by relevance

/freebsd-12-stable/usr.bin/rpcgen/
H A Drpc_scan.c58 static int pushed = 0; /* is a token pushed */ variable
59 static token lasttok; /* last token, if pushed */
157 if (pushed) {
158 pushed = 0;
314 pushed = 1;
/freebsd-12-stable/sys/dev/sfxge/
H A Dsfxge_rx.h167 unsigned int pushed; member in struct:sfxge_rxq
H A Dsfxge_tx.c546 unsigned int pushed; local
553 pushed = txq->added;
589 if (txq->added - pushed >= SFXGE_TX_BATCH) {
590 efx_tx_qpush(txq->common, txq->added, pushed);
591 pushed = txq->added;
609 if (txq->added != pushed)
610 efx_tx_qpush(txq->common, txq->added, pushed);
732 * packet list. Otherwise, it will be pushed on the "put list".
H A Dsfxge_rx.c304 efx_rx_qpush(rxq->common, rxq->added, &rxq->pushed);
307 * pushed, in which case there will be no event to cause the next
310 if(rxq->pushed == rxq->completed) {
1001 rxq->pushed = 0;
/freebsd-12-stable/sys/dev/sfxge/common/
H A Defx_tx.c88 __in unsigned int pushed);
399 __in unsigned int pushed)
406 etxop->etxo_qpush(etp, added, pushed);
796 __in unsigned int pushed)
814 wptr, pushed & etp->et_mask);
396 efx_tx_qpush( __in efx_txq_t *etp, __in unsigned int added, __in unsigned int pushed) argument
793 siena_tx_qpush( __in efx_txq_t *etp, __in unsigned int added, __in unsigned int pushed) argument
H A Def10_rx.c687 unsigned int pushed = *pushedp; local
693 if (pushed == wptr)
705 wptr, pushed & erp->er_mask);
H A Def10_tx.c222 * TX push collector, but not pushed the doorbell (e.g. after a crash).
490 * can be used if the hardware decides not to use the pushed descriptor.
496 __in unsigned int pushed)
506 id = pushed & etp->et_mask;
512 * SF Bug 65776: TSO option descriptors cannot be pushed if pacer bypass
493 ef10_tx_qpush( __in efx_txq_t *etp, __in unsigned int added, __in unsigned int pushed) argument
H A Defx_rx.c1054 unsigned int pushed = *pushedp; local
1059 /* All descriptors are pushed */
1073 wptr, pushed & erp->er_mask);
H A Def10_impl.h686 __in unsigned int pushed);
H A Defx.h2052 __in unsigned int pushed);
/freebsd-12-stable/contrib/llvm-project/libunwind/src/
H A DUnwindRegistersRestore.S42 # we now have ret and eax pushed onto where new stack will be
53 pop %eax # eax was already pushed on new stack
54 ret # eip was already pushed on new stack
/freebsd-12-stable/contrib/gcc/config/i386/
H A Dsol2-c1.asm102 ! vector which is 16 bytes (the two zero words we pushed, plus argc,
H A Dsol2-gc1.asm115 ! vector which is 16 bytes (the two zero words we pushed, plus argc,
H A Di386.c988 `current_function_outgoing_args_size'. No space will be pushed onto the stack
10958 rtx target1, rtx target2, rtx tmp, rtx pushed)
10977 /* Remove pushed operand from stack. */
10978 if (pushed)
10979 ix86_free_from_memory (GET_MODE (pushed));
10932 ix86_split_fp_branch(enum rtx_code code, rtx op1, rtx op2, rtx target1, rtx target2, rtx tmp, rtx pushed) argument
/freebsd-12-stable/contrib/gcc/
H A Dtree-ssa-structalias.c3674 of fields pushed.
3726 int pushed = 0; local
3735 else if (!(pushed = push_fields_onto_fieldstack
3755 count += pushed;
3765 int pushed = 0; local
3774 else if (!(pushed = push_fields_onto_fieldstack
3796 count += pushed;

Completed in 589 milliseconds