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:fastpath
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/util/
H
A
D
bpf-prologue.c
372
bool
fastpath
= true;
in bpf__gen_prologue()
local
414
/*
fastpath
is true if all args has ref == NULL */
in bpf__gen_prologue()
415
fastpath
= false;
in bpf__gen_prologue()
438
if (
fastpath
) {
in bpf__gen_prologue()
488
if (!
fastpath
) {
in bpf__gen_prologue()
/kernel/linux/linux-5.10/kernel/rcu/
H
A
D
tree_exp.h
71
* no-work-to-do
fastpath
.
286
/* Low-contention
fastpath
. */
in exp_funnel_lock()
291
goto
fastpath
;
in exp_funnel_lock()
323
fastpath
:
in exp_funnel_lock()
/kernel/linux/linux-6.6/kernel/rcu/
H
A
D
tree_exp.h
74
* no-work-to-do
fastpath
.
288
/* Low-contention
fastpath
. */
in exp_funnel_lock()
293
goto
fastpath
;
in exp_funnel_lock()
325
fastpath
:
in exp_funnel_lock()
/kernel/linux/linux-5.10/drivers/gpio/
H
A
D
gpiolib.c
2724
unsigned long
fastpath
[2 * BITS_TO_LONGS(FASTPATH_NGPIO)];
in gpiod_get_array_value_complex()
local
2729
mask =
fastpath
;
in gpiod_get_array_value_complex()
2761
if (mask !=
fastpath
)
in gpiod_get_array_value_complex()
2782
if (mask !=
fastpath
)
in gpiod_get_array_value_complex()
3007
unsigned long
fastpath
[2 * BITS_TO_LONGS(FASTPATH_NGPIO)];
in gpiod_set_array_value_complex()
local
3012
mask =
fastpath
;
in gpiod_set_array_value_complex()
3066
if (mask !=
fastpath
)
in gpiod_set_array_value_complex()
/kernel/linux/linux-5.10/net/core/
H
A
D
skbuff.c
647
goto
fastpath
;
in kfree_skbmem()
656
fastpath
:
in kfree_skbmem()
/kernel/linux/linux-6.6/net/core/
H
A
D
skbuff.c
1021
goto
fastpath
;
in kfree_skbmem()
1030
fastpath
:
in kfree_skbmem()
Completed in 30 milliseconds