Home
last modified time | relevance | path

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

/linux/include/linux/
A Dif_team.h223 struct lock_class_key team_lock_key; member
/linux/drivers/net/team/
A Dteam.c1648 lockdep_register_key(&team->team_lock_key); in team_init()
1649 __mutex_init(&team->lock, "team->team_lock_key", &team->team_lock_key); in team_init()
1681 lockdep_unregister_key(&team->team_lock_key); in team_uninit()
1989 lockdep_unregister_key(&team->team_lock_key); in team_del_slave()
1990 lockdep_register_key(&team->team_lock_key); in team_del_slave()
1991 lockdep_set_class(&team->lock, &team->team_lock_key); in team_del_slave()

Completed in 10 milliseconds