Searched refs:cpuhp_state_up_map (Results 1 - 1 of 1) sorted by relevance

/linux-master/kernel/
H A Dcpu.c95 static struct lockdep_map cpuhp_state_up_map = variable in typeref:struct:lockdep_map
96 STATIC_LOCKDEP_MAP_INIT("cpuhp_state-up", &cpuhp_state_up_map);
103 lock_map_acquire(bringup ? &cpuhp_state_up_map : &cpuhp_state_down_map);
108 lock_map_release(bringup ? &cpuhp_state_up_map : &cpuhp_state_down_map);

Completed in 115 milliseconds