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:nl_table_lock
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/net/netlink/
H
A
D
diag.c
156
read_lock_irqsave(&
nl_table_lock
, flags);
in __netlink_diag_dump()
177
read_unlock_irqrestore(&
nl_table_lock
, flags);
in __netlink_diag_dump()
H
A
D
af_netlink.h
72
extern rwlock_t
nl_table_lock
;
H
A
D
af_netlink.c
135
* Destruction of the Netlink socket may only occur *after*
nl_table_lock
has
139
DEFINE_RWLOCK(
nl_table_lock
);
variable
140
EXPORT_SYMBOL_GPL(
nl_table_lock
);
variable
143
#define nl_deref_protected(X) rcu_dereference_protected(X, lockdep_is_held(&
nl_table_lock
));
424
__acquires(
nl_table_lock
)
in __acquires()
428
write_lock_irq(&
nl_table_lock
);
in __acquires()
438
write_unlock_irq(&
nl_table_lock
);
in __acquires()
440
write_lock_irq(&
nl_table_lock
);
in __acquires()
449
__releases(
nl_table_lock
)
in __releases()
451
write_unlock_irq(&
nl_table_lock
);
in __releases()
[all...]
/kernel/linux/linux-6.6/net/netlink/
H
A
D
diag.c
156
read_lock_irqsave(&
nl_table_lock
, flags);
in __netlink_diag_dump()
177
read_unlock_irqrestore(&
nl_table_lock
, flags);
in __netlink_diag_dump()
H
A
D
af_netlink.h
79
extern rwlock_t
nl_table_lock
;
H
A
D
af_netlink.c
139
* Destruction of the Netlink socket may only occur *after*
nl_table_lock
has
143
DEFINE_RWLOCK(
nl_table_lock
);
variable
144
EXPORT_SYMBOL_GPL(
nl_table_lock
);
variable
147
#define nl_deref_protected(X) rcu_dereference_protected(X, lockdep_is_held(&
nl_table_lock
));
432
__acquires(
nl_table_lock
)
in __acquires()
436
write_lock_irq(&
nl_table_lock
);
in __acquires()
446
write_unlock_irq(&
nl_table_lock
);
in __acquires()
448
write_lock_irq(&
nl_table_lock
);
in __acquires()
457
__releases(
nl_table_lock
)
in __releases()
459
write_unlock_irq(&
nl_table_lock
);
in __releases()
[all...]
Completed in 6 milliseconds