Searched refs:team_lock_key (Results 1 – 2 of 2) sorted by relevance
226 struct lock_class_key team_lock_key; member
1662 lockdep_register_key(&team->team_lock_key); in team_init()1663 __mutex_init(&team->lock, "team->team_lock_key", &team->team_lock_key); in team_init()1695 lockdep_unregister_key(&team->team_lock_key); in team_uninit()2010 lockdep_unregister_key(&team->team_lock_key); in team_del_slave()2011 lockdep_register_key(&team->team_lock_key); in team_del_slave()2012 lockdep_set_class(&team->lock, &team->team_lock_key); in team_del_slave()