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

/freebsd-11-stable/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-11-stable/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-11-stable/sys/dev/ath/
H A Dif_ath_tx.c1409 * so it goes out even though the queue is paused.
2012 * queuing it, as the TID will now be paused.
2015 * It queues directly to hardware because the TID is paused
2799 if (tid->paused)
2825 return; /* paused, can't schedule yet */
2951 /* paused? queue */
2954 /* XXX don't sched - we're paused! */
3058 * If the TID is paused or the traffic it outside BAW, software
3065 /* TID is paused, queue */
3066 DPRINTF(sc, ATH_DEBUG_SW_TX, "%s: paused\
[all...]
H A Dif_athvar.h144 int paused; /* >0 if the TID has been paused */ member in struct:ath_tid
158 * When this is set to 1, this TID will be paused
/freebsd-11-stable/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
5188 int paused; local
6746 int paused; local
7723 ahc_run_tqinfifo(struct ahc_softc *ahc, int paused) argument
[all...]
H A Daic79xx.c939 * will cause the sequencer to be paused again,
1097 AHD_TRANS_ACTIVE, /*paused*/TRUE);
1100 AHD_TRANS_ACTIVE, /*paused*/TRUE);
1526 * The sequencer is paused immediately on
2307 /*paused*/TRUE);
2312 /*paused*/TRUE);
2344 /*paused*/TRUE);
2367 /*paused*/TRUE);
3076 u_int type, int paused)
3177 if (!paused)
3074 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
3220 ahd_set_width(struct ahd_softc *ahd, struct ahd_devinfo *devinfo, u_int width, u_int type, int paused) argument
3398 int paused; local
8173 int paused; local
9005 int paused; local
10240 ahd_run_tqinfifo(struct ahd_softc *ahd, int paused) argument
[all...]
/freebsd-11-stable/usr.sbin/moused/
H A Dmoused.c182 static int paused = FALSE; variable
1300 if (!paused)
1316 if (!paused)
1339 if (!paused)
1365 paused = !paused;
2654 if (!paused)
/freebsd-11-stable/sys/xen/interface/
H A Ddomctl.h85 /* Currently paused by control software. */
728 uint8_t paused; /* is the domain paused */ member in struct:xen_domctl_gdbsx_domstatus
775 * read, write, and execute--is violated, the VCPU is paused and a memory event

Completed in 259 milliseconds