Searched refs:notify_lock (Results 1 – 5 of 5) sorted by relevance
186 struct mutex notify_lock; member569 mutex_init(&sfilter->notify_lock); in seccomp_prepare_filter()827 lockdep_assert_held(&filter->notify_lock); in seccomp_next_notify_id()852 mutex_lock(&match->notify_lock); in seccomp_do_user_notification()872 mutex_unlock(&match->notify_lock); in seccomp_do_user_notification()874 mutex_lock(&match->notify_lock); in seccomp_do_user_notification()912 mutex_unlock(&match->notify_lock); in seccomp_do_user_notification()1132 mutex_lock(&filter->notify_lock); in seccomp_notify_detach()1155 mutex_unlock(&filter->notify_lock); in seccomp_notify_detach()1173 lockdep_assert_held(&filter->notify_lock); in find_notification()[all …]
39 spin_lock_bh(&call->notify_lock); in rxrpc_notify_socket()41 spin_unlock_bh(&call->notify_lock); in rxrpc_notify_socket()
361 spin_lock_bh(&call->notify_lock); in rxrpc_kernel_end_call()363 spin_unlock_bh(&call->notify_lock); in rxrpc_kernel_end_call()
160 spin_lock_init(&call->notify_lock); in rxrpc_alloc_call()
582 spinlock_t notify_lock; /* Kernel notification lock */ member