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:nsm_local_state
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/fs/lockd/
H
A
D
mon.c
60
u32 __read_mostly
nsm_local_state
;
variable
174
if (unlikely(
nsm_local_state
!= res.state)) {
in nsm_monitor()
175
nsm_local_state
= res.state;
in nsm_monitor()
176
dprintk("lockd: NSM state changed to %d\n",
nsm_local_state
);
in nsm_monitor()
H
A
D
svc.c
590
.procname = "
nsm_local_state
",
591
.data = &
nsm_local_state
,
H
A
D
clntproc.c
525
req->a_args.state =
nsm_local_state
;
in nlmclnt_lock()
/kernel/linux/linux-6.6/fs/lockd/
H
A
D
mon.c
60
u32 __read_mostly
nsm_local_state
;
variable
174
if (unlikely(
nsm_local_state
!= res.state)) {
in nsm_monitor()
175
nsm_local_state
= res.state;
in nsm_monitor()
176
dprintk("lockd: NSM state changed to %d\n",
nsm_local_state
);
in nsm_monitor()
H
A
D
svc.c
471
.procname = "
nsm_local_state
",
472
.data = &
nsm_local_state
,
H
A
D
clntproc.c
532
req->a_args.state =
nsm_local_state
;
in nlmclnt_lock()
/kernel/linux/linux-5.10/include/linux/lockd/
H
A
D
lockd.h
203
extern u32
nsm_local_state
;
/kernel/linux/linux-6.6/include/linux/lockd/
H
A
D
lockd.h
205
extern u32
nsm_local_state
;
Completed in 8 milliseconds