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:LM_ST_UNLOCKED
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/fs/gfs2/
H
A
D
glock.c
198
if (gl->gl_state ==
LM_ST_UNLOCKED
)
in demote_ok()
329
if (gl->gl_state !=
LM_ST_UNLOCKED
&& (gh->gh_flags & LM_FLAG_ANY))
in may_grant()
451
held1 = (gl->gl_state !=
LM_ST_UNLOCKED
);
in state_change()
452
held2 = (new_state !=
LM_ST_UNLOCKED
);
in state_change()
507
state !=
LM_ST_UNLOCKED
&& gl->gl_demote_state ==
LM_ST_UNLOCKED
)
in finish_xmote()
508
gl->gl_target =
LM_ST_UNLOCKED
;
in finish_xmote()
531
case
LM_ST_UNLOCKED
:
in finish_xmote()
538
do_xmote(gl, gh,
LM_ST_UNLOCKED
);
in finish_xmote()
552
if (state !=
LM_ST_UNLOCKED
) {
in finish_xmote()
[all...]
H
A
D
glock.h
47
#define
LM_ST_UNLOCKED
0
macro
H
A
D
glops.c
667
if (gl->gl_demote_state ==
LM_ST_UNLOCKED
&&
in iopen_go_callback()
728
if (gl->gl_demote_state !=
LM_ST_UNLOCKED
)
in nondisk_go_callback()
H
A
D
lock_dlm.c
173
gfs2_glock_cb(gl,
LM_ST_UNLOCKED
);
in gdlm_bast()
192
case
LM_ST_UNLOCKED
:
in make_mode()
H
A
D
sys.c
246
glmode =
LM_ST_UNLOCKED
;
in demote_rq_store()
H
A
D
rgrp.c
713
if (gl->gl_state !=
LM_ST_UNLOCKED
) {
in gfs2_clear_rgrpd()
714
gfs2_glock_cb(gl,
LM_ST_UNLOCKED
);
in gfs2_clear_rgrpd()
1982
if (gl->gl_state !=
LM_ST_UNLOCKED
&& list_empty(&gl->gl_holders) &&
in fast_to_acquire()
/kernel/linux/linux-6.6/fs/gfs2/
H
A
D
glock.c
206
if (gl->gl_state ==
LM_ST_UNLOCKED
)
in demote_ok()
362
return gl->gl_state !=
LM_ST_UNLOCKED
;
in may_grant()
529
held1 = (gl->gl_state !=
LM_ST_UNLOCKED
);
in state_change()
530
held2 = (new_state !=
LM_ST_UNLOCKED
);
in state_change()
584
state !=
LM_ST_UNLOCKED
&& gl->gl_demote_state ==
LM_ST_UNLOCKED
)
in finish_xmote()
585
gl->gl_target =
LM_ST_UNLOCKED
;
in finish_xmote()
611
case
LM_ST_UNLOCKED
:
in finish_xmote()
618
do_xmote(gl, gh,
LM_ST_UNLOCKED
);
in finish_xmote()
632
if (state !=
LM_ST_UNLOCKED
) {
in finish_xmote()
[all...]
H
A
D
glops.c
571
gl->gl_state !=
LM_ST_UNLOCKED
) ||
in freeze_go_callback()
572
gl->gl_demote_state !=
LM_ST_UNLOCKED
)
in freeze_go_callback()
644
if (gl->gl_demote_state ==
LM_ST_UNLOCKED
&&
in iopen_go_callback()
699
if (gl->gl_demote_state !=
LM_ST_UNLOCKED
)
in nondisk_go_callback()
H
A
D
glock.h
47
#define
LM_ST_UNLOCKED
0
macro
H
A
D
lock_dlm.c
176
gfs2_glock_cb(gl,
LM_ST_UNLOCKED
);
in gdlm_bast()
195
case
LM_ST_UNLOCKED
:
in make_mode()
H
A
D
rgrp.c
729
if (gl->gl_state !=
LM_ST_UNLOCKED
) {
in gfs2_clear_rgrpd()
730
gfs2_glock_cb(gl,
LM_ST_UNLOCKED
);
in gfs2_clear_rgrpd()
2021
if (gl->gl_state !=
LM_ST_UNLOCKED
&& list_empty(&gl->gl_holders) &&
in fast_to_acquire()
H
A
D
sys.c
321
glmode =
LM_ST_UNLOCKED
;
in demote_rq_store()
Completed in 19 milliseconds