Home
last modified time | relevance | path

Searched refs:pending (Results 1 – 25 of 89) sorted by last modified time

1234

/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Dutil.c705 static APlist *pending = NULL; in call_init() local
714 (void) aplist_append(&pending, tobj, AL_CNT_PENDING); in call_init()
785 for (APLIST_TRAVERSE(pending, idx, pobj)) { in call_init()
786 aplist_delete(pending, &idx); in call_init()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_nfs4.c4195 int pending = 0; in detail_uint32_bitmap() local
4212 pending = 0; in detail_uint32_bitmap()
4216 pending = 1; in detail_uint32_bitmap()
4220 if (pending) in detail_uint32_bitmap()
/illumos-gate/usr/src/uts/intel/io/vmm/
H A Dvmm_instruction_emul.c2985 struct vie_mmio *pending; in vie_fulfill_mmio() local
2993 pending = &vie->mmio_req_read; in vie_fulfill_mmio()
2995 pending = &vie->mmio_req_write; in vie_fulfill_mmio()
2998 if (pending->state != VR_PENDING || in vie_fulfill_mmio()
2999 pending->bytes != result->bytes || pending->gpa != result->gpa) { in vie_fulfill_mmio()
3004 pending->data = result->data & vie_size2mask(pending->bytes); in vie_fulfill_mmio()
3006 pending->state = VR_DONE; in vie_fulfill_mmio()
/illumos-gate/usr/src/uts/intel/io/vmm/intel/
H A Dvmx.c3534 atomic_store_rel_long(&pir_desc->pending, 1); in vmx_apicv_set_ready()
3541 atomic_store_rel_long(&pir_desc->pending, 1); in vmx_apicv_set_ready()
3571 if (atomic_cmpset_long(&pir_desc->pending, 0, 1) != 0) { in vmx_apicv_set_ready()
3684 if (atomic_cmpset_long(&pir_desc->pending, 1, 0) == 0) { in vmx_apicv_sync()
H A Dvmx.h104 uint64_t pending; member
/illumos-gate/usr/src/cmd/bhyve/
H A Dpci_nvme.c2388 bool pending = false; in nvme_opc_flush() local
2400 pending = true; in nvme_opc_flush()
2410 return (pending); in nvme_opc_flush()
2560 pending = true; in nvme_opc_write_read()
2563 if (!pending) in nvme_opc_write_read()
2566 return (pending); in nvme_opc_write_read()
2723 pending = true; in nvme_opc_dataset_mgmt()
2727 return (pending); in nvme_opc_dataset_mgmt()
2750 bool pending; in pci_nvme_handle_io_cmd() local
2752 pending = false; in pci_nvme_handle_io_cmd()
[all …]
H A Dpci_ahci.c151 uint32_t pending; member
470 if (p->pending == 0) { in ahci_check_stopped()
510 p->pending &= ~(1 << slot); in ahci_port_stop()
733 p->pending |= 1 << slot; in ahci_handle_rw()
771 p->pending |= 1 << slot; in ahci_handle_flush()
855 p->pending &= ~(1 << slot); in ahci_handle_dsm_trim()
883 p->pending |= 1 << slot; in ahci_handle_dsm_trim()
1437 p->pending |= 1 << slot; in atapi_read()
1878 if ((p->ci & ~p->pending & (1 << p->ccs)) != 0) { in ahci_handle_port()
1955 p->pending &= ~(1 << slot); in ata_ioreq_cb()
[all …]
H A Dgdb.c1751 size_t pending; in gdb_readable() local
1760 pending = n; in gdb_readable()
1766 if (pending == 0) in gdb_readable()
1767 pending = 1; in gdb_readable()
1770 io_buffer_grow(&cur_comm, pending); in gdb_readable()
1771 assert(io_buffer_avail(&cur_comm) >= pending); in gdb_readable()
/illumos-gate/usr/src/uts/common/os/
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()
H A Dsunddi.c4917 int pending = 0; in real_callback_run() local
4930 pending += marker->c_count; in real_callback_run()
4935 ASSERT(pending > 0); in real_callback_run()
4954 pending -= count; in real_callback_run()
4960 pending--; in real_callback_run()
4966 } while (pending > 0); in real_callback_run()
H A Dkmem.c4894 kmem_move_t *callback, *pending; in kmem_move_begin() local
4919 pending = avl_find(&cp->cache_defrag->kmd_moves_pending, buf, &index); in kmem_move_begin()
4920 if (pending != NULL) { in kmem_move_begin()
4926 pending->kmm_flags |= KMM_DESPERATE; in kmem_move_begin()
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/
H A Dlm5710.h2683 typedef void(*lm_sq_comp_cb_t)(struct _lm_device_t *pdev, struct sq_pending_command *pending);
/illumos-gate/usr/src/uts/common/sys/scsi/adapters/mpi/
H A Dmpi2_history.txt238 * Added more pending task bits to RAID Volume Page 0
/illumos-gate/usr/src/uts/sun4/ml/
H A Dinterrupt.S1446 brnz,pn %l6, 4f ! branch if softint is already pending
1463 ! there's pending intr_vec_t already
1480 ! 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
1741 ! there's pending intr_vec_t already
/illumos-gate/usr/src/uts/sparc/v9/ml/
H A Dsyscall_trap.S257 ! Floating-point trap was pending at start of system call.
/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/ucbcmd/sed/
H A Dsed0.c94 pending = 0; in main()
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/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/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/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.c221 int pending; /* nb of bytes in the pending buffer */ member
394 #define put_byte(s, c) {s->pending_buf[s->pending++] = (c);}
677 s->pending = 0;
712 unsigned len = state->pending;
724 state->pending -= len;
725 if (state->pending == 0) {
761 if (state->pending != 0) {
850 return state->pending != 0 ? Z_OK : Z_STREAM_END;
2490 Assert(s->pending < s->lit_bufsize + 2*lx, "pendingBuf overflow");
/illumos-gate/usr/src/uts/i86pc/io/apix/
H A Dapix.c1423 int bit, index, irr, pending; in apix_get_pending() local
1436 pending = (irr & (1 << bit)) ? 1 : 0; in apix_get_pending()
1437 if (!pending && vecp->v_type == APIX_TYPE_FIXED) in apix_get_pending()
1438 pending = apix_intx_get_pending(vecp->v_inum); in apix_get_pending()
1440 return (pending); in apix_get_pending()
2013 int intin, ioapicindex, pending; in apix_intx_get_pending() local
2031 pending = (READ_IOAPIC_RDT_ENTRY_LOW_DWORD(ioapicindex, intin) & in apix_intx_get_pending()
2037 return (pending); in apix_intx_get_pending()
/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dadapter.h205 uint16_t pending; /* # of descs processed since last doorbell */ member
257 uint16_t pending; /* # of descriptors used since last doorbell */ member
289 uint32_t pending; /* # of bufs allocated since last doorbell */ member
/illumos-gate/usr/src/uts/common/io/chxge/
H A Dsge.c1609 unsigned int pending = Q->cq_entries_n - in free_tx_resources() local
1614 if (pending) in free_tx_resources()
1615 free_cmdQ_buffers(sge, Q, pending); in free_tx_resources()
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.c367 int pending; /* nb of bytes in the pending buffer */ member
1009 s->pending = 0;
1092 unsigned len = s->pending;
1105 s->pending -= len;
1106 if (s->pending == 0) {
1160 if (s->pending != 0) {
1264 return (s->pending != 0 ? Z_OK : Z_STREAM_END);
1370 return (((deflate_state *)(strm->state))->pending);
3405 Assert(s->pending < s->lit_bufsize + 2*lx,
3520 zmemcpy(&s->pending_buf[s->pending], buf, len); /* PPP */
[all …]

1234