Home
last modified time | relevance | path

Searched refs:ingress_lock (Results 1 – 4 of 4) sorted by relevance

/net/atm/
Dmpoa_caches.c40 read_lock_bh(&client->ingress_lock); in in_cache_get()
45 read_unlock_bh(&client->ingress_lock); in in_cache_get()
50 read_unlock_bh(&client->ingress_lock); in in_cache_get()
61 read_lock_bh(&client->ingress_lock); in in_cache_get_with_mask()
66 read_unlock_bh(&client->ingress_lock); in in_cache_get_with_mask()
71 read_unlock_bh(&client->ingress_lock); in in_cache_get_with_mask()
82 read_lock_bh(&client->ingress_lock); in in_cache_get_by_vcc()
87 read_unlock_bh(&client->ingress_lock); in in_cache_get_by_vcc()
92 read_unlock_bh(&client->ingress_lock); in in_cache_get_by_vcc()
111 write_lock_bh(&client->ingress_lock); in in_cache_add_entry()
[all …]
Dmpc.h24 rwlock_t ingress_lock; member
Dmpc.c288 rwlock_init(&mpc->ingress_lock); in alloc_mpc()
1221 write_lock_bh(&mpc->ingress_lock); in ingress_purge_rcvd()
1223 write_unlock_bh(&mpc->ingress_lock); in ingress_purge_rcvd()
/net/core/
Dskmsg.c623 spin_lock_bh(&psock->ingress_lock); in sk_psock_skb_state()
631 spin_unlock_bh(&psock->ingress_lock); in sk_psock_skb_state()
645 spin_lock_bh(&psock->ingress_lock); in sk_psock_backlog()
650 spin_unlock_bh(&psock->ingress_lock); in sk_psock_backlog()
733 spin_lock_init(&psock->ingress_lock); in sk_psock_init()
802 spin_lock_bh(&psock->ingress_lock); in sk_psock_stop()
806 spin_unlock_bh(&psock->ingress_lock); in sk_psock_stop()
925 spin_lock_bh(&psock_other->ingress_lock); in sk_psock_skb_redirect()
927 spin_unlock_bh(&psock_other->ingress_lock); in sk_psock_skb_redirect()
935 spin_unlock_bh(&psock_other->ingress_lock); in sk_psock_skb_redirect()
[all …]