Searched refs:notify_lock (Results 1 – 5 of 5) sorted by relevance
235 struct mutex notify_lock; member679 mutex_init(&sfilter->notify_lock); in seccomp_prepare_filter()1061 lockdep_assert_held(&filter->notify_lock); in seccomp_next_notify_id()1115 mutex_lock(&match->notify_lock); in seccomp_do_user_notification()1140 mutex_unlock(&match->notify_lock); in seccomp_do_user_notification()1145 mutex_lock(&match->notify_lock); in seccomp_do_user_notification()1192 mutex_unlock(&match->notify_lock); in seccomp_do_user_notification()1414 mutex_lock(&filter->notify_lock); in seccomp_notify_detach()1437 mutex_unlock(&filter->notify_lock); in seccomp_notify_detach()1455 lockdep_assert_held(&filter->notify_lock); in find_notification()[all …]
39 spin_lock(&call->notify_lock); in rxrpc_notify_socket()41 spin_unlock(&call->notify_lock); in rxrpc_notify_socket()
365 spin_lock(&call->notify_lock); in rxrpc_kernel_shutdown_call()367 spin_unlock(&call->notify_lock); in rxrpc_kernel_shutdown_call()
163 spin_lock_init(&call->notify_lock); in rxrpc_alloc_call()
645 spinlock_t notify_lock; /* Kernel notification lock */ member