Searched refs:notify_lock (Results 1 – 5 of 5) sorted by relevance
225 struct mutex notify_lock; member665 mutex_init(&sfilter->notify_lock); in seccomp_prepare_filter()1042 lockdep_assert_held(&filter->notify_lock); in seccomp_next_notify_id()1090 mutex_lock(&match->notify_lock); in seccomp_do_user_notification()1110 mutex_unlock(&match->notify_lock); in seccomp_do_user_notification()1112 mutex_lock(&match->notify_lock); in seccomp_do_user_notification()1150 mutex_unlock(&match->notify_lock); in seccomp_do_user_notification()1366 mutex_lock(&filter->notify_lock); in seccomp_notify_detach()1389 mutex_unlock(&filter->notify_lock); in seccomp_notify_detach()1407 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()
140 spin_lock_init(&call->notify_lock); in rxrpc_alloc_call()
606 spinlock_t notify_lock; /* Kernel notification lock */ member