Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dif_team.h223 struct lock_class_key team_lock_key; member
/OK3568_Linux_fs/kernel/drivers/net/team/
H A Dteam.c1652 lockdep_register_key(&team->team_lock_key); in team_init()
1653 __mutex_init(&team->lock, "team->team_lock_key", &team->team_lock_key); in team_init()
1685 lockdep_unregister_key(&team->team_lock_key); in team_uninit()
2001 lockdep_unregister_key(&team->team_lock_key); in team_del_slave()
2002 lockdep_register_key(&team->team_lock_key); in team_del_slave()
2003 lockdep_set_class(&team->lock, &team->team_lock_key); in team_del_slave()