Searched refs:pending (Results 26 - 50 of 76) sorted by relevance

1234

/illumos-gate/usr/src/uts/common/os/
H A Dclock.c1509 clock_tick(kthread_t *t, int pending) argument
1521 ASSERT(pending > 0);
1529 for (i = 0; i < pending; i++) {
1547 pp->p_utime += pending;
1549 pp->p_stime += pending;
1552 pp->p_ttime += pending;
1560 atomic_add_32(&lwp->lwp_oweupc, (int32_t)pending);
1573 total_usec = usec_per_tick * pending;
1589 total_usec = usec_per_tick * pending;
1606 if ((ticks + pending) >
[all...]
/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_sge.c876 eq->pending += ndesc;
877 if (eq->pending > 16)
892 if (eq->pending != 0)
1016 if (eq->pending >= (1 << (fls(eq->qsize - eq->avail) / 2)))
1037 if (eq->pending != 0)
1974 recycled: fl->pending++;
1984 if (fl->pending >= 8)
2549 eq->pending += ndesc;
2663 eq->pending += ndesc;
2803 if (eq->pending > e
[all...]
H A Dadapter.h182 uint16_t pending; /* # of descs processed since last doorbell */ member in struct:sge_iq
226 uint16_t pending; /* # of descriptors used since last doorbell */ member in struct:sge_eq
258 uint32_t pending; /* # of bufs allocated since last doorbell */ member in struct:sge_fl
/illumos-gate/usr/src/uts/i86pc/io/pcplusmp/
H A Dapic_introp.c274 * This function will return the pending bit of the irqp.
282 int bit, index, irr, pending; local
301 pending = (irr & (1 << bit)) ? 1 : 0;
302 if (!pending && (type == DDI_INTR_TYPE_FIXED)) {
306 pending = (READ_IOAPIC_RDT_ENTRY_LOW_DWORD(apic_ix, intin_no) &
309 return (pending);
/illumos-gate/usr/src/uts/common/avs/ns/sdbc/
H A Dsd_pcu.c526 int pending; local
556 if ((pending = _sdbc_wait_pending()) != 0)
558 " pending at power shutdown", pending);
560 cmn_err(CE_CONT, "sdbc(sdbc_power_flush) over pending\n"); /* P3 */
H A Dsd_io.c1610 * process pending i/o's but issue no more new ones.
1807 int pending, last_pending; local
1829 * wait until no i/o's pending (on two successive
1836 pending = _sd_pending_iobuf();
1838 if (pending == last_pending) {
1839 if (pending != 0)
1843 if ((last_pending == 0 && (pending == 0)) ||
1852 "pending", pending);
1855 last_pending = pending;
[all...]
/illumos-gate/usr/src/uts/intel/io/drm/
H A Dr300_cmdbuf.c738 buf->pending = 1;
918 if (buf->filp != fpriv || buf->pending) {
920 buf->filp, fpriv, buf->pending);
H A Dradeon_state.c1609 buf->pending = 1;
2384 if (buf->pending) {
2385 DRM_ERROR("sending pending buffer %d\n", vertex.idx);
2472 if (buf->pending) {
2473 DRM_ERROR("sending pending buffer %d\n", elts.idx);
2658 if (buf->pending) {
2659 DRM_ERROR("sending pending buffer %d\n", indirect.idx);
2760 if (buf->pending) {
2761 DRM_ERROR("sending pending buffer %d\n", vertex.idx);
3180 if (buf->filp != fpriv || buf->pending) {
[all...]
H A Dradeon_cp.c982 * Flush any pending commands to the CP. This should only be used just
1039 * Reset the Command Processor. This will not flush any pending
1055 * Stop the Command Processor. This will not flush any pending
1119 /* Reset any pending vertex, indirect buffers */
1901 * Flush any pending CP commands. This ensures any outstanding
2096 if (buf->filp == 0 || (buf->pending &&
2099 buf->pending = 0;
2137 if (buf->filp == 0 || (buf->pending &&
2140 buf->pending = 0;
/illumos-gate/usr/src/uts/common/io/ib/clients/eoib/
H A Deib_data.c772 uint_t pending; local
833 pending = lso->lso_hdr_sz - EIB_ENCAP_HDR_SZ;
835 for (nmp = mp; nmp && pending; nmp = nmp->b_cont) {
837 if (pending > mblen) {
840 pending -= mblen;
842 bcopy(nmp->b_rptr, dst, pending);
/illumos-gate/usr/src/uts/i86pc/io/apix/
H A Dapix.c1446 int bit, index, irr, pending; local
1459 pending = (irr & (1 << bit)) ? 1 : 0;
1460 if (!pending && vecp->v_type == APIX_TYPE_FIXED)
1461 pending = apix_intx_get_pending(vecp->v_inum);
1463 return (pending);
2036 int intin, ioapicindex, pending; local
2054 pending = (READ_IOAPIC_RDT_ENTRY_LOW_DWORD(ioapicindex, intin) &
2060 return (pending);
/illumos-gate/usr/src/uts/common/io/zyd/
H A Dzyd.h86 volatile boolean_t pending; /* ioread is in progress */ member in struct:zyd_ioread
H A Dzyd_usb.c726 uc->io_read.pending = B_TRUE;
792 if (rdp->pending != B_TRUE) {
793 ZYD_WARN("no ioread pending\n");
797 rdp->pending = B_FALSE;
832 if (rdp->pending == B_TRUE) {
/illumos-gate/usr/src/uts/i86xpv/io/psm/
H A Dxpv_psm.c361 * pending interrupts before retrying.
544 * We have cleared the pending bit already, clear the event
597 uint16_t pending; local
602 * If new ipl level will enable any pending interrupts, setup so the
605 pending = cpu->cpu_m.mcpu_intr_pending & ~((1 << (ipl + 1)) - 1);
606 if (pending) {
612 for (i = bsrw_insn(pending); i > ipl; i--)
928 * If the clock irq is pending on this cpu then we need to
929 * clear the pending interrupt.
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l5/
H A Dlm_l5.c438 /* we can now unblock any pending slow-paths */
445 void lm_sc_comp_cb(struct _lm_device_t *pdev, struct sq_pending_command *pending) argument
453 if (CHK_NULL(pdev) || CHK_NULL(pending))
458 cmd = pending->cmd;
459 cid = pending->cid;
1067 /* we can now unblock any pending slow-paths */
1073 void lm_fc_comp_cb(struct _lm_device_t *pdev, struct sq_pending_command *pending) argument
1081 if (CHK_NULL(pdev) || CHK_NULL(pending))
1086 cmd = pending->cmd;
1087 cid = pending
[all...]
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/oce/
H A Doce_io.h271 uint32_t pending; /* Buffers sent up */ member in struct:oce_rq
/illumos-gate/usr/src/cmd/mandoc/
H A Dmdoc_macro.c533 int j, lastarg, maxargs, nl, pending; local
554 * both of our own and of pending sub-blocks.
587 * When there is no pending sub block,
596 * When there is a pending sub block, postpone
705 pending = find_pending(mdoc, ntok, line, ppos,
708 pending = 0;
709 if ( ! pending)
/illumos-gate/usr/src/uts/common/io/i40e/core/
H A Di40e_adminq.c740 * admin send queue. Returns FALSE if there are still requests pending.
976 * @pending: number of events that could be left to process
980 * left to process through 'pending'
984 u16 *pending)
1061 /* Set pending if needed, unlock and return */
1062 if (pending != NULL)
1063 *pending = (ntc > ntu ? hw->aq.arq.count : 0) + (ntu - ntc);
982 i40e_clean_arq_element(struct i40e_hw *hw, struct i40e_arq_event_info *e, u16 *pending) argument
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.c366 Bytef *pending_buf; /* output still pending */
368 Bytef *pending_out; /* next pending byte to output to the stream */
369 int pending; /* nb of bytes in the pending buffer */ member in struct:deflate_state
568 #define put_byte(s, c) {s->pending_buf[s->pending++] = (c); }
1011 s->pending = 0;
1069 * Put a short in the pending buffer. The 16-bit value is put in MSB order.
1084 * Flush as much pending output as possible. All deflate() output goes
1094 unsigned len = s->pending;
1107 s->pending
[all...]
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/
H A Dlm_l4sp.c33 struct sq_pending_command *pending);
132 /* Abort pending buffers */
1107 * - there is no pending slow path request for the leading connection (cid=0)
1160 * - there is no pending slow path request for the leading connection (cid=0)
2909 /* we can now unblock any pending slow-paths */
2916 /* This function needs to complete a pending slowpath toe request. Unfortunatelly it needs
2920 void lm_tcp_comp_cb(struct _lm_device_t *pdev, struct sq_pending_command *pending) argument
2933 tcp = lm_cid_cookie(pdev, TOE_CONNECTION_TYPE, pending->cid);
2945 switch (pending->cmd)
2951 LM_TCP_SET_CQE(rx_cqe.params1, pending
[all...]
/illumos-gate/usr/src/cmd/isns/isnsd/
H A Dobj.c3645 * pending - 1: do not remove the ESI entry immediately;
3656 int pending
3697 pending);
3716 pending);
3741 (void) esi_remove_obj(obj, pending);
3807 int pending
3810 return (do_dereg(lcp, 0, 0, pending));
/illumos-gate/usr/src/uts/sun4/ml/
H A Dinterrupt.s784 ! are pending, zero out cpu_intrcnt
1554 ! check if a softint is pending for this softint,
1555 ! if one is pending, don't bother queuing another.
1559 brnz,pn %l6, 4f ! branch if softint is already pending
1576 ! there's pending intr_vec_t already
1593 ! no pending intr_vec_t; make intr_vec_t as new head
1650 ! there's pending intr_vec_t already
1667 ! no pending intr_vec_t; make intr_vec_t as new head
1785 ! there's pending intr_vec_t already
1802 ! no pending intr_vec_
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.c219 Bytef *pending_buf; /* output still pending */
220 Bytef *pending_out; /* next pending byte to output to the stream */
221 int pending; /* nb of bytes in the pending buffer */ member in struct:deflate_state
394 #define put_byte(s, c) {s->pending_buf[s->pending++] = (c);}
677 s->pending = 0;
693 * Put a short in the pending buffer. The 16-bit value is put in MSB order.
706 * Flush as much pending output as possible.
712 unsigned len = state->pending;
724 state->pending
[all...]
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/include/
H A Dmm.h409 struct sq_pending_command * pending);
/illumos-gate/usr/src/uts/sparc/v9/ml/
H A Dsyscall_trap.s268 ! Floating-point trap was pending at start of system call.
527 ! Floating-point trap was pending at start of system call.

Completed in 195 milliseconds

1234