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:in_cache
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/net/atm/
H
A
D
mpoa_caches.c
41
entry = client->
in_cache
;
in in_cache_get()
62
entry = client->
in_cache
;
in in_cache_get_with_mask()
83
entry = client->
in_cache
;
in in_cache_get_by_vcc()
112
entry->next = client->
in_cache
;
in in_cache_add_entry()
114
if (client->
in_cache
!= NULL)
in in_cache_add_entry()
115
client->
in_cache
->prev = entry;
in in_cache_add_entry()
116
client->
in_cache
= entry;
in in_cache_add_entry()
203
client->
in_cache
= entry->next;
in in_cache_remove_entry()
207
if (client->
in_cache
== NULL && client->eg_cache == NULL) {
in in_cache_remove_entry()
234
entry = client->
in_cache
;
in clear_count_and_expired()
[all...]
H
A
D
mpc.h
26
in_cache_entry *
in_cache
; /* the ingress cache of this MPC */
member
H
A
D
mpoa_proc.c
149
for (in_entry = mpc->
in_cache
; in_entry; in_entry = in_entry->next) {
in mpc_show()
/kernel/linux/linux-6.6/net/atm/
H
A
D
mpoa_caches.c
41
entry = client->
in_cache
;
in in_cache_get()
62
entry = client->
in_cache
;
in in_cache_get_with_mask()
83
entry = client->
in_cache
;
in in_cache_get_by_vcc()
112
entry->next = client->
in_cache
;
in in_cache_add_entry()
114
if (client->
in_cache
!= NULL)
in in_cache_add_entry()
115
client->
in_cache
->prev = entry;
in in_cache_add_entry()
116
client->
in_cache
= entry;
in in_cache_add_entry()
203
client->
in_cache
= entry->next;
in in_cache_remove_entry()
207
if (client->
in_cache
== NULL && client->eg_cache == NULL) {
in in_cache_remove_entry()
234
entry = client->
in_cache
;
in clear_count_and_expired()
[all...]
H
A
D
mpc.h
26
in_cache_entry *
in_cache
; /* the ingress cache of this MPC */
member
H
A
D
mpoa_proc.c
149
for (in_entry = mpc->
in_cache
; in_entry; in_entry = in_entry->next) {
in mpc_show()
/kernel/linux/linux-5.10/drivers/mtd/
H
A
D
sm_ftl.c
1005
int error = 0,
in_cache
= 0;
in sm_read()
local
1020
in_cache
= 1;
in sm_read()
1038
if (
in_cache
)
in sm_read()
/kernel/linux/linux-6.6/drivers/mtd/
H
A
D
sm_ftl.c
1018
int error = 0,
in_cache
= 0;
in sm_read()
local
1033
in_cache
= 1;
in sm_read()
1051
if (
in_cache
)
in sm_read()
Completed in 9 milliseconds