Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/zfs/
H A Dtxg.c113 static __attribute__((noreturn)) void txg_sync_thread(void *arg);
218 tx->tx_sync_thread = thread_create(NULL, 0, txg_sync_thread, in txg_sync_start()
520 txg_sync_thread(void *arg) in txg_sync_thread() function