Searched refs:waiting (Results 26 - 41 of 41) sorted by relevance

12

/freebsd-9.3-release/sys/geom/vinum/
H A Dgeom_vinum_raid5.c64 wp->waiting = NULL;
90 if (wp->waiting != NULL) {
91 if (wp->waiting->bio_cflags & GV_BIO_MALLOC)
92 g_free(wp->waiting->bio_data);
93 g_destroy_bio(wp->waiting);
235 wp->waiting = cbp;
557 wp->waiting = cbp;
H A Dgeom_vinum_plex.c115 /* Park the bio on the waiting queue. */
360 /* Bring the waiting bios back into the game. */
404 /* Bring the waiting bios back into the game. */
459 if (wp->waiting != NULL) {
460 pbp = wp->waiting;
461 wp->waiting = NULL;
513 if (wp->waiting != NULL) {
514 pbp = wp->waiting;
515 wp->waiting = NULL;
/freebsd-9.3-release/sys/dev/drm/
H A Dsavage_state.c53 dev_priv->waiting = 1;
79 dev_priv->waiting = 1;
254 dev_priv->waiting = 1;
360 if (S3_SAVAGE3D_SERIES(dev_priv->chipset) && dev_priv->waiting) {
369 dev_priv->waiting = 0;
610 if (S3_SAVAGE3D_SERIES(dev_priv->chipset) && dev_priv->waiting) {
619 dev_priv->waiting = 0;
1043 dev_priv->waiting = 1;
H A Dsavage_drv.h190 unsigned int waiting; member in struct:drm_savage_private
/freebsd-9.3-release/contrib/nvi/tk/
H A Dinit.tcl230 global waiting
232 set waiting 0
241 global waiting
246 set waiting 1
260 global waiting
263 if { $waiting != 0 } {
272 global waiting
275 if { $waiting != 0 } {
289 global waiting
292 if { $waiting !
[all...]
/freebsd-9.3-release/usr.bin/make/
H A Dparse.c183 static int waiting; variable
560 waiting++;
636 gn->order = waiting;
638 if (waiting) {
714 waiting = 0;
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/nfs/
H A Dtst.call3.c41 * The waiting() function returns the value passed in, until something
51 waiting(volatile int *a) function
358 while (waiting(&a) == 0)
/freebsd-9.3-release/contrib/ntp/libntp/
H A Daudio.c499 "audio: samples %d, eof %d, pause %d, error %d, waiting %d, balance %d\n",
502 info.record.waiting, info.record.balance);
/freebsd-9.3-release/usr.bin/csup/
H A Dmux.c667 * Make sure the sender thread has run and is waiting for new work
760 int waiting; local
763 waiting = m->sender_waiting;
767 * waiting and is not anymore, we'll just send a useless
768 * signal; if he wasn't waiting then he won't go to sleep
771 if (waiting)
/freebsd-9.3-release/sys/dev/sound/midi/
H A Dsequencer.c152 int waiting; member in struct:seq_softc
394 t->waiting = 1;
396 t->waiting = 0;
2046 scp->waiting == 0) {
/freebsd-9.3-release/contrib/ntp/sntp/libevent/
H A Devdns.c233 char write_waiting; /* true if we are waiting for EV_WRITE events */
277 /* that we're waiting to write. Only set if we have tried to respond */
309 /* A circular list of requests that we're waiting to send, but haven't
324 /* requests which aren't inflight are in the waiting list */
595 /* a different server. Requests in the waiting queue don't have a */
607 /* still waiting to go out, can be moved */
738 /* requests from the waiting queue if it can. */
756 /* move a request from the waiting queue to the inflight queue */
1470 /* set if we are waiting for the ability to write to this server. */
1471 /* if waiting i
1474 nameserver_write_waiting(struct nameserver *ns, char waiting) argument
[all...]
/freebsd-9.3-release/sys/dev/isp/
H A DDriverManual.txt368 handle to find the command you were waiting on. It should be noted that
/freebsd-9.3-release/sys/dev/drm2/
H A DdrmP.h431 __volatile__ int waiting; /**< On kernel DMA queue */ member in struct:drm_buf
956 struct sigio *buf_sigio; /* Processes waiting for SIGIO */
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzio.c495 boolean_t waiting = B_FALSE; local
502 waiting = B_TRUE;
506 return (waiting);
1215 * interrupt threads may all be blocked waiting for the config lock.
1289 * (2) the pipeline stalls waiting for dependent child I/Os
1290 * (3) the I/O issues, so we're waiting for an I/O completion interrupt
/freebsd-9.3-release/sys/dev/cxgbe/common/
H A Dt4_hw.c299 * We timed out waiting for a reply to our mailbox command. Report
4396 int waiting = FW_CMD_HELLO_TIMEOUT; local
4409 waiting -= 50;
4413 * by the firmware keep waiting till we exhaust our
4419 if (waiting <= 0) {
/freebsd-9.3-release/sys/ufs/ffs/
H A Dffs_softdep.c1717 /* Freeblks is waiting on a inode write. */
3166 * Mark all the journal entries waiting on the synchronize cache
3460 int waiting; local
3467 waiting = wk->wk_state & IOWAITING;
3509 if (waiting)
3584 * complete and we attempt to free it. Any pagedeps writes sleeping waiting
3660 * The mkdir may be waiting on the jaddref to clear before freeing.
4308 * disk. Reclaim journal blocks and dependencies waiting for the segment
4382 * waiting on oldestwrseq to advance. We force a small record
5742 * If this indirdep is not attached to a buf it was simply waiting
[all...]

Completed in 206 milliseconds

12