HomeSort by: relevance | last modified time | path
    Searched defs:paused (Results 1 - 18 of 18) sorted by relevancy

  /src/sys/arch/riscv/riscv/
cpu_subr.c 360 * Resume all paused cpus.
393 char running, hatched, paused, resumed, halted; local
398 paused = (kcpuset_isset(cpus_paused, cpu_index(ci)) ? 'P' : '-');
406 hatched, running, paused, resumed, halted,
  /src/sys/external/bsd/drm2/dist/drm/vmwgfx/
vmwgfx_overlay.c 48 bool paused; member in struct:vmw_stream
248 * If the stream is paused the no evict flag is removed from the buffer
269 /* If the stream is paused this is already done */
270 if (!stream->paused) {
287 stream->paused = false;
289 stream->paused = true;
317 stream->buf, buf, stream->paused ? "" : "not ");
324 } else if (!stream->paused) {
325 /* If the buffers match and not paused then just send
357 /* stream is no longer stopped/paused */
    [all...]
  /src/external/mpl/bind/dist/lib/isc/
loop_p.h 57 bool paused; member in struct:isc_loop
97 atomic_bool paused; member in struct:isc_loopmgr
  /src/sys/external/bsd/drm2/dist/drm/via/
via_dma.c 410 * the regulator has already paused, restart it.
416 int paused, count; local
421 paused = 0;
445 paused = (via_read(dev_priv, 0x41c) & 0x80000000);
446 if (paused)
452 paused = via_read(dev_priv, 0x41c) & 0x80000000;
454 if (paused && !no_pci_fire) {
459 DRM_ERROR("Paused at incorrect address. "
475 return paused;
635 * and actually paused at the current buffer end)
    [all...]
  /src/sys/arch/mips/mips/
cpu_subr.c 828 * Resume all paused cpus.
861 char running, hatched, paused, resumed, halted; local
866 paused = (kcpuset_isset(cpus_paused, cpu_index(ci)) ? 'P' : '-');
873 running, hatched, paused, resumed, halted,
  /src/sys/arch/powerpc/powerpc/
powerpc_machdep.c 756 * Resume all paused cpus.
787 char running, hatched, paused, resumed, halted; local
798 paused = (kcpuset_isset(csi->cpus_paused, index) ? 'P' : '-');
803 running, hatched, paused, resumed, halted,
  /src/sys/dev/ic/
isp_netbsd.h 96 paused : 1, member in struct:isposinfo
aic79xx.c 889 * will cause the sequencer to be paused again,
1067 AHD_TRANS_ACTIVE, /*paused*/TRUE);
1070 AHD_TRANS_ACTIVE, /*paused*/TRUE);
1493 * The sequencer is paused immediately on
2246 /*paused*/TRUE);
2263 /*paused*/TRUE);
2958 u_int type, int paused)
3060 if (!paused)
3063 if (!paused)
3104 u_int width, u_int type, int paused)
3272 int paused; local
8659 int paused; local
    [all...]
aic7xxx.c 962 * The sequencer is paused immediately on
1329 /*paused*/TRUE);
1335 /*paused*/TRUE);
1894 u_int offset, u_int ppr_options, u_int type, int paused)
2020 u_int width, u_int type, int paused)
2092 int paused; local
2130 paused = 1;
2132 paused = 0;
2159 if (paused == 0)
3084 /*paused*/TRUE)
4919 int paused; local
6604 int paused; local
    [all...]
  /src/external/bsd/ntp/dist/libntp/lib/isc/
task.c 155 isc_condition_t paused; member in struct:isc__taskmgr
1214 SIGNAL(&manager->paused);
1306 (void)isc_condition_destroy(&manager->paused);
1389 if (isc_condition_init(&manager->paused) != ISC_R_SUCCESS) {
1623 WAIT(&manager->paused, &manager->lock);
  /src/external/mpl/bind/dist/lib/dns/
rbtdb.c 226 * If 'paused' is true, then the tree lock is not being held.
230 bool paused; member in struct:rbtdb_dbiterator
2324 rbtdbiter->paused = true;
4369 REQUIRE(rbtdbiter->paused);
4374 rbtdbiter->paused = false;
4416 if (rbtdbiter->paused) {
4481 ENSURE(!rbtdbiter->paused);
4502 if (rbtdbiter->paused) {
4598 if (rbtdbiter->paused) {
4687 if (rbtdbiter->paused) {
    [all...]
qpcache.c 453 bool paused; member in struct:qpc_dbit
2765 .paused = true,
3947 REQUIRE(qpdbiter->paused);
3969 qpdbiter->paused = false;
4008 if (qpdbiter->paused) {
4029 ENSURE(!qpdbiter->paused);
4049 if (qpdbiter->paused) {
4086 if (qpdbiter->paused) {
4124 if (qpdbiter->paused) {
4156 if (qpdbiter->paused) {
    [all...]
  /src/external/mpl/dhcp/dist/includes/
failover.h 298 paused = 7, enumerator in enum:failover_state
  /src/external/mpl/dhcp/bind/dist/lib/isc/netmgr/
netmgr-int.h 211 bool paused; member in struct:isc__networker
297 * while the netmgr is pausing or paused.
672 atomic_bool paused; member in struct:isc_nm
  /src/external/gpl2/xcvs/dist/src/
server.c 4253 int paused = 0; local
4259 paused = 1;
4261 paused = 0;
4265 while (paused) {
4291 paused = 1;
4293 paused = 0;
  /src/sys/external/mit/xen-include-public/dist/xen/include/public/
domctl.h 84 /* Currently paused by control software. */
730 uint8_t paused; /* is the domain paused */ member in struct:xen_domctl_gdbsx_domstatus
777 * read, write, and execute--is violated, the VCPU is paused and a memory event
  /src/external/bsd/openldap/dist/servers/slapd/
bconfig.c 6960 int paused = 0; local
6965 LDAP_PVT_THREAD_POOL_PARAM_PAUSED, &paused ) ) {
6968 if ( !paused ) {
7005 if ( !paused )
7049 int paused = 0, rc = LDAP_NO_SUCH_OBJECT; local
7054 LDAP_PVT_THREAD_POOL_PARAM_PAUSED, &paused ) ) {
7057 if ( !paused ) {
7074 if ( !paused )
  /src/external/mpl/dhcp/bind/dist/lib/dns/
rbtdb.c 734 * If 'paused' is true, then the tree lock is not being held.
738 bool paused; member in struct:rbtdb_dbiterator
5819 rbtdbiter->paused = true;
9522 REQUIRE(rbtdbiter->paused);
9528 rbtdbiter->paused = false;
9574 if (rbtdbiter->paused) {
9614 ENSURE(!rbtdbiter->paused);
9635 if (rbtdbiter->paused) {
9689 if (rbtdbiter->paused) {
9765 if (rbtdbiter->paused) {
    [all...]

Completed in 76 milliseconds