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:DLM_MSG_UNLOCK
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-5.10/fs/dlm/
H
A
D
lock.c
1368
case
DLM_MSG_UNLOCK
:
in msg_reply_type()
1465
case
DLM_MSG_UNLOCK
:
in add_to_waiters()
3009
case
DLM_MSG_UNLOCK
:
in validate_unlock_args()
3043
case
DLM_MSG_UNLOCK
:
in validate_unlock_args()
3578
case
DLM_MSG_UNLOCK
:
in create_message()
3634
case
DLM_MSG_UNLOCK
:
in send_args()
3702
return send_common(r, lkb,
DLM_MSG_UNLOCK
);
in send_unlock()
3991
case
DLM_MSG_UNLOCK
:
in validate_message()
4895
case
DLM_MSG_UNLOCK
:
in _receive_message()
5152
if (lkb->lkb_wait_type !=
DLM_MSG_UNLOCK
) {
in dlm_recover_waiters_pre()
[all...]
H
A
D
dlm_internal.h
390
#define
DLM_MSG_UNLOCK
3
macro
/kernel/linux/linux-6.6/fs/dlm/
H
A
D
lock.c
1393
case
DLM_MSG_UNLOCK
:
in msg_reply_type()
1422
case
DLM_MSG_UNLOCK
:
in add_to_waiters()
2796
case
DLM_MSG_UNLOCK
:
in validate_unlock_args()
2827
case
DLM_MSG_UNLOCK
:
in validate_unlock_args()
3377
case
DLM_MSG_UNLOCK
:
in create_message()
3433
case cpu_to_le32(
DLM_MSG_UNLOCK
):
in send_args()
3500
return send_common(r, lkb,
DLM_MSG_UNLOCK
);
in send_unlock()
3797
case cpu_to_le32(
DLM_MSG_UNLOCK
):
in validate_message()
4644
case cpu_to_le32(
DLM_MSG_UNLOCK
):
in _receive_message()
4908
if (lkb->lkb_wait_type !=
DLM_MSG_UNLOCK
) {
in dlm_recover_waiters_pre()
[all...]
H
A
D
dlm_internal.h
399
#define
DLM_MSG_UNLOCK
3
macro
/kernel/linux/linux-6.6/include/trace/events/
H
A
D
dlm.h
68
{
DLM_MSG_UNLOCK
, "UNLOCK"}, \
Completed in 17 milliseconds