Searched refs:notify_lock (Results 1 – 5 of 5) sorted by relevance
134 struct mutex notify_lock; member457 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 …]
39 spin_lock_bh(&call->notify_lock); in rxrpc_notify_socket()41 spin_unlock_bh(&call->notify_lock); in rxrpc_notify_socket()
359 spin_lock_bh(&call->notify_lock); in rxrpc_kernel_end_call()361 spin_unlock_bh(&call->notify_lock); in rxrpc_kernel_end_call()
136 spin_lock_init(&call->notify_lock); in rxrpc_alloc_call()
590 spinlock_t notify_lock; /* Kernel notification lock */ member