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:genl_lock
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-6.6/include/linux/
H
A
D
genetlink.h
9
extern void
genl_lock
(void);
/kernel/linux/linux-5.10/include/linux/
H
A
D
genetlink.h
9
extern void
genl_lock
(void);
/kernel/linux/linux-5.10/net/netlink/
H
A
D
genetlink.c
31
void
genl_lock
(void)
in genl_lock()
function
35
EXPORT_SYMBOL(
genl_lock
);
variable
54
genl_lock
();
in genl_lock_all()
603
genl_lock
();
in genl_start()
622
genl_lock
();
in genl_lock_dumpit()
635
genl_lock
();
in genl_lock_done()
687
genl_lock
();
in genl_family_rcv_msg_dumpit()
798
genl_lock
();
in genl_rcv_msg()
1049
genl_lock
();
in ctrl_getfamily()
/kernel/linux/linux-6.6/net/netlink/
H
A
D
genetlink.c
31
void
genl_lock
(void)
in genl_lock()
function
35
EXPORT_SYMBOL(
genl_lock
);
variable
46
genl_lock
();
in genl_lock_all()
58
genl_lock
();
in genl_op_lock()
1307
genl_lock
();
in ctrl_getfamily()
/kernel/linux/linux-5.10/net/l2tp/
H
A
D
l2tp_netlink.c
624
genl_lock
();
in l2tp_nl_cmd_session_create()
1004
genl_lock
();
in l2tp_nl_register_ops()
1022
genl_lock
();
in l2tp_nl_unregister_ops()
/kernel/linux/linux-6.6/net/l2tp/
H
A
D
l2tp_netlink.c
624
genl_lock
();
in l2tp_nl_cmd_session_create()
1005
genl_lock
();
in l2tp_nl_register_ops()
1023
genl_lock
();
in l2tp_nl_unregister_ops()
/kernel/linux/linux-5.10/drivers/block/drbd/
H
A
D
drbd_nl.c
152
* At this point, we still rely on the global
genl_lock
().
227
/* We are protected by the global
genl_lock
().
in drbd_adm_prepare()
800
genl_lock
();
in drbd_adm_set_role()
2348
/* connection->peer_devices protected by
genl_lock
() here */
in check_net_options()
2589
* strictly serialized on
genl_lock
(). We are protected against
in drbd_adm_connect()
3280
* The generic netlink dump callbacks are called outside the
genl_lock
(), so
4036
* dump is NOT protected by the
genl_lock
(). During dump, we only have access
/kernel/linux/linux-6.6/drivers/block/drbd/
H
A
D
drbd_nl.c
152
* At this point, we still rely on the global
genl_lock
().
227
/* We are protected by the global
genl_lock
().
in drbd_adm_prepare()
799
genl_lock
();
in drbd_adm_set_role()
2292
/* connection->peer_devices protected by
genl_lock
() here */
in check_net_options()
2533
* strictly serialized on
genl_lock
(). We are protected against
in drbd_adm_connect()
3224
* The generic netlink dump callbacks are called outside the
genl_lock
(), so
3980
* dump is NOT protected by the
genl_lock
(). During dump, we only have access
Completed in 19 milliseconds