Searched refs:bitset_t (Results 1 – 11 of 11) sorted by relevance
/titanic_50/usr/src/uts/common/sys/ |
H A D | bitset.h | 40 } bitset_t; typedef 45 void bitset_init(bitset_t *); 46 void bitset_init_fanout(bitset_t *, uint_t); 47 void bitset_fini(bitset_t *); 52 void bitset_resize(bitset_t *, uint_t); 53 uint_t bitset_capacity(bitset_t *); 58 void bitset_add(bitset_t *, uint_t); 59 void bitset_del(bitset_t *, uint_t); 64 void bitset_atomic_add(bitset_t *, uint_t); 65 void bitset_atomic_del(bitset_t *, uint_t); [all …]
|
H A D | damap_impl.h | 83 bitset_t dam_active_set; /* activated address set */ 84 bitset_t dam_stable_set; /* stable address set */ 85 bitset_t dam_report_set; /* reported address set */
|
H A D | cpupart.h | 92 bitset_t cp_cmt_pgs; /* CMT PGs represented */ 93 bitset_t cp_haltset; /* halted CPUs */
|
/titanic_50/usr/src/uts/common/os/ |
H A D | bitset.c | 37 bitset_init(bitset_t *b) in bitset_init() 39 bzero(b, sizeof (bitset_t)); in bitset_init() 47 bitset_init_fanout(bitset_t *b, uint_t fanout) in bitset_init_fanout() 49 bzero(b, sizeof (bitset_t)); in bitset_init_fanout() 58 bitset_fini(bitset_t *b) in bitset_fini() 71 bitset_resize(bitset_t *b, uint_t els) in bitset_resize() 108 bitset_capacity(bitset_t *b) in bitset_capacity() 123 bitset_add(bitset_t *b, uint_t elt) in bitset_add() 135 bitset_atomic_add(bitset_t *b, uint_t elt) in bitset_atomic_add() 148 bitset_atomic_test_and_add(bitset_t *b, uint_t elt) in bitset_atomic_test_and_add() [all …]
|
H A D | damap.c | 53 static void dam_addrset_activate(dam_t *, bitset_t *); 54 static void dam_addrset_deactivate(dam_t *, bitset_t *); 822 bitset_t *dam_list = (bitset_t *)damap_list; in damap_id_next() 947 bitset_t *bsp; in damap_lookup_all() 1009 if (bitset_in_set((bitset_t *)id_list, i)) in damap_id_list_rele() 1013 bitset_fini((bitset_t *)id_list); in damap_id_list_rele() 1014 kmem_free((void *)id_list, sizeof (bitset_t)); in damap_id_list_rele() 1155 dam_addrset_activate(dam_t *mapp, bitset_t *activate) in dam_addrset_activate() 1202 dam_addrset_deactivate(dam_t *mapp, bitset_t *deactivate) in dam_addrset_deactivate() 1295 bitset_t delta; in dam_stabilize_map() [all …]
|
H A D | pg.c | 112 static bitset_t pg_id_set;
|
/titanic_50/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | bitset.c | 38 bitset_free(bitset_t *bs) in bitset_free() 47 static bitset_t * 50 bitset_t *bs; in bitset_get() 72 bitset_highbit(bitset_t *bs) in bitset_highbit() 139 bitset_print(bitset_t *bs, char *label, int width) in bitset_print() 203 bitset_t *bs; in bitset()
|
H A D | damap.c | 66 bitset_free(bitset_t *bs, int embedded) in bitset_free() 76 static bitset_t * 79 bitset_t *bs; in bitset_get() 161 bitset_t *bs; in damap_get()
|
/titanic_50/usr/src/uts/i86pc/io/ |
H A D | immu_intrmap.c | 163 bitset_find_free(bitset_t *b, uint_t post) in bitset_find_free() 191 bitset_find_multi_free(bitset_t *b, uint_t post, uint_t count) in bitset_find_multi_free()
|
/titanic_50/usr/src/uts/common/io/scsi/impl/ |
H A D | scsi_hba.c | 9824 bitset_t *physet_phys; 9858 sas_phymap_bitset2phymaskua(bitset_t *phys, char *buf) in sas_phymap_bitset2phymaskua() 9897 bitset_t *phys; in sas_phymap_config() 10073 sizeof (bitset_t), SAS_PHY_NPHY) != 0) in sas_phymap_create() 10104 bitset_t *phys; in sas_phymap_destroy() 10155 bitset_t *phys; in sas_phymap_phy_add() 10284 bitset_t *phys; in sas_phymap_phy_rem() 10395 bitset_t *phys; in sas_phymap_uahasphys() 10414 bitset_t *phys; in sas_phymap_ua2phys() 10415 bitset_t *cphys = NULL; in sas_phymap_ua2phys() [all …]
|
/titanic_50/usr/src/uts/i86pc/sys/ |
H A D | immu.h | 424 bitset_t intrmap_map;
|