Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dtxg.c111 static void txg_sync_thread(void *arg);
216 tx->tx_sync_thread = thread_create(NULL, 0, txg_sync_thread, in txg_sync_start()
504 txg_sync_thread(void *arg) in txg_sync_thread() function