Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/contrib/openzfs/module/zfs/
HDdsl_scan.c321 } scan_prefetch_ctx_t; typedef
326 scan_prefetch_ctx_t *spic_spc; /* spc for the callback */
1508 const scan_prefetch_ctx_t *spc_a = spic_a->spic_spc; in scan_prefetch_queue_compare()
1509 const scan_prefetch_ctx_t *spc_b = spic_b->spic_spc; in scan_prefetch_queue_compare()
1517 scan_prefetch_ctx_rele(scan_prefetch_ctx_t *spc, void *tag) in scan_prefetch_ctx_rele()
1521 kmem_free(spc, sizeof (scan_prefetch_ctx_t)); in scan_prefetch_ctx_rele()
1525 static scan_prefetch_ctx_t *
1528 scan_prefetch_ctx_t *spc; in scan_prefetch_ctx_create()
1530 spc = kmem_alloc(sizeof (scan_prefetch_ctx_t), KM_SLEEP); in scan_prefetch_ctx_create()
1548 scan_prefetch_ctx_add_ref(scan_prefetch_ctx_t *spc, void *tag) in scan_prefetch_ctx_add_ref()
[all …]