Searched refs:packet_list_lock (Results 1 - 2 of 2) sorted by path

/linux-master/net/batman-adv/
H A Dnetwork-coding.c600 lockdep_assert_held(&nc_path->packet_list_lock);
638 lockdep_assert_held(&nc_path->packet_list_lock);
690 spin_lock_bh(&nc_path->packet_list_lock);
697 spin_unlock_bh(&nc_path->packet_list_lock);
978 spin_lock_init(&nc_path->packet_list_lock);
1286 spin_lock_bh(&nc_path->packet_list_lock);
1288 spin_unlock_bh(&nc_path->packet_list_lock);
1305 spin_unlock_bh(&nc_path->packet_list_lock);
1480 spin_lock_bh(&nc_path->packet_list_lock);
1482 spin_unlock_bh(&nc_path->packet_list_lock);
[all...]
H A Dtypes.h2083 /** @packet_list_lock: access lock for packet list */
2084 spinlock_t packet_list_lock; member in struct:batadv_nc_path

Completed in 325 milliseconds