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:qri
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/fs/ceph/
H
A
D
quota.c
84
struct ceph_quotarealm_inode *
qri
= NULL;
in find_quotarealm_inode()
local
91
qri
= container_of(*node, struct ceph_quotarealm_inode, node);
in find_quotarealm_inode()
93
if (ino <
qri
->ino)
in find_quotarealm_inode()
95
else if (ino >
qri
->ino)
in find_quotarealm_inode()
100
if (!
qri
|| (
qri
->ino != ino)) {
in find_quotarealm_inode()
102
qri
= kmalloc(sizeof(*
qri
), GFP_KERNEL);
in find_quotarealm_inode()
103
if (
qri
) {
in find_quotarealm_inode()
104
qri
in find_quotarealm_inode()
130
struct ceph_quotarealm_inode *
qri
;
lookup_quotarealm_inode()
local
176
struct ceph_quotarealm_inode *
qri
;
ceph_cleanup_quotarealms_inodes()
local
[all...]
/kernel/linux/linux-6.6/fs/ceph/
H
A
D
quota.c
86
struct ceph_quotarealm_inode *
qri
= NULL;
in find_quotarealm_inode()
local
93
qri
= container_of(*node, struct ceph_quotarealm_inode, node);
in find_quotarealm_inode()
95
if (ino <
qri
->ino)
in find_quotarealm_inode()
97
else if (ino >
qri
->ino)
in find_quotarealm_inode()
102
if (!
qri
|| (
qri
->ino != ino)) {
in find_quotarealm_inode()
104
qri
= kmalloc(sizeof(*
qri
), GFP_KERNEL);
in find_quotarealm_inode()
105
if (
qri
) {
in find_quotarealm_inode()
106
qri
in find_quotarealm_inode()
132
struct ceph_quotarealm_inode *
qri
;
lookup_quotarealm_inode()
local
178
struct ceph_quotarealm_inode *
qri
;
ceph_cleanup_quotarealms_inodes()
local
[all...]
/kernel/linux/linux-6.6/include/net/
H
A
D
amt.h
363
u64
qri
;
member
405
return ((amt->qrv * amt->qi) + amt->
qri
) * 1000;
in amt_gmi()
/kernel/linux/linux-6.6/drivers/net/
H
A
D
amt.c
3232
amt->
qri
= 10;
in amt_newlink()
Completed in 6 milliseconds