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:m_grmode
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/fs/dlm/
H
A
D
util.c
101
ms->
m_grmode
= cpu_to_le32(ms->
m_grmode
);
in dlm_message_out()
125
ms->
m_grmode
= le32_to_cpu(ms->
m_grmode
);
in dlm_message_in()
H
A
D
dlm_internal.h
418
int
m_grmode
;
member
H
A
D
lock.c
3613
ms->
m_grmode
= lkb->lkb_grmode;
in send_args()
/kernel/linux/linux-6.6/include/trace/events/
H
A
D
dlm.h
427
__field(int32_t,
m_grmode
)
458
__entry->
m_grmode
= le32_to_cpu(ms->
m_grmode
);
473
"m_lvbseq=%u m_hash=%u m_status=%d
m_grmode
=%s "
486
show_lock_mode(__entry->
m_grmode
),
524
__field(int32_t,
m_grmode
)
554
__entry->
m_grmode
= le32_to_cpu(ms->
m_grmode
);
567
"m_lvbseq=%u m_hash=%u m_status=%d
m_grmode
=%s "
580
show_lock_mode(__entry->
m_grmode
),
[all...]
/kernel/linux/linux-6.6/fs/dlm/
H
A
D
dlm_internal.h
427
__le32
m_grmode
;
member
H
A
D
lock.c
3412
ms->
m_grmode
= cpu_to_le32(lkb->lkb_grmode);
in send_args()
Completed in 19 milliseconds