Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:notify_lock
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/kernel/
H
A
D
seccomp.c
136
* filter->
notify_lock
.
166
* @
notify_lock
: A lock for all notification-related accesses.
186
struct mutex
notify_lock
;
member
569
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()
[all...]
/kernel/linux/linux-6.6/kernel/
H
A
D
seccomp.c
145
* filter->
notify_lock
.
213
* @
notify_lock
: A lock for all notification-related accesses.
235
struct mutex
notify_lock
;
member
679
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()
[all...]
/kernel/linux/linux-6.6/net/rxrpc/
H
A
D
recvmsg.c
39
spin_lock(&call->
notify_lock
);
in rxrpc_notify_socket()
41
spin_unlock(&call->
notify_lock
);
in rxrpc_notify_socket()
H
A
D
af_rxrpc.c
365
spin_lock(&call->
notify_lock
);
in rxrpc_kernel_shutdown_call()
367
spin_unlock(&call->
notify_lock
);
in rxrpc_kernel_shutdown_call()
H
A
D
call_object.c
163
spin_lock_init(&call->
notify_lock
);
in rxrpc_alloc_call()
H
A
D
ar-internal.h
645
spinlock_t
notify_lock
; /* Kernel notification lock */
member
/kernel/linux/linux-5.10/net/rxrpc/
H
A
D
recvmsg.c
39
spin_lock_bh(&call->
notify_lock
);
in rxrpc_notify_socket()
41
spin_unlock_bh(&call->
notify_lock
);
in rxrpc_notify_socket()
H
A
D
af_rxrpc.c
361
spin_lock_bh(&call->
notify_lock
);
in rxrpc_kernel_end_call()
363
spin_unlock_bh(&call->
notify_lock
);
in rxrpc_kernel_end_call()
H
A
D
call_object.c
160
spin_lock_init(&call->
notify_lock
);
in rxrpc_alloc_call()
H
A
D
ar-internal.h
582
spinlock_t
notify_lock
; /* Kernel notification lock */
member
Completed in 16 milliseconds