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

/freebsd-13-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-13-stable/sys/dev/sfxge/
H A Dsfxge_rx.h167 unsigned int pushed; member in struct:sfxge_rxq
H A Dsfxge_tx.c543 unsigned int pushed; local
550 pushed = txq->added;
586 if (txq->added - pushed >= SFXGE_TX_BATCH) {
587 efx_tx_qpush(txq->common, txq->added, pushed);
588 pushed = txq->added;
606 if (txq->added != pushed)
607 efx_tx_qpush(txq->common, txq->added, pushed);
729 * packet list. Otherwise, it will be pushed on the "put list".
H A Dsfxge_rx.c303 efx_rx_qpush(rxq->common, rxq->added, &rxq->pushed);
306 * pushed, in which case there will be no event to cause the next
309 if(rxq->pushed == rxq->completed) {
1000 rxq->pushed = 0;
/freebsd-13-stable/contrib/lua/src/
H A Dlobject.c395 int pushed; /* number of string pieces already on the stack */ member in struct:BuffFS
409 buff->pushed++;
410 luaV_concat(L, buff->pushed); /* join partial results into one */
411 buff->pushed = 1;
473 buff.pushed = buff.blen = 0;
534 lua_assert(buff.pushed == 1);
/freebsd-13-stable/sys/dev/sfxge/common/
H A Defx_tx.c88 __in unsigned int pushed);
430 __in unsigned int pushed)
437 etxop->etxo_qpush(etp, added, pushed);
812 __in unsigned int pushed)
830 wptr, pushed & etp->et_mask);
427 efx_tx_qpush( __in efx_txq_t *etp, __in unsigned int added, __in unsigned int pushed) argument
809 siena_tx_qpush( __in efx_txq_t *etp, __in unsigned int added, __in unsigned int pushed) argument
H A Def10_tx.c228 * TX push collector, but not pushed the doorbell (e.g. after a crash).
495 * can be used if the hardware decides not to use the pushed descriptor.
501 __in unsigned int pushed)
511 id = pushed & etp->et_mask;
517 * SF Bug 65776: TSO option descriptors cannot be pushed if pacer bypass
498 ef10_tx_qpush( __in efx_txq_t *etp, __in unsigned int added, __in unsigned int pushed) argument
H A Def10_rx.c862 unsigned int pushed = *pushedp; local
868 if (pushed == wptr)
880 wptr, pushed & erp->er_mask);
H A Defx_rx.c1498 unsigned int pushed = *pushedp; local
1503 /* All descriptors are pushed */
1517 wptr, pushed & erp->er_mask);
H A Def10_impl.h734 __in unsigned int pushed);
H A Defx.h2697 __in unsigned int pushed);
/freebsd-13-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

Completed in 196 milliseconds