Searched refs:notify_lock (Results 1 – 5 of 5) sorted by relevance
230 struct mutex notify_lock; member670 mutex_init(&sfilter->notify_lock); in seccomp_prepare_filter()1052 lockdep_assert_held(&filter->notify_lock); in seccomp_next_notify_id()1106 mutex_lock(&match->notify_lock); in seccomp_do_user_notification()1128 mutex_unlock(&match->notify_lock); in seccomp_do_user_notification()1133 mutex_lock(&match->notify_lock); in seccomp_do_user_notification()1180 mutex_unlock(&match->notify_lock); in seccomp_do_user_notification()1402 mutex_lock(&filter->notify_lock); in seccomp_notify_detach()1425 mutex_unlock(&filter->notify_lock); in seccomp_notify_detach()1443 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()
599 spinlock_t notify_lock; /* Kernel notification lock */ member