Home
last modified time | relevance | path

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

/Linux-v4.19/net/rxrpc/
Drecvmsg.c43 spin_lock_bh(&call->notify_lock); in rxrpc_notify_socket()
45 spin_unlock_bh(&call->notify_lock); in rxrpc_notify_socket()
Daf_rxrpc.c358 spin_lock_bh(&call->notify_lock); in rxrpc_kernel_end_call()
360 spin_unlock_bh(&call->notify_lock); in rxrpc_kernel_end_call()
Dcall_object.c140 spin_lock_init(&call->notify_lock); in rxrpc_alloc_call()
Dar-internal.h570 spinlock_t notify_lock; /* Kernel notification lock */ member