Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/zfs/
H A Dunique.c39 } unique_t; typedef
46 const unique_t *una = (const unique_t *)a; in unique_compare()
47 const unique_t *unb = (const unique_t *)b; in unique_compare()
56 sizeof (unique_t), offsetof(unique_t, un_link)); in unique_init()
79 unique_t *un = kmem_alloc(sizeof (unique_t), KM_SLEEP); in unique_insert()
102 unique_t un_tofind; in unique_remove()
103 unique_t *un; in unique_remove()
110 kmem_free(un, sizeof (unique_t)); in unique_remove()