Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dbitset.h75 uint_t bitset_find(bitset_t *);
/illumos-gate/usr/src/uts/sun4u/os/
H A Dmach_startup.c397 cpu_found = bitset_find(&cp->cp_haltset); in cpu_wakeup()
/illumos-gate/usr/src/uts/sun4v/os/
H A Dmach_startup.c271 cpu_found = bitset_find(&cp->cp_haltset); in cpu_wakeup()
/illumos-gate/usr/src/uts/common/os/
H A Dbitset.c256 bitset_find(bitset_t *b) in bitset_find() function
/illumos-gate/usr/src/uts/i86pc/os/
H A Dmp_machdep.c623 cpu_found = bitset_find(&cp->cp_haltset); in cpu_wakeup()
819 cpu_found = bitset_find(&cpu_part->cp_haltset); in cpu_wakeup_mwait()
/illumos-gate/usr/src/uts/i86pc/os/cpupm/
H A Dcpu_idle.c243 cpu_found = bitset_find(&cpu_part->cp_haltset); in cstate_wakeup()
/illumos-gate/usr/src/uts/common/io/scsi/impl/
H A Dscsi_hba.c10482 phy = bitset_find(cphys); in sas_phymap_phys_next()