Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Ddsl_scan.c316 } scan_prefetch_issue_ctx_t; typedef
459 sizeof (scan_prefetch_issue_ctx_t), in dsl_scan_init()
460 offsetof(scan_prefetch_issue_ctx_t, spic_avl_node)); in dsl_scan_init()
1474 const scan_prefetch_issue_ctx_t *spic_a = a, *spic_b = b; in scan_prefetch_queue_compare()
1525 scan_prefetch_issue_ctx_t *spic = NULL; in scan_ds_prefetch_queue_clear()
1531 kmem_free(spic, sizeof (scan_prefetch_issue_ctx_t)); in scan_ds_prefetch_queue_clear()
1564 scan_prefetch_issue_ctx_t *spic; in dsl_scan_prefetch()
1591 kmem_free(spic, sizeof (scan_prefetch_issue_ctx_t)); in dsl_scan_prefetch()
1701 scan_prefetch_issue_ctx_t *spic; in dsl_scan_prefetch_thread()
1746 kmem_free(spic, sizeof (scan_prefetch_issue_ctx_t)); in dsl_scan_prefetch_thread()
[all …]