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:dqstats
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/include/linux/
H
A
D
quota.h
265
struct
dqstats
{
struct
270
extern struct
dqstats
dqstats
;
274
percpu_counter_inc(&
dqstats
.counter[type]);
in dqstats_inc()
279
percpu_counter_dec(&
dqstats
.counter[type]);
in dqstats_dec()
/kernel/linux/linux-6.6/include/linux/
H
A
D
quota.h
265
struct
dqstats
{
struct
270
extern struct
dqstats
dqstats
;
274
percpu_counter_inc(&
dqstats
.counter[type]);
in dqstats_inc()
279
percpu_counter_dec(&
dqstats
.counter[type]);
in dqstats_dec()
/kernel/linux/linux-5.10/fs/quota/
H
A
D
dquot.c
245
* list as soon as they are used again and
dqstats
.free_dquots gives the number
265
struct
dqstats
dqstats
;
variable
266
EXPORT_SYMBOL(
dqstats
);
variable
807
percpu_counter_read_positive(&
dqstats
.counter[DQST_FREE_DQUOTS]));
in dqcache_shrink_count()
2965
unsigned int type = (unsigned long *)table->data -
dqstats
.stat;
in do_proc_dqstats()
2966
s64 value = percpu_counter_sum(&
dqstats
.counter[type]);
in do_proc_dqstats()
2974
dqstats
.stat[type] = value;
in do_proc_dqstats()
2981
.data = &
dqstats
.stat[DQST_LOOKUPS],
2988
.data = &
dqstats
[all...]
/kernel/linux/linux-6.6/fs/quota/
H
A
D
dquot.c
245
* list as soon as they are used again and
dqstats
.free_dquots gives the number
265
struct
dqstats
dqstats
;
variable
266
EXPORT_SYMBOL(
dqstats
);
variable
805
percpu_counter_read_positive(&
dqstats
.counter[DQST_FREE_DQUOTS]));
in dqcache_shrink_count()
2926
unsigned int type = (unsigned long *)table->data -
dqstats
.stat;
in do_proc_dqstats()
2927
s64 value = percpu_counter_sum(&
dqstats
.counter[type]);
in do_proc_dqstats()
2935
dqstats
.stat[type] = value;
in do_proc_dqstats()
2942
.data = &
dqstats
.stat[DQST_LOOKUPS],
2949
.data = &
dqstats
[all...]
Completed in 11 milliseconds