Home
last modified time | relevance | path

Searched refs:quiesce (Results 1 – 5 of 5) sorted by relevance

/f-stack/freebsd/kern/
H A Ddevice_if.m317 * @brief This is called when the driver is asked to quiesce itself.
333 * @retval non-zero an error occurred while attempting to quiesce the
338 METHOD int quiesce {
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dspa_stats.c219 uint64_t open = 0, quiesce = 0, wait = 0, sync = 0; in spa_txg_history_show() local
237 quiesce = sth->times[TXG_STATE_QUIESCED] - in spa_txg_history_show()
254 (u_longlong_t)open, (u_longlong_t)quiesce, (u_longlong_t)wait, in spa_txg_history_show()
/f-stack/tools/compat/include/netinet/
H A Dtcp_var.h973 int deregister_tcp_functions(struct tcp_function_block *blk, bool quiesce,
/f-stack/freebsd/netinet/
H A Dtcp_var.h973 int deregister_tcp_functions(struct tcp_function_block *blk, bool quiesce,
H A Dtcp_subr.c1017 deregister_tcp_functions(struct tcp_function_block *blk, bool quiesce, in deregister_tcp_functions() argument
1075 if (quiesce) { in deregister_tcp_functions()