HomeSort by relevance Sort by last modified time
    Searched refs:pending (Results 1 - 25 of 62) sorted by null

1 2 3

  /onnv/onnv-gate/usr/src/uts/common/os/
clock_tick.c 103 * Number of pending ticks that need to be accounted by the softint
265 clock_tick_schedule_one(clock_tick_set_t *csp, int pending, processorid_t cid)
279 ctp->ct_pending += pending;
292 clock_tick_process(cpu_t *cp, clock_t mylbolt, int pending)
418 clock_tick(t, pending);
453 * simply increment a pending count and return. Eventually when they
454 * finish, the pending count is passed down to the next set of
457 * chances of threads getting away before their pending ticks are
458 * accounted. The other benefit is that if the pending count is
530 int pending)
569 int start, scan, end, pending; local
    [all...]
clock.c     [all...]
  /onnv/onnv-gate/usr/src/uts/i86pc/boot/
boot_keyboard.c 133 * -1 Nothing pending
134 * 0x000-0x0ff Pending byte
139 int pending; member in struct:__anon8456
144 -1, /* pending */
161 * kb_ischar() doesn't succeed without leaving kb.pending
164 ASSERT(kb.pending >= 0);
166 if (kb.pending & 0x100) {
168 kb.pending &= 0xff;
170 ret = kb.pending;
171 kb.pending = -1
    [all...]
  /onnv/onnv-gate/usr/src/lib/libpp/common/
ppline.c 78 if (pp.pending == pppendout() || pplastout() != '\n')
85 pp.pending = pppendout();
ppmacref.c 57 pp.pending = pppendout();
  /onnv/onnv-gate/usr/src/uts/intel/io/acpica/
osl_ml.s 43 * | Pending | 1 | 0 | Non-zero indicates that a request |
45 * | | | | is pending. |
75 andl $0xFFFFFFFE, %edx / Clear pending bit
77 adcl $0, %edx / If owned, set pending bit
81 cmpb $3, %dl / Was it acquired or marked pending?
82 sbbq %rax, %rax / acquired = -1, pending = 0
  /onnv/onnv-gate/usr/src/uts/common/zmod/
deflate.c 378 s->pending = 0;
520 * Put a short in the pending buffer. The 16-bit value is put in MSB order.
533 * Flush as much pending output as possible. All deflate() output goes
541 unsigned len = strm->state->pending;
551 strm->state->pending -= len;
552 if (strm->state->pending == 0) {
623 s->pending);
660 uInt beg = s->pending; /* start of bytes to update crc */
663 if (s->pending == s->pending_buf_size) {
664 if (s->gzhead->hcrc && s->pending > beg
    [all...]
deflate.h 97 Bytef *pending_buf; /* output still pending */
99 Bytef *pending_out; /* next pending byte to output to the stream */
100 uInt pending; /* nb of bytes in the pending buffer */ member in struct:internal_state
268 #define put_byte(s, c) {s->pending_buf[s->pending++] = (c);}
  /onnv/onnv-gate/usr/src/cmd/print/bsd-sysv-commands/
disable.c 95 int pending = 0; /* not implemented */ local
108 pending = 1;
  /onnv/onnv-gate/usr/src/ucbcmd/sed/
sed.h 147 extern union reptr *pending;
sed1.c 60 union reptr *pending; variable in typeref:union:reptr
126 if(pending) {
127 ipc = pending;
128 pending = 0;
505 pending = ipc;
517 pending = ipc;
  /onnv/onnv-gate/usr/src/uts/common/io/usb/usba/
README 41 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_STATE_IDLE
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_STATE_IDLE
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_STATE_IDL
    [all...]
  /onnv/onnv-gate/usr/src/cmd/isns/isnsd/
esi.c 573 * ESI failure, the ESI event will be removed with a pending time,
577 * pending - the pending flag.
585 int pending
605 (void) el_remove(puid, uid, pending);
697 * removed, the ESI event will be marked as removal pending, which
698 * will result in removing the Entity object after the pending time.
703 * pending - flag for the ESI removal pending.
713 int pending
    [all...]
sched.c 454 * pending - Do not actually remove, mark it for removal pending.
463 int pending
472 if (evl_remove(id1, id2, pending) != 0) {
482 if (ev_remove(n->event, id2, 1, pending) == 0) {
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.lib/in.dhcpd/
per_dnet.h 167 uint_t pending; /* # of pkts on client packet list */ member in struct:clnt
  /onnv/onnv-gate/usr/src/uts/common/io/drm/
drm_dma.c 116 buf->pending = 0;
  /onnv/onnv-gate/usr/src/uts/i86xpv/io/psm/
xpv_uppc.c 422 * If the clock irq is pending on this cpu then we need to
423 * clear the pending interrupt.
774 * We have cleared the pending bit already, clear the event
825 uint16_t pending; local
830 * If new ipl level will enable any pending interrupts, setup so the
833 pending = cpu->cpu_m.mcpu_intr_pending & ~((1 << (ipl + 1)) - 1);
834 if (pending) {
840 for (i = bsrw_insn(pending); i > ipl; i--)
  /onnv/onnv-gate/usr/src/cmd/hal/hald/
hald_runner.c 424 call_notify(DBusPendingCall *pending, void *user_data)
435 m = dbus_pending_call_steal_reply(pending);
462 dbus_pending_call_unref (pending);
474 dbus_pending_call_unref (pending);
  /onnv/onnv-gate/usr/src/cmd/man/src/
getNAME.c 477 int pending = 1; local
479 while (pending)
484 pending++;
487 pending--;
  /onnv/onnv-gate/usr/src/cmd/fs.d/ufs/fsck/
setup.c 277 "DISCARDING THE LOG MAY DISCARD PENDING TRANSACTIONS.\n"
1313 int pending, transferred; local
    [all...]
  /onnv/onnv-gate/usr/src/uts/i86pc/io/pcplusmp/
apic_introp.c 294 * This function will return the pending bit of the irqp.
302 int bit, index, irr, pending; local
321 pending = (irr & (1 << bit)) ? 1 : 0;
322 if (!pending && (type == DDI_INTR_TYPE_FIXED)) {
326 pending = (READ_IOAPIC_RDT_ENTRY_LOW_DWORD(apic_ix, intin_no) &
329 return (pending);
  /onnv/onnv-gate/usr/src/cmd/fmli/sys/
mencmds.c 651 register int i, numitems, pending; local
666 for (i = 0, pending = 0; i < numitems; i++) {
669 if (pending++)
  /onnv/onnv-gate/usr/src/uts/common/avs/ns/sdbc/
sd_pcu.c 526 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 */
  /onnv/onnv-gate/usr/src/uts/intel/io/drm/
r300_cmdbuf.c 738 buf->pending = 1;
918 if (buf->filp != fpriv || buf->pending) {
920 buf->filp, fpriv, buf->pending);
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/
Fast.pm 177 Maximum length of the queue of pending connections.

Completed in 1740 milliseconds

1 2 3