Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/
Dif_team.h223 struct lock_class_key team_lock_key; member
/linux-6.1.9/drivers/net/team/
Dteam.c1657 lockdep_register_key(&team->team_lock_key); in team_init()
1658 __mutex_init(&team->lock, "team->team_lock_key", &team->team_lock_key); in team_init()
1690 lockdep_unregister_key(&team->team_lock_key); in team_uninit()
2006 lockdep_unregister_key(&team->team_lock_key); in team_del_slave()
2007 lockdep_register_key(&team->team_lock_key); in team_del_slave()
2008 lockdep_set_class(&team->lock, &team->team_lock_key); in team_del_slave()