Searched refs:pending (Results 151 - 175 of 382) sorted by relevance

1234567891011>>

/freebsd-11-stable/tools/tools/vhba/lots/
H A Dvhba_lots.c80 vhba_task(void *arg, int pending) argument
/freebsd-11-stable/tools/tools/vhba/medium/
H A Dvhba_medium.c80 vhba_task(void *arg, int pending) argument
/freebsd-11-stable/tools/tools/vhba/rptluns/
H A Dvhba_rptluns.c101 vhba_task(void *arg, int pending) argument
/freebsd-11-stable/tools/tools/vhba/simple/
H A Dvhba_simple.c80 vhba_task(void *arg, int pending) argument
/freebsd-11-stable/sys/dev/drm2/radeon/
H A Dradeon_irq_kms.c73 static void radeon_hotplug_work_func(void *arg, int pending) argument
/freebsd-11-stable/sys/dev/qlxge/
H A Dqls_os.c78 static void qls_tx_done(void *context, int pending);
83 static void qls_error_recovery(void *context, int pending);
1467 qls_tx_done(void *context, int pending) argument
1524 qls_error_recovery(void *context, int pending) argument
/freebsd-11-stable/sys/x86/iommu/
H A Dintel_fault.c111 printf("DMAR%d: Advanced pending fault\n", unit->unit);
189 dmar_fault_task(void *arg, int pending __unused)
/freebsd-11-stable/sys/arm/ti/am335x/
H A Dam335x_dmtpps.c308 dmtpps_event(void *arg, int pending) argument
/freebsd-11-stable/sys/dev/oce/
H A Doce_queue.c432 rq->pending = 0;
1164 while (rq->pending) {
1175 rq->pending--;
1373 rq->pending = 0;
/freebsd-11-stable/contrib/mdocml/
H A Dmdoc_macro.c547 int j, lastarg, maxargs, nl, pending; local
580 * both of our own and of pending sub-blocks.
616 * When there is no pending sub block,
625 * When there is a pending sub block, postpone
732 pending = 0;
738 pending = find_pending(mdoc, ntok, line, ppos, target);
740 if ( ! pending)
/freebsd-11-stable/sys/dev/ixl/
H A Dixl_pf.h251 void ixl_handle_que(void *context, int pending);
H A Di40e_adminq.c783 * admin send queue. Returns FALSE if there are still requests pending.
1024 * @pending: number of events that could be left to process
1028 * left to process through 'pending'
1032 u16 *pending)
1120 /* Set pending if needed, unlock and return */
1121 if (pending != NULL)
1122 *pending = (ntc > ntu ? hw->aq.arq.count : 0) + (ntu - ntc);
1030 i40e_clean_arq_element(struct i40e_hw *hw, struct i40e_arq_event_info *e, u16 *pending) argument
/freebsd-11-stable/sys/dev/sfxge/
H A Dsfxge_rx.c829 while (completed != rxq->pending) {
921 * If there are any pending flows and this is the end of the
992 rxq->pending = rxq->added;
995 KASSERT(rxq->completed == rxq->pending,
996 ("rxq->completed != rxq->pending"));
1000 rxq->pending = 0;
/freebsd-11-stable/sys/compat/linuxkpi/common/src/
H A Dlinux_rcu.c157 linux_rcu_cleaner_func(void *context, int pending __unused)
/freebsd-11-stable/sys/dev/drm/
H A Dr300_cmdbuf.c881 buf->pending = 1;
1138 if (buf->file_priv != file_priv || buf->pending) {
1141 buf->pending);
H A Dmga_state.c690 buf->pending = 0;
736 buf->pending = 0;
793 buf->pending = 0;
H A Ddrm_bufs.c491 buf->pending = 0;
635 buf->pending = 0;
749 buf->pending = 0;
H A Dradeon_state.c1563 buf->pending = 1;
2251 if (buf->pending) {
2252 DRM_ERROR("sending pending buffer %d\n", vertex->idx);
2331 if (buf->pending) {
2332 DRM_ERROR("sending pending buffer %d\n", elts->idx);
2464 if (buf->pending) {
2465 DRM_ERROR("sending pending buffer %d\n", indirect->idx);
2537 if (buf->pending) {
2538 DRM_ERROR("sending pending buffer %d\n", vertex->idx);
2932 if (buf->file_priv != file_priv || buf->pending) {
[all...]
/freebsd-11-stable/sys/netgraph/bluetooth/l2cap/
H A Dng_l2cap_llpi.c551 ("%s: %s - another packet pending?!\n", __func__, NG_NODE_NAME(l2cap->node)));
818 goto drop; /* XXX what to do with "pending"? */
822 while (con->pending < con->l2cap->num_pkts && con->tx_pkt != NULL) {
843 goto drop; /* XXX what to do with "pending"? */
846 con->pending ++;
851 __func__, NG_NODE_NAME(l2cap->node), con->pending,
893 "%s: %s - no pending LP timeout, con_handle=%d, state=%d, flags=%#x\n",
901 * connection, channels and pending commands.
939 "%s: %s - no pending disconnect timeout, con_handle=%d, state=%d, flags=%#x\n",
/freebsd-11-stable/sys/dev/acpica/
H A Dacpi_ec.c638 * to be queued, we clear the pending flag only after running it.
682 int pending; local
687 /* Read the current pending count */
688 pending = atomic_load_acq_int(&sc->ec_sci_pend);
694 * Try to reset the pending count to zero. If this fails we
698 } while (!atomic_cmpset_int(&sc->ec_sci_pend, pending, 0));
/freebsd-11-stable/sys/netpfil/ipfw/
H A Dip_dn_io.c97 * We use a heap to store entities for which we have pending timer events.
659 dummynet_task(void *context, int pending) argument
669 tick_lost += pending - 1;
704 /* serve pending events, accumulate in q */
880 mq_append(&dn_cfg.pending, m);
/freebsd-11-stable/sys/contrib/zlib/
H A Dtrees.c873 zmemcpy(s->pending_buf + s->pending, (Bytef *)buf, stored_len);
874 s->pending += stored_len;
884 * Flush the bits in the bit buffer to pending output (leaves at most 7 bits)
1103 Assert((uInt)(s->pending) < s->lit_bufsize + 2*lx,
/freebsd-11-stable/tools/tools/netmap/
H A Dlb.c850 int pending = nm_tx_pending(ring); local
852 /* if there are packets pending, we want to be notified when
855 ring->cur = pending ? ring->tail : ring->head;
857 if (!glob_arg.busy_wait && !pending) {
858 /* no need to poll, there are no packets pending */
/freebsd-11-stable/sys/ofed/drivers/infiniband/ulp/ipoib/
H A Dipoib_ib.c705 int pending = 0; local
710 ++pending;
712 return pending;
802 * all our pending work requests.
/freebsd-11-stable/sys/cam/scsi/
H A Dscsi_pass.c167 static void pass_shutdown_kqueue(void *context, int pending);
168 static void pass_add_physpath(void *context, int pending);
407 pass_shutdown_kqueue(void *context, int pending) argument
425 pass_add_physpath(void *context, int pending) argument
467 while (pending-- > 0)

Completed in 282 milliseconds

1234567891011>>