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:insp
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/arch/alpha/kernel/
H
A
D
core_marvel.c
117
struct io7 *
insp
;
in alloc_io7()
147
for (
insp
= io7_head;
insp
;
insp
=
insp
->next) {
in alloc_io7()
148
if (
insp
->pe == io7->pe) {
in alloc_io7()
154
if (NULL ==
insp
->next ||
in alloc_io7()
155
insp
->next->pe > io7->pe) { /* insert here */
in alloc_io7()
156
io7->next =
insp
->next;
in alloc_io7()
157
insp
in alloc_io7()
114
struct io7 *
insp
;
alloc_io7()
local
[all...]
/kernel/linux/linux-6.6/arch/alpha/kernel/
H
A
D
core_marvel.c
117
struct io7 *
insp
;
in alloc_io7()
147
for (
insp
= io7_head;
insp
;
insp
=
insp
->next) {
in alloc_io7()
148
if (
insp
->pe == io7->pe) {
in alloc_io7()
154
if (NULL ==
insp
->next ||
in alloc_io7()
155
insp
->next->pe > io7->pe) { /* insert here */
in alloc_io7()
156
io7->next =
insp
->next;
in alloc_io7()
157
insp
in alloc_io7()
114
struct io7 *
insp
;
alloc_io7()
local
[all...]
/kernel/linux/linux-5.10/net/core/
H
A
D
skbuff.c
2118
struct sk_buff *
insp
= NULL;
in __pskb_pull_tail()
local
2125
insp
= list;
in __pskb_pull_tail()
2137
insp
= list->next;
in __pskb_pull_tail()
2142
insp
= list;
in __pskb_pull_tail()
2153
while ((list = skb_shinfo(skb)->frag_list) !=
insp
) {
in __pskb_pull_tail()
6036
struct sk_buff *
insp
= NULL;
in pskb_carve_frag_list()
local
6047
insp
= list;
in pskb_carve_frag_list()
6054
insp
= list->next;
in pskb_carve_frag_list()
6058
insp
= list;
in pskb_carve_frag_list()
6069
while ((list = shinfo->frag_list) !=
insp
) {
in pskb_carve_frag_list()
[all...]
/kernel/linux/linux-6.6/net/core/
H
A
D
skbuff.c
2684
struct sk_buff *
insp
= NULL;
in __pskb_pull_tail()
local
2691
insp
= list;
in __pskb_pull_tail()
2703
insp
= list->next;
in __pskb_pull_tail()
2708
insp
= list;
in __pskb_pull_tail()
2719
while ((list = skb_shinfo(skb)->frag_list) !=
insp
) {
in __pskb_pull_tail()
6424
struct sk_buff *
insp
= NULL;
in pskb_carve_frag_list()
local
6435
insp
= list;
in pskb_carve_frag_list()
6442
insp
= list->next;
in pskb_carve_frag_list()
6446
insp
= list;
in pskb_carve_frag_list()
6457
while ((list = shinfo->frag_list) !=
insp
) {
in pskb_carve_frag_list()
[all...]
/kernel/linux/linux-5.10/tools/perf/util/
H
A
D
annotate.c
675
static int ins__key_cmp(const void *name, const void *
insp
)
in ins__key_cmp()
argument
677
const struct ins *ins =
insp
;
in ins__key_cmp()
/kernel/linux/linux-6.6/tools/perf/util/
H
A
D
annotate.c
697
static int ins__key_cmp(const void *name, const void *
insp
)
in ins__key_cmp()
argument
699
const struct ins *ins =
insp
;
in ins__key_cmp()
Completed in 28 milliseconds