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:i_cache_frags
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/net/rds/
H
A
D
ib_recv.c
127
ret = rds_ib_recv_alloc_cache(&ic->
i_cache_frags
, gfp);
in rds_ib_recv_alloc_caches()
174
rds_ib_cache_xfer_to_ready(&ic->
i_cache_frags
);
in rds_ib_recv_free_caches()
175
rds_ib_cache_splice_all_lists(&ic->
i_cache_frags
, &list);
in rds_ib_recv_free_caches()
176
free_percpu(ic->
i_cache_frags
.percpu);
in rds_ib_recv_free_caches()
197
rds_ib_recv_cache_put(&frag->f_cache_entry, &ic->
i_cache_frags
);
in rds_ib_frag_free()
282
cache_item = rds_ib_recv_cache_get(&ic->
i_cache_frags
);
in rds_ib_refill_one_frag()
323
if (!ic->
i_cache_frags
.ready)
in rds_ib_recv_refill_one()
324
rds_ib_cache_xfer_to_ready(&ic->
i_cache_frags
);
in rds_ib_recv_refill_one()
H
A
D
ib.h
183
struct rds_ib_refill_cache
i_cache_frags
;
member
/kernel/linux/linux-6.6/net/rds/
H
A
D
ib_recv.c
128
ret = rds_ib_recv_alloc_cache(&ic->
i_cache_frags
, gfp);
in rds_ib_recv_alloc_caches()
175
rds_ib_cache_xfer_to_ready(&ic->
i_cache_frags
);
in rds_ib_recv_free_caches()
176
rds_ib_cache_splice_all_lists(&ic->
i_cache_frags
, &list);
in rds_ib_recv_free_caches()
177
free_percpu(ic->
i_cache_frags
.percpu);
in rds_ib_recv_free_caches()
198
rds_ib_recv_cache_put(&frag->f_cache_entry, &ic->
i_cache_frags
);
in rds_ib_frag_free()
283
cache_item = rds_ib_recv_cache_get(&ic->
i_cache_frags
);
in rds_ib_refill_one_frag()
324
if (!ic->
i_cache_frags
.ready)
in rds_ib_recv_refill_one()
325
rds_ib_cache_xfer_to_ready(&ic->
i_cache_frags
);
in rds_ib_recv_refill_one()
H
A
D
ib.h
183
struct rds_ib_refill_cache
i_cache_frags
;
member
Completed in 6 milliseconds