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 */
1440 const scan_prefetch_ctx_t *spc_a = spic_a->spic_spc; in scan_prefetch_queue_compare()
1441 const scan_prefetch_ctx_t *spc_b = spic_b->spic_spc; in scan_prefetch_queue_compare()
1449 scan_prefetch_ctx_rele(scan_prefetch_ctx_t *spc, void *tag) in scan_prefetch_ctx_rele()
1453 kmem_free(spc, sizeof (scan_prefetch_ctx_t)); in scan_prefetch_ctx_rele()
1457 static scan_prefetch_ctx_t *
1460 scan_prefetch_ctx_t *spc; in scan_prefetch_ctx_create()
1462 spc = kmem_alloc(sizeof (scan_prefetch_ctx_t), KM_SLEEP); in scan_prefetch_ctx_create()
1480 scan_prefetch_ctx_add_ref(scan_prefetch_ctx_t *spc, void *tag) in scan_prefetch_ctx_add_ref()
[all …]