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:tl_count
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/fs/cifs/
H
A
D
cifsglob.h
1188
* these when the
tl_count
goes to 0. The tl_time is the time of the last
1199
atomic_t
tl_count
;
member
1224
atomic_inc(&tlink->
tl_count
);
in cifs_get_tlink()
H
A
D
connect.c
3433
if (!atomic_dec_and_test(&tlink->
tl_count
) ||
in cifs_put_tlink()
5331
atomic_read(&tlink->
tl_count
) != 0 ||
in cifs_prune_tlinks()
/kernel/linux/linux-5.10/fs/ocfs2/
H
A
D
alloc.c
5814
mlog_bug_on_msg(le16_to_cpu(tl->tl_used) > le16_to_cpu(tl->
tl_count
),
in ocfs2_truncate_log_needs_flush()
5817
le16_to_cpu(tl->tl_used), le16_to_cpu(tl->
tl_count
));
in ocfs2_truncate_log_needs_flush()
5818
return le16_to_cpu(tl->tl_used) == le16_to_cpu(tl->
tl_count
);
in ocfs2_truncate_log_needs_flush()
5844
unsigned int start_cluster,
tl_count
;
in ocfs2_truncate_log_append()
local
5862
tl_count
= le16_to_cpu(tl->
tl_count
);
in ocfs2_truncate_log_append()
5863
mlog_bug_on_msg(
tl_count
> ocfs2_truncate_recs_per_inode(osb->sb) ||
in ocfs2_truncate_log_append()
5864
tl_count
== 0,
in ocfs2_truncate_log_append()
5869
le16_to_cpu(tl->
tl_count
));
in ocfs2_truncate_log_append()
5873
if (index >=
tl_count
) {
in ocfs2_truncate_log_append()
[all...]
H
A
D
ocfs2_fs.h
496
/*00*/ __le16
tl_count
; /* Total records in this log */
member
/kernel/linux/linux-6.6/fs/ocfs2/
H
A
D
alloc.c
5812
mlog_bug_on_msg(le16_to_cpu(tl->tl_used) > le16_to_cpu(tl->
tl_count
),
in ocfs2_truncate_log_needs_flush()
5815
le16_to_cpu(tl->tl_used), le16_to_cpu(tl->
tl_count
));
in ocfs2_truncate_log_needs_flush()
5816
return le16_to_cpu(tl->tl_used) == le16_to_cpu(tl->
tl_count
);
in ocfs2_truncate_log_needs_flush()
5842
unsigned int start_cluster,
tl_count
;
in ocfs2_truncate_log_append()
local
5860
tl_count
= le16_to_cpu(tl->
tl_count
);
in ocfs2_truncate_log_append()
5861
mlog_bug_on_msg(
tl_count
> ocfs2_truncate_recs_per_inode(osb->sb) ||
in ocfs2_truncate_log_append()
5862
tl_count
== 0,
in ocfs2_truncate_log_append()
5867
le16_to_cpu(tl->
tl_count
));
in ocfs2_truncate_log_append()
5871
if (index >=
tl_count
) {
in ocfs2_truncate_log_append()
[all...]
H
A
D
ocfs2_fs.h
494
/*00*/ __le16
tl_count
; /* Total records in this log */
member
/kernel/linux/linux-6.6/fs/smb/client/
H
A
D
cifsglob.h
1262
* these when the
tl_count
goes to 0. The tl_time is the time of the last
1273
atomic_t
tl_count
;
member
1298
atomic_inc(&tlink->
tl_count
);
in cifs_get_tlink()
H
A
D
connect.c
2744
if (!atomic_dec_and_test(&tlink->
tl_count
) ||
in cifs_put_tlink()
4209
atomic_read(&tlink->
tl_count
) != 0 ||
in cifs_prune_tlinks()
Completed in 40 milliseconds