Home
last modified time | relevance | path

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

/Linux-v5.4/kernel/
Dseccomp.c134 struct mutex notify_lock; member
457 mutex_init(&sfilter->notify_lock); in seccomp_prepare_filter()
731 lockdep_assert_held(&filter->notify_lock); in seccomp_next_notify_id()
743 mutex_lock(&match->notify_lock); in seccomp_do_user_notification()
757 mutex_unlock(&match->notify_lock); in seccomp_do_user_notification()
763 mutex_lock(&match->notify_lock); in seccomp_do_user_notification()
782 mutex_unlock(&match->notify_lock); in seccomp_do_user_notification()
987 mutex_lock(&filter->notify_lock); in seccomp_notify_release()
1006 mutex_unlock(&filter->notify_lock); in seccomp_notify_release()
1024 mutex_lock(&filter->notify_lock); in seccomp_notify_recv()
[all …]
/Linux-v5.4/net/rxrpc/
Drecvmsg.c39 spin_lock_bh(&call->notify_lock); in rxrpc_notify_socket()
41 spin_unlock_bh(&call->notify_lock); in rxrpc_notify_socket()
Daf_rxrpc.c359 spin_lock_bh(&call->notify_lock); in rxrpc_kernel_end_call()
361 spin_unlock_bh(&call->notify_lock); in rxrpc_kernel_end_call()
Dcall_object.c136 spin_lock_init(&call->notify_lock); in rxrpc_alloc_call()
Dar-internal.h590 spinlock_t notify_lock; /* Kernel notification lock */ member