Searched refs:intrmap (Results 1 – 2 of 2) sorted by relevance
46 #define INTRMAP_PRIVATE(intrmap) ((intrmap_private_t *)intrmap) argument232 alloc_tbl_entry(intrmap_t *intrmap) in alloc_tbl_entry() argument237 mutex_enter(&intrmap->intrmap_lock); in alloc_tbl_entry()238 idx = intrmap->intrmap_free; in alloc_tbl_entry()240 bitset_add(&intrmap->intrmap_map, idx); in alloc_tbl_entry()241 intrmap->intrmap_free = in alloc_tbl_entry()242 bitset_find_free(&intrmap->intrmap_map, idx + 1); in alloc_tbl_entry()243 mutex_exit(&intrmap->intrmap_lock); in alloc_tbl_entry()248 mutex_exit(&intrmap->intrmap_lock); in alloc_tbl_entry()266 alloc_tbl_multi_entries(intrmap_t *intrmap, uint_t cnt) in alloc_tbl_multi_entries() argument[all …]
417 typedef struct intrmap { struct