Home
last modified time | relevance | path

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

/linux-6.3-rc2/kernel/
A Dcpu.c93 static struct lockdep_map cpuhp_state_up_map = variable
94 STATIC_LOCKDEP_MAP_INIT("cpuhp_state-up", &cpuhp_state_up_map);
101 lock_map_acquire(bringup ? &cpuhp_state_up_map : &cpuhp_state_down_map); in cpuhp_lock_acquire()
106 lock_map_release(bringup ? &cpuhp_state_up_map : &cpuhp_state_down_map); in cpuhp_lock_release()

Completed in 7 milliseconds