HomeSort by: relevance | last modified time | path
    Searched defs:pause (Results 1 - 25 of 34) sorted by relevancy

1 2

  /src/external/gpl3/gdb.old/dist/gdb/python/lib/gdb/dap/
pause.py 20 @request("pause", response=False, expect_stopped=False)
21 def pause(**args): function
__init__.py 36 from . import pause # noqa: F401 namespace
  /src/tests/usr.bin/pkill/
t_pgrep.sh 45 pause(); function
  /src/external/gpl3/gdb/dist/gdb/python/lib/gdb/dap/
pause.py 20 @request("pause", response=False, expect_stopped=False)
21 def pause(**args): function
__init__.py 37 from . import pause # noqa: F401 namespace
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/fifo/
priv.h 28 void (*pause)(struct nvkm_fifo *, unsigned long *); member in struct:nvkm_fifo_func
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/gr/
priv.h 33 int (*pause)(struct nvkm_gr *); member in struct:nvkm_gr_func::__anon5389
  /src/tests/rump/kernspace/
workqueue.c 51 bool pause; member in struct:test_softc
61 if (sc->pause)
154 sc->pause = true;
  /src/external/mpl/dhcp/bind/dist/lib/dns/include/dns/
dbiterator.h 83 isc_result_t (*pause)(dns_dbiterator_t *iterator); member in struct:dns_dbiteratormethods
240 * Pause iteration.
  /src/external/bsd/openldap/dist/servers/lloadd/
connection.c 116 goto pause;
159 pause:
184 int pause; local
226 pause = c->c_io_state & LLOAD_C_READ_PAUSE;
256 if ( !(lload_features & LLOAD_FEATURE_PAUSE) || !pause ) {
  /src/external/mpl/bind/dist/lib/dns/include/dns/
dbiterator.h 85 isc_result_t (*pause)(dns_dbiterator_t *iterator); member in struct:dns_dbiteratormethods
279 * Pause iteration.
  /src/sys/dev/pci/cxgb/
cxgb_vsc8211.c 124 int err, sp = -1, dplx = -1, pause = 0; local
173 pause = PAUSE_RX | PAUSE_TX;
177 pause = PAUSE_TX;
180 pause = PAUSE_RX;
188 *fc = pause;
cxgb_mv88e1xxx.c 196 int sp = -1, dplx = -1, pause = 0; local
201 pause |= PAUSE_RX;
203 pause |= PAUSE_TX;
220 *fc = pause;
  /src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/subdev/
therm.h 89 void (*pause)(struct nvkm_therm *, bool active); member in struct:nvkm_therm::__anon5213
  /src/external/bsd/libevent/dist/
evrpc.c 101 struct evrpc_hook_ctx *pause; local
108 while ((pause = TAILQ_FIRST(&base->paused_requests)) != NULL) {
109 TAILQ_REMOVE(&base->paused_requests, pause, next);
110 mm_free(pause);
546 struct evrpc_hook_ctx *pause; local
555 while ((pause = TAILQ_FIRST(&pool->paused_requests)) != NULL) {
556 TAILQ_REMOVE(&pool->paused_requests, pause, next);
557 mm_free(pause);
771 struct evrpc_hook_ctx *pause = mm_malloc(sizeof(*pause)); local
787 struct evrpc_hook_ctx *pause; local
    [all...]
  /src/external/bsd/ntp/dist/sntp/libevent/
evrpc.c 99 struct evrpc_hook_ctx *pause; local
106 while ((pause = TAILQ_FIRST(&base->paused_requests)) != NULL) {
107 TAILQ_REMOVE(&base->paused_requests, pause, next);
108 mm_free(pause);
544 struct evrpc_hook_ctx *pause; local
553 while ((pause = TAILQ_FIRST(&pool->paused_requests)) != NULL) {
554 TAILQ_REMOVE(&pool->paused_requests, pause, next);
555 mm_free(pause);
769 struct evrpc_hook_ctx *pause = mm_malloc(sizeof(*pause)); local
785 struct evrpc_hook_ctx *pause; local
    [all...]
  /src/external/mit/lua/dist/src/
lbaselib.c 246 int pause = (int)luaL_optinteger(L, 2, 0); local
249 return pushmode(L, lua_gc(L, o, pause, stepmul, stepsize));
lapi.c 1221 int pause = va_arg(argp, int); local
1225 if (pause != 0)
1226 setgcparam(g->gcpause, pause);
lgc.c 60 ** macro to adjust 'pause': 'pause' is actually used like
61 ** 'pause / PAUSEADJ' (value chosen by tests)
1056 ** start when memory use hits the threshold of ('estimate' * pause /
1062 int pause = getgcparam(g->gcpause); local
1065 threshold = (pause < MAX_LMEM / estimate) /* overflow? */
1066 ? estimate * pause /* no overflow */
1344 ** and go to the pause state.
1665 ** finishing a cycle (pause state). Finally, it sets the debt that
1674 do { /* repeat until pause or enough "credit" (negative debt) *
    [all...]
  /src/sys/dev/ata/
ata.c 2368 int pause = mstohz(ms); local
2370 kpause(msg, false, pause > 0 ? pause : 1, &chp->ch_lock);
  /src/sys/compat/sunos/
sunos.h 138 u_char pause; member in struct:sunos_audio_prinfo
  /src/external/bsd/openldap/dist/libraries/libldap/
tpool.c 114 /* not paused and something to do for pool_<wrapper/pause/destroy>()
154 * When a pause is in effect all workers switch to waiting on
796 * 0 if not pause, 1 if pause, -1 if error or no pool.
1110 #define DO_PAUSE 64 /* CHECK_PAUSE; pause the pool */
1119 int ret = 0, pause, max_ltp_pause; local
1144 pause = pool->ltp_pause; /* NOT_PAUSED, WANT_PAUSE or PAUSED */
1147 pause_type -= pause;
1154 if (pause && pq->ltp_active_count < 1) {
1167 /* Wait out pause if any, then cancel GO_IDLE *
    [all...]
  /src/sys/arch/vax/include/
qdreg.h 247 u_short pause; /* Y coord to set stat when scanned */ member in struct:adder
  /src/sys/dev/pci/ixgbe/
ixgbe_x550.c 4103 u32 pause, asm_dir, reg_val; local
4121 /* Determine PAUSE and ASM_DIR bits. */
4124 pause = 0;
4128 pause = 0;
4135 * Pause ONLY, we will advertise that we support both
4136 * symmetric and asymmetric Rx PAUSE, as such we fall
4138 * disable the adapter's ability to send PAUSE frames.
4141 pause = 1;
4162 if (pause)
4366 * 1: Rx flow control is enabled (we can receive pause frames
    [all...]
  /src/sys/dev/qbus/
qdreg.h 245 u_short pause; /* Y coord to set stat when scanned */ member in struct:adder

Completed in 123 milliseconds

1 2