Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/include/sys/
H A Ddsl_scan.h153 boolean_t scn_prefetch_stop; /* prefetch should stop */ member
/freebsd/sys/contrib/openzfs/module/zfs/
H A Ddsl_scan.c2029 if (buf == NULL || scn->scn_prefetch_stop) in dsl_scan_prefetch_cb()
2089 while (!scn->scn_prefetch_stop) { in dsl_scan_prefetch_thread()
2100 while (!scn->scn_prefetch_stop && in dsl_scan_prefetch_thread()
2107 if (scn->scn_prefetch_stop) { in dsl_scan_prefetch_thread()
2140 ASSERT(scn->scn_prefetch_stop); in dsl_scan_prefetch_thread()
4553 scn->scn_prefetch_stop = B_FALSE; in dsl_scan_sync()
4563 scn->scn_prefetch_stop = B_TRUE; in dsl_scan_sync()