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:lkb_lksb
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-6.6/fs/dlm/
H
A
D
ast.c
184
lkb->
lkb_lksb
->sb_status = cb->sb_status;
in dlm_callback_work()
185
lkb->
lkb_lksb
->sb_flags = cb->sb_flags;
in dlm_callback_work()
H
A
D
user.c
900
if (!cb->sb_status && lkb->
lkb_lksb
->sb_lvbptr &&
in device_read()
904
lkb->
lkb_lksb
->sb_status = cb->sb_status;
in device_read()
905
lkb->
lkb_lksb
->sb_flags = cb->sb_flags;
in device_read()
H
A
D
dlm_internal.h
271
struct dlm_lksb *
lkb_lksb
; /* caller's status block */
member
H
A
D
lock.c
295
DLM_ASSERT(lkb->
lkb_lksb
, dlm_print_lkb(lkb););
in queue_cast()
2690
lkb->
lkb_lksb
= args->lksb;
in validate_lock_args()
3125
lkb->
lkb_lksb
->sb_lkid = lkb->lkb_id;
in request_lock()
6118
lkb->
lkb_lksb
= lksb;
in dlm_debug_add_lkb()
/kernel/linux/linux-5.10/fs/dlm/
H
A
D
ast.c
258
lkb->
lkb_lksb
->sb_status = callbacks[i].sb_status;
in dlm_callback_work()
259
lkb->
lkb_lksb
->sb_flags = callbacks[i].sb_flags;
in dlm_callback_work()
H
A
D
user.c
869
if (!cb.sb_status && lkb->
lkb_lksb
->sb_lvbptr &&
in device_read()
873
lkb->
lkb_lksb
->sb_status = cb.sb_status;
in device_read()
874
lkb->
lkb_lksb
->sb_flags = cb.sb_flags;
in device_read()
H
A
D
dlm_internal.h
272
struct dlm_lksb *
lkb_lksb
; /* caller's status block */
member
H
A
D
lock.c
295
DLM_ASSERT(lkb->
lkb_lksb
, dlm_print_lkb(lkb););
in queue_cast()
2919
lkb->
lkb_lksb
= args->lksb;
in validate_lock_args()
3334
lkb->
lkb_lksb
->sb_lkid = lkb->lkb_id;
in request_lock()
/kernel/linux/linux-6.6/include/trace/events/
H
A
D
dlm.h
245
__entry->sb_flags = lkb->
lkb_lksb
->sb_flags;
246
__entry->sb_status = lkb->
lkb_lksb
->sb_status;
Completed in 32 milliseconds