Searched refs:cpus_in_reset (Results 1 – 1 of 1) sorted by relevance
100 ((bdp)->cpus_in_reset |= (1 << (unit)))102 ((bdp)->cpus_in_reset &= ~(1 << (unit)))104 (((bdp)->cpus_in_reset & (1 << (unit))) != 0)106 ((bdp)->cpus_in_reset |= 0xf)108 ((bdp)->cpus_in_reset = 0x0)163 int cpus_in_reset; member