Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/zfs/
H A Ddsl_scan.c353 } scan_prefetch_ctx_t; typedef
358 scan_prefetch_ctx_t *spic_spc; /* spc for the callback */
1860 const scan_prefetch_ctx_t *spc_a = spic_a->spic_spc; in scan_prefetch_queue_compare()
1861 const scan_prefetch_ctx_t *spc_b = spic_b->spic_spc; in scan_prefetch_queue_compare()
1869 scan_prefetch_ctx_rele(scan_prefetch_ctx_t *spc, const void *tag) in scan_prefetch_ctx_rele()
1873 kmem_free(spc, sizeof (scan_prefetch_ctx_t)); in scan_prefetch_ctx_rele()
1877 static scan_prefetch_ctx_t *
1880 scan_prefetch_ctx_t *spc; in scan_prefetch_ctx_create()
1882 spc = kmem_alloc(sizeof (scan_prefetch_ctx_t), KM_SLEEP); in scan_prefetch_ctx_create()
1900 scan_prefetch_ctx_add_ref(scan_prefetch_ctx_t *spc, const void *tag) in scan_prefetch_ctx_add_ref()
[all …]