Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddsl_scan.c322 } scan_prefetch_ctx_t; typedef
327 scan_prefetch_ctx_t *spic_spc; /* spc for the callback */
1437 const scan_prefetch_ctx_t *spc_a = spic_a->spic_spc; in scan_prefetch_queue_compare()
1438 const scan_prefetch_ctx_t *spc_b = spic_b->spic_spc; in scan_prefetch_queue_compare()
1446 scan_prefetch_ctx_rele(scan_prefetch_ctx_t *spc, void *tag) in scan_prefetch_ctx_rele()
1450 kmem_free(spc, sizeof (scan_prefetch_ctx_t)); in scan_prefetch_ctx_rele()
1454 static scan_prefetch_ctx_t *
1457 scan_prefetch_ctx_t *spc; in scan_prefetch_ctx_create()
1459 spc = kmem_alloc(sizeof (scan_prefetch_ctx_t), KM_SLEEP); in scan_prefetch_ctx_create()
1477 scan_prefetch_ctx_add_ref(scan_prefetch_ctx_t *spc, void *tag) in scan_prefetch_ctx_add_ref()
[all …]