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:pgcache
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/cavium/thunder/
H
A
D
nicvf_queues.c
92
static inline struct
pgcache
*nicvf_alloc_page(struct nicvf *nic,
in nicvf_alloc_page()
97
struct
pgcache
*
pgcache
, *next;
in nicvf_alloc_page()
local
100
pgcache
= &rbdr->
pgcache
[rbdr->pgidx];
in nicvf_alloc_page()
101
page =
pgcache
->page;
in nicvf_alloc_page()
111
if (ref_count ==
pgcache
->ref_count)
in nicvf_alloc_page()
112
pgcache
->ref_count--;
in nicvf_alloc_page()
135
pgcache
->page = page;
in nicvf_alloc_page()
136
pgcache
in nicvf_alloc_page()
178
struct
pgcache
*
pgcache
= NULL;
nicvf_alloc_rcv_buffer()
local
322
struct
pgcache
*
pgcache
;
nicvf_free_rbdr()
local
[all...]
H
A
D
nicvf_queues.h
215
struct
pgcache
{
struct
236
struct
pgcache
*
pgcache
;
member
/kernel/linux/linux-6.6/drivers/net/ethernet/cavium/thunder/
H
A
D
nicvf_queues.c
93
static inline struct
pgcache
*nicvf_alloc_page(struct nicvf *nic,
in nicvf_alloc_page()
98
struct
pgcache
*
pgcache
, *next;
in nicvf_alloc_page()
local
101
pgcache
= &rbdr->
pgcache
[rbdr->pgidx];
in nicvf_alloc_page()
102
page =
pgcache
->page;
in nicvf_alloc_page()
112
if (ref_count ==
pgcache
->ref_count)
in nicvf_alloc_page()
113
pgcache
->ref_count--;
in nicvf_alloc_page()
136
pgcache
->page = page;
in nicvf_alloc_page()
137
pgcache
in nicvf_alloc_page()
179
struct
pgcache
*
pgcache
= NULL;
nicvf_alloc_rcv_buffer()
local
323
struct
pgcache
*
pgcache
;
nicvf_free_rbdr()
local
[all...]
H
A
D
nicvf_queues.h
215
struct
pgcache
{
struct
236
struct
pgcache
*
pgcache
;
member
Completed in 5 milliseconds