cpuhp_state_down_map   85 kernel/cpu.c   static struct lockdep_map cpuhp_state_down_map =
cpuhp_state_down_map   86 kernel/cpu.c   	STATIC_LOCKDEP_MAP_INIT("cpuhp_state-down", &cpuhp_state_down_map);
cpuhp_state_down_map   91 kernel/cpu.c   	lock_map_acquire(bringup ? &cpuhp_state_up_map : &cpuhp_state_down_map);
cpuhp_state_down_map   96 kernel/cpu.c   	lock_map_release(bringup ? &cpuhp_state_up_map : &cpuhp_state_down_map);