Home
last modified time | relevance | path

Searched refs:paused (Results 1 – 8 of 8) sorted by relevance

/f-stack/freebsd/netinet/
H A Dtcp_syncache.h136 volatile bool paused; member
H A Dtcp_syncache.c313 V_tcp_syncache.paused = false; in syncache_init()
473 bool paused; in syncache_timer() local
491 paused = V_tcp_syncache.paused; in syncache_timer()
495 if (paused) { in syncache_timer()
554 return (V_tcp_syncookies && (V_tcp_syncache.paused || in syncache_cookiesonly()
2467 if (V_tcp_syncache.paused) in syncache_pause()
2481 if (V_tcp_syncache.paused) { in syncache_pause()
2487 V_tcp_syncache.paused = true; in syncache_pause()
2542 sc->paused = false; in syncache_unpause()
/f-stack/dpdk/doc/guides/howto/
H A Dlm_virtio_vhost_user.rst187 VM status: paused (inmigrate)
199 VM status: paused (postmigrate)
H A Dlm_bond_virtio_sriov.rst237 VM status: paused (inmigrate)
249 VM status: paused (postmigrate)
/f-stack/freebsd/contrib/openzfs/cmd/zpool_influxdb/
H A DREADME.md111 | paused_t | seconds | elapsed time while paused |
/f-stack/dpdk/doc/guides/prog_guide/
H A Dvhost_lib.rst140 This callback is invoked when a virtio device is paused or shut down.
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dspa.c9604 boolean_t scanning, paused, is_scrub; local
9609 paused = dsl_scan_is_paused_scrub(scn);
9610 *in_progress = (scanning && !paused &&
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/include/
H A Dlibtest.shlib2331 # is_pool_scrub_paused - to check if the pool scrub has paused
2369 check_pool_status "$1" "scan" "scrub paused since " $2