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
defs:last_tid
(Results
1 - 15
of
15
) sorted by relevance
/kernel/linux/linux-5.10/fs/jbd2/
H
A
D
checkpoint.c
510
tid_t first_tid = 0,
last_tid
= 0, next_tid = 0;
in jbd2_journal_shrink_checkpoint_list()
local
/kernel/linux/linux-5.10/include/linux/ceph/
H
A
D
mon_client.h
92
u64
last_tid
;
member
H
A
D
osd_client.h
358
atomic64_t
last_tid
; /* tid of last request */
member
/kernel/linux/linux-6.6/fs/jbd2/
H
A
D
checkpoint.c
408
tid_t first_tid = 0,
last_tid
= 0, next_tid = 0;
in jbd2_journal_shrink_checkpoint_list()
local
/kernel/linux/linux-6.6/include/linux/ceph/
H
A
D
mon_client.h
92
u64
last_tid
;
member
H
A
D
osd_client.h
416
atomic64_t
last_tid
; /* tid of last request */
member
/third_party/python/Modules/_multiprocessing/
H
A
D
semaphore.c
19
unsigned long
last_tid
;
member
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qed/
H
A
D
qed_rdma.h
76
u32
last_tid
;
member
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qed/
H
A
D
qed_rdma.h
76
u32
last_tid
;
member
/kernel/linux/linux-5.10/fs/ceph/
H
A
D
caps.c
1548
u64 first_tid = 1,
last_tid
= 0;
variable
H
A
D
mds_client.h
420
u64
last_tid
; /* most recent mds request */
member
/kernel/linux/linux-6.6/fs/ceph/
H
A
D
caps.c
1598
u64 first_tid = 1,
last_tid
= 0;
variable
H
A
D
mds_client.h
453
u64
last_tid
; /* most recent mds request */
member
/kernel/linux/linux-5.10/net/ceph/
H
A
D
osd_client.c
4646
u64
last_tid
= atomic64_read(&osdc->
last_tid
);
in ceph_osdc_sync()
local
/kernel/linux/linux-6.6/net/ceph/
H
A
D
osd_client.c
4738
u64
last_tid
= atomic64_read(&osdc->
last_tid
);
in ceph_osdc_sync()
local
Completed in 35 milliseconds