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:nsid_lock
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/net/core/
H
A
D
net_namespace.c
215
/* should be called with
nsid_lock
held */
241
/* Must be called from RCU-critical section or with
nsid_lock
held */
267
spin_lock_bh(&net->
nsid_lock
);
in peernet2id_alloc()
270
spin_unlock_bh(&net->
nsid_lock
);
in peernet2id_alloc()
280
spin_unlock_bh(&net->
nsid_lock
);
in peernet2id_alloc()
285
spin_unlock_bh(&net->
nsid_lock
);
in peernet2id_alloc()
350
spin_lock_init(&net->
nsid_lock
);
in setup_net()
552
spin_lock_bh(&tmp->
nsid_lock
);
in unhash_nsid()
556
spin_unlock_bh(&tmp->
nsid_lock
);
in unhash_nsid()
563
spin_lock_bh(&net->
nsid_lock
);
in unhash_nsid()
[all...]
/kernel/linux/linux-6.6/net/core/
H
A
D
net_namespace.c
188
/* should be called with
nsid_lock
held */
214
/* Must be called from RCU-critical section or with
nsid_lock
held */
240
spin_lock_bh(&net->
nsid_lock
);
in peernet2id_alloc()
243
spin_unlock_bh(&net->
nsid_lock
);
in peernet2id_alloc()
253
spin_unlock_bh(&net->
nsid_lock
);
in peernet2id_alloc()
258
spin_unlock_bh(&net->
nsid_lock
);
in peernet2id_alloc()
335
spin_lock_init(&net->
nsid_lock
);
in setup_net()
548
spin_lock_bh(&tmp->
nsid_lock
);
in unhash_nsid()
552
spin_unlock_bh(&tmp->
nsid_lock
);
in unhash_nsid()
559
spin_lock_bh(&net->
nsid_lock
);
in unhash_nsid()
[all...]
/kernel/linux/linux-5.10/include/net/
H
A
D
net_namespace.h
76
spinlock_t
nsid_lock
;
member
/kernel/linux/linux-6.6/include/net/
H
A
D
net_namespace.h
75
spinlock_t
nsid_lock
;
member
Completed in 5 milliseconds