Searched refs:paused (Results 1 - 13 of 13) sorted by relevance

/freebsd-10.2-release/sys/dev/drm/
H A Dvia_dma.c422 * the regulator has already paused, restart it.
428 int paused, count; local
433 paused = 0;
457 paused = (VIA_READ(0x41c) & 0x80000000);
458 if (paused)
464 paused = VIA_READ(0x41c) & 0x80000000;
466 if (paused && !no_pci_fire) {
487 return paused;
650 * and actually paused at the current buffer end).
/freebsd-10.2-release/contrib/ntp/lib/isc/
H A Dtask.c153 isc_condition_t paused; member in struct:isc__taskmgr
1212 SIGNAL(&manager->paused);
1304 (void)isc_condition_destroy(&manager->paused);
1387 if (isc_condition_init(&manager->paused) != ISC_R_SUCCESS) {
1621 WAIT(&manager->paused, &manager->lock);
/freebsd-10.2-release/sys/dev/ath/
H A Dif_ath_tx.c1440 * so it goes out even though the queue is paused.
2038 * queuing it, as the TID will now be paused.
2041 * It queues directly to hardware because the TID is paused
2804 if (tid->paused)
2830 return; /* paused, can't schedule yet */
2956 /* paused? queue */
2959 /* XXX don't sched - we're paused! */
3063 * If the TID is paused or the traffic it outside BAW, software
3070 /* TID is paused, queue */
3071 DPRINTF(sc, ATH_DEBUG_SW_TX, "%s: paused\
[all...]
H A Dif_athvar.h125 int paused; /* >0 if the TID has been paused */ member in struct:ath_tid
139 * When this is set to 1, this TID will be paused
/freebsd-10.2-release/sys/dev/aic7xxx/
H A Daic79xx.h1449 void ahd_run_tqinfifo(struct ahd_softc *ahd, int paused);
1524 u_int width, u_int type, int paused);
1529 u_int type, int paused);
H A Daic7xxx.h1239 void ahc_run_tqinfifo(struct ahc_softc *ahc, int paused);
1314 u_int width, u_int type, int paused);
1320 u_int type, int paused);
H A Daic7xxx.c965 * The sequencer is paused immediately on
1336 /*paused*/TRUE);
1350 /*paused*/TRUE);
1910 u_int offset, u_int ppr_options, u_int type, int paused)
2036 u_int width, u_int type, int paused)
2110 int paused; local
2148 paused = 1;
2150 paused = 0;
2177 if (paused == 0)
3176 /*paused*/TRU
1908 ahc_set_syncrate(struct ahc_softc *ahc, struct ahc_devinfo *devinfo, struct ahc_syncrate *syncrate, u_int period, u_int offset, u_int ppr_options, u_int type, int paused) argument
2035 ahc_set_width(struct ahc_softc *ahc, struct ahc_devinfo *devinfo, u_int width, u_int type, int paused) argument
5194 int paused; local
6752 int paused; local
7728 ahc_run_tqinfifo(struct ahc_softc *ahc, int paused) argument
[all...]
H A Daic79xx.c939 * will cause the sequencer to be paused again,
1100 AHD_TRANS_ACTIVE, /*paused*/TRUE);
1103 AHD_TRANS_ACTIVE, /*paused*/TRUE);
1529 * The sequencer is paused immediately on
2311 /*paused*/TRUE);
2316 /*paused*/TRUE);
2348 /*paused*/TRUE);
2371 /*paused*/TRUE);
3082 u_int type, int paused)
3183 if (!paused)
3080 ahd_set_syncrate(struct ahd_softc *ahd, struct ahd_devinfo *devinfo, u_int period, u_int offset, u_int ppr_options, u_int type, int paused) argument
3226 ahd_set_width(struct ahd_softc *ahd, struct ahd_devinfo *devinfo, u_int width, u_int type, int paused) argument
3404 int paused; local
8182 int paused; local
9014 int paused; local
10248 ahd_run_tqinfifo(struct ahd_softc *ahd, int paused) argument
[all...]
/freebsd-10.2-release/usr.sbin/moused/
H A Dmoused.c180 static int paused = FALSE; variable
1297 if (!paused)
1313 if (!paused)
1336 if (!paused)
1362 paused = !paused;
2651 if (!paused)
/freebsd-10.2-release/sys/xen/interface/
H A Ddomctl.h79 /* Currently paused by control software. */
702 uint8_t paused; /* is the domain paused */ member in struct:xen_domctl_gdbsx_domstatus
740 * write, and execute--is violated, the VCPU is paused and a memory event
/freebsd-10.2-release/contrib/subversion/subversion/libsvn_ra_serf/
H A Dupdate.c1617 ctx->parser_ctx->paused = TRUE;
2229 ctx->parser_ctx->paused = TRUE;
3061 /* If the parser is paused, and the number of active requests has
3063 if (parser_ctx->paused
3066 parser_ctx->paused = FALSE;
3068 /* If we have not paused the parser and it looks like data MAY be
3071 if (!parser_ctx->paused && parser_ctx->pending != NULL)
H A Dutil.c1643 /* Fast path exit: already paused, nothing to do, or already done. */
1644 if (parser->paused || parser->pending == NULL || *parser->done)
1669 /* If the XML parsing callbacks paused us, then we're done for now. */
1670 if (parser->paused)
1838 the parser has been paused, or we already have data in there (so
1840 if (ctx->paused || HAS_PENDING_DATA(ctx->pending))
H A Dra_serf.h648 svn_boolean_t paused;
650 /* While the XML parser is paused, content arriving from the server
645 svn_boolean_t paused; member in struct:svn_ra_serf__xml_parser_t

Completed in 240 milliseconds