Home
last modified time | relevance | path

Searched refs:pending (Results 1 – 25 of 89) sorted by relevance

1234

/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/
H A Dcommand.h37 mm_memcpy(pdev->sq_info.sq_chain.prod_bd, &pending->command, sizeof(pending->command)); in _lm_sq_post()
49 …ata=%x, type=%d \n",pdev->sq_info.sq_chain.prod_idx, pending->command.hdr.conn_and_cmd_data, pendi… in _lm_sq_post()
80 struct sq_pending_command * pending, in lm_sq_post_fill_entry() argument
95 pending->command.hdr.type = mm_cpu_to_le16(type); in lm_sq_post_fill_entry()
96 pending->command.protocol_data.hi = mm_cpu_to_le32(U64_HI(data)); in lm_sq_post_fill_entry()
97 pending->command.protocol_data.lo = mm_cpu_to_le32(U64_LO(data)); in lm_sq_post_fill_entry()
98 pending->flags = 0; in lm_sq_post_fill_entry()
102 SET_FLAGS(pending->flags, SQ_PEND_RELEASE_MEM); in lm_sq_post_fill_entry()
105 pending->cid = cid; in lm_sq_post_fill_entry()
107 pending->cmd = command; in lm_sq_post_fill_entry()
[all …]
/illumos-gate/usr/src/uts/i86pc/boot/
H A Dboot_keyboard.c138 int pending; member
167 kb.pending = -1; in kb_getchar()
176 ASSERT(kb.pending >= 0); in kb_getchar()
178 if (kb.pending & 0x100) { in kb_getchar()
179 kb.pending &= 0xff; in kb_getchar()
180 switch (kb.pending) { in kb_getchar()
201 ret = kb.pending; in kb_getchar()
202 kb.pending = -1; in kb_getchar()
220 if (kb.pending >= 0) in kb_ischar()
335 kb.pending = kb_translate(code); in kb_ischar()
[all …]
/illumos-gate/usr/src/uts/common/os/
H A Dclock_tick.c279 ctp->ct_pending += pending; in clock_tick_schedule_one()
292 clock_tick_process(cpu_t *cp, clock_t mylbolt, int pending) in clock_tick_process() argument
418 clock_tick(t, pending); in clock_tick_process()
530 int pending) in clock_tick_execute_common() argument
543 clock_tick_process(CPU, mylbolt, pending); in clock_tick_execute_common()
553 clock_tick_process(cp, mylbolt, pending); in clock_tick_execute_common()
560 clock_tick_process(cp, mylbolt, pending); in clock_tick_execute_common()
569 int start, scan, end, pending; in clock_tick_execute() local
584 pending = ctp->ct_pending; in clock_tick_execute()
585 if (pending == 0) { in clock_tick_execute()
[all …]
H A Dclock.c1513 clock_tick(kthread_t *t, int pending) in clock_tick() argument
1525 ASSERT(pending > 0); in clock_tick()
1533 for (i = 0; i < pending; i++) { in clock_tick()
1551 pp->p_utime += pending; in clock_tick()
1553 pp->p_stime += pending; in clock_tick()
1556 pp->p_ttime += pending; in clock_tick()
1564 atomic_add_32(&lwp->lwp_oweupc, (int32_t)pending); in clock_tick()
1577 total_usec = usec_per_tick * pending; in clock_tick()
1593 total_usec = usec_per_tick * pending; in clock_tick()
1610 if ((ticks + pending) >= hz) { in clock_tick()
/illumos-gate/usr/src/uts/intel/io/acpica/
H A Dosl_ml.S64 andl $0xFFFFFFFE, %edx / Clear pending bit
66 adcl $0, %edx / If owned, set pending bit
70 cmpb $3, %dl / Was it acquired or marked pending?
71 sbbq %rax, %rax / acquired = -1, pending = 0
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dlm_sp.c3574 while (pending && GET_FLAGS(pending->flags, SQ_PEND_COMP_CALLED)) in lm_sq_complete_pending_requests()
3580 if (pending) in lm_sq_complete_pending_requests()
3587 if (pending) in lm_sq_complete_pending_requests()
3749 if(!pending) in lm_sq_post_from_list()
3755 … CMD_PRIORITY_NORMAL, pending->cmd, pending->type, pending->cid, pdev->sq_info.num_pending_normal); in lm_sq_post_from_list()
3770 if(!pending) in lm_sq_post_from_list()
3775 … CMD_PRIORITY_HIGH, pending->cmd, pending->type, pending->cid, pdev->sq_info.num_pending_normal); in lm_sq_post_from_list()
3898 if( !pending ) in lm_sq_post()
3960 while (pending) in lm_sq_complete()
3974 pending = (void*)d_list_next_entry(&pending->list); in lm_sq_complete()
[all …]
/illumos-gate/usr/src/contrib/zlib/
H A Ddeflate.c519 s->pending = 0;
567 unsigned *pending; in deflatePending()
572 if (pending != Z_NULL)
573 *pending = strm->state->pending;
776 len = s->pending;
785 s->pending -= len;
786 if (s->pending == 0) {
825 if (s->pending != 0) {
884 if (s->pending != 0) {
962 s->pending += left;
[all …]
H A Ddeflate.h104 ulg pending; /* nb of bytes in the pending buffer */ member
274 #define put_byte(s, c) {s->pending_buf[s->pending++] = (Bytef)(c);}
/illumos-gate/usr/src/uts/common/io/usb/usba/
H A DREADME41 Outstanding reqs pending queue the requests USB_PIPE_STATE_IDLE
58 Outstanding reqs pending Send next req to hcd USB_PIPE_STATE_ACTIVE
72 Outstanding reqs pending Send next req to hcd USB_PIPE_STATE_ACTIVE
93 Outstanding reqs pending queue the requests USB_PIPE_STATE_IDLE
108 Outstanding reqs pending Send next req to hcd USB_PIPE_STATE_ACTIVE
147 …usba_hcdi_cb USB_PIPE_STATE_ACTIVE if no requests are pending Before doing callback USB_PIPE_STA…
148 else outstanding reqs pending Before doing callback USB_PIPE_STATE_ACTIVE
224 …usba_hcdi_cb USB_PIPE_STATE_ACTIVE if no requests are pending Before doing callback USB_PIPE_STA…
225 else outstanding reqs pending Before doing callback USB_PIPE_STATE_ACTIVE
301 …usba_hcdi_cb USB_PIPE_STATE_ACTIVE if no requests are pending Before doing callback USB_PIPE_STA…
[all …]
/illumos-gate/usr/src/uts/i86pc/io/apix/
H A Dapix_intr.c397 volatile uint16_t pending; in apix_do_softint() local
400 while ((pending = cpu->cpu_softinfo.st_pending) != 0) { in apix_do_softint()
401 newipl = bsrw_insn(pending); in apix_do_softint()
589 volatile uint16_t pending; in apix_do_pending_hilevel() local
593 while ((pending = HILEVEL_PENDING(cpu)) != 0) { in apix_do_pending_hilevel()
594 newipl = bsrw_insn(pending); in apix_do_pending_hilevel()
799 volatile uint16_t pending; in apix_do_pending_hardint() local
803 while ((pending = LOWLEVEL_PENDING(cpu)) != 0) { in apix_do_pending_hardint()
804 newipl = bsrw_insn(pending); in apix_do_pending_hardint()
/illumos-gate/usr/src/contrib/ast/src/lib/libpp/
H A Dppline.c78 if (pp.pending == pppendout() || pplastout() != '\n') in ppline()
85 pp.pending = pppendout(); in ppline()
H A Dppmacref.c57 pp.pending = pppendout(); in ppmacref()
/illumos-gate/usr/src/ucbcmd/sed/
H A Dsed1.c58 union reptr *pending; variable
124 if(pending) { in execute()
125 ipc = pending; in execute()
126 pending = 0; in execute()
503 pending = ipc; in command()
515 pending = ipc; in command()
/illumos-gate/usr/src/cmd/isns/isnsd/
H A Desi.c585 int pending in esi_remove_obj() argument
605 (void) el_remove(puid, uid, pending); in esi_remove_obj()
713 int pending in ev_remove() argument
752 state = (pending << 1) | flag; in ev_remove()
1023 int pending in evl_remove() argument
1034 (void) ev_remove(ev, id2, 0, pending); in evl_remove()
/illumos-gate/usr/src/cmd/smbsrv/testoplock/
H A Dcase14.txt23 # (resp pending, will break RWH to RH)
41 # (resp blocked -- win10 does not go pending? we do)
/illumos-gate/usr/src/lib/libdwarf/common/
H A Dgennames.c563 int pending = FALSE; in ParseDefinitionsAndWriteOutput() local
597 if (pending) { in ParseDefinitionsAndWriteOutput()
601 pending = TRUE; in ParseDefinitionsAndWriteOutput()
631 if (pending) { in ParseDefinitionsAndWriteOutput()
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/oce/
H A Doce_rx.c388 atomic_add_32(&rq->pending, frag_cnt); in oce_rx()
601 (void) atomic_dec_32(&rq->pending); in oce_rx_pool_free()
673 if (rq->pending > 0) { in oce_rx_pending()
677 rq->pending = 0; in oce_rx_pending()
681 return (rq->pending); in oce_rx_pending()
/illumos-gate/usr/src/uts/i86xpv/io/psm/
H A Dxpv_uppc.c826 uint16_t pending; in xen_uppc_setspl() local
834 pending = cpu->cpu_m.mcpu_intr_pending & ~((1 << (ipl + 1)) - 1); in xen_uppc_setspl()
835 if (pending) { in xen_uppc_setspl()
841 for (i = bsrw_insn(pending); i > ipl; i--) in xen_uppc_setspl()
/illumos-gate/usr/src/cmd/hal/hald/
H A Dhald_runner.c424 call_notify(DBusPendingCall *pending, void *user_data) in call_notify() argument
435 m = dbus_pending_call_steal_reply(pending); in call_notify()
462 dbus_pending_call_unref (pending); in call_notify()
474 dbus_pending_call_unref (pending); in call_notify()
/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_sge.c1071 eq->pending += ndesc; in t4_wrq_tx_locked()
1072 if (eq->pending > 16) in t4_wrq_tx_locked()
1087 if (eq->pending != 0) in t4_wrq_tx_locked()
1238 if (eq->pending != 0) in t4_eth_tx()
2259 recycled: fl->pending++; in refill_fl()
2269 if (fl->pending >= 8) in refill_fl()
2851 eq->pending += ndesc; in write_txpkts_wr()
2979 eq->pending += ndesc; in write_txpkt_wr()
3122 if (eq->pending > 1) in ring_tx_db()
3189 eq->pending = 0; in ring_tx_db()
[all …]
/illumos-gate/usr/src/cmd/listen/
H A Dlisten.c179 static void pitchcall(struct call_list *pending, struct t_discon *discon);
1631 pitchcall(struct call_list *pending, struct t_discon *discon) in pitchcall() argument
1636 if (EMPTYLIST(pending)) { in pitchcall()
1640 p = pending->cl_head; in pitchcall()
1645 pending->cl_head = p->c_np; in pitchcall()
1646 if (pending->cl_head == (struct callsave *) NULL) { in pitchcall()
1647 pending->cl_tail = (struct callsave *) NULL; in pitchcall()
1650 else if (p == pending->cl_tail) { in pitchcall()
1652 pending->cl_tail = oldp; in pitchcall()
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/
H A Decore_sp_verbs.c4798 unsigned long *pending = &o->pending; in ecore_queue_state_change() local
4851 ECORE_SET_BIT(bit, &obj->pending); in ecore_queue_set_pending()
5696 o->pending = 0; in ecore_queue_chk_transition()
5703 if (o->pending) { in ecore_queue_chk_transition()
5705 o->pending); in ecore_queue_chk_transition()
5973 if (o->pending) in ecore_func_get_state()
6078 o->pending = 0; in ecore_func_chk_transition()
6085 if (o->pending) in ecore_func_chk_transition()
6740 unsigned long *pending = &o->pending; in ecore_func_state_change() local
6765 ECORE_SET_BIT(cmd, pending); in ecore_func_state_change()
[all …]
/illumos-gate/usr/src/uts/i86pc/io/pcplusmp/
H A Dapic_introp.c287 int bit, index, irr, pending; in apic_get_pending() local
306 pending = (irr & (1 << bit)) ? 1 : 0; in apic_get_pending()
307 if (!pending && (type == DDI_INTR_TYPE_FIXED)) { in apic_get_pending()
311 pending = (READ_IOAPIC_RDT_ENTRY_LOW_DWORD(apic_ix, intin_no) & in apic_get_pending()
314 return (pending); in apic_get_pending()
/illumos-gate/usr/src/cmd/fs.d/ufs/fsck/
H A Dsetup.c1324 int pending, transferred; in calcsb() local
1469 pending = sizeof (struct fs); in calcsb()
1472 transferred = read(child_pipe[FROM_CHILD], target, pending); in calcsb()
1473 pending -= transferred; in calcsb()
1475 } while ((pending > 0) && (transferred > 0)); in calcsb()
1477 if (pending > 0) { in calcsb()
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Decore_spq.c575 OSAL_LIST_INIT(&p_spq->pending); in ecore_spq_setup()
710 p_ent->queue = &p_spq->pending; in ecore_spq_get_entry()
791 OSAL_LIST_PUSH_TAIL(&p_ent->list, &p_spq->pending); in ecore_spq_add_entry()
795 OSAL_LIST_PUSH_HEAD(&p_ent->list, &p_spq->pending); in ecore_spq_add_entry()
881 return ecore_spq_post_list(p_hwfn, &p_spq->pending, in ecore_spq_pend_post()

1234