Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dif_team.h226 struct lock_class_key team_lock_key; member
/Linux-v5.4/drivers/net/team/
Dteam.c1644 lockdep_register_key(&team->team_lock_key); in team_init()
1645 __mutex_init(&team->lock, "team->team_lock_key", &team->team_lock_key); in team_init()
1676 lockdep_unregister_key(&team->team_lock_key); in team_uninit()
1984 lockdep_unregister_key(&team->team_lock_key); in team_del_slave()
1985 lockdep_register_key(&team->team_lock_key); in team_del_slave()
1986 lockdep_set_class(&team->lock, &team->team_lock_key); in team_del_slave()