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:cur_cpu
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/
H
A
D
pyperf.h
165
int
cur_cpu
;
member
182
int
cur_cpu
= ctx->
cur_cpu
;
in process_frame_callback()
local
187
int32_t new_symbol_id = *symbol_counter * 64 +
cur_cpu
;
in process_frame_callback()
273
int
cur_cpu
= bpf_get_smp_processor_id();
local
285
.
cur_cpu
=
cur_cpu
,
315
int32_t new_symbol_id = *symbol_counter * 64 +
cur_cpu
;
/kernel/linux/linux-6.6/arch/x86/hyperv/
H
A
D
hv_apic.c
160
int
cur_cpu
, vcpu, this_cpu = smp_processor_id();
in __send_ipi_mask()
local
203
for_each_cpu(
cur_cpu
, mask) {
in __send_ipi_mask()
204
if (exclude_self &&
cur_cpu
== this_cpu)
in __send_ipi_mask()
206
vcpu = hv_cpu_number_to_vp_number(
cur_cpu
);
in __send_ipi_mask()
/kernel/linux/linux-6.6/tools/testing/selftests/net/
H
A
D
veth.sh
136
local
cur_cpu
151
cur_cpu
=$((CPUS - $i))
152
ip netns exec $NS_SRC ethtool -L veth$SRC rx $
cur_cpu
tx $
cur_cpu
153
ip netns exec $NS_DST ethtool -L veth$DST rx $
cur_cpu
tx $
cur_cpu
/kernel/linux/linux-5.10/arch/x86/hyperv/
H
A
D
hv_apic.c
141
int
cur_cpu
, vcpu;
in __send_ipi_mask()
local
172
for_each_cpu(
cur_cpu
, mask) {
in __send_ipi_mask()
173
vcpu = hv_cpu_number_to_vp_number(
cur_cpu
);
in __send_ipi_mask()
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/
H
A
D
pyperf.h
221
int
cur_cpu
= bpf_get_smp_processor_id();
in __on_event()
local
239
int32_t new_symbol_id = *symbol_counter * 64 +
cur_cpu
;
in __on_event()
/kernel/linux/linux-6.6/arch/x86/kernel/
H
A
D
smpboot.c
352
* @
cur_cpu
: The CPU for which the mapping is done
356
static int topology_phys_to_logical_die(unsigned int die_id, unsigned int
cur_cpu
)
in topology_phys_to_logical_die()
argument
358
int cpu, proc_id = cpu_data(
cur_cpu
).phys_proc_id;
in topology_phys_to_logical_die()
/kernel/linux/linux-5.10/arch/x86/kernel/
H
A
D
smpboot.c
319
int topology_phys_to_logical_die(unsigned int die_id, unsigned int
cur_cpu
)
in topology_phys_to_logical_die()
argument
322
int proc_id = cpu_data(
cur_cpu
).phys_proc_id;
in topology_phys_to_logical_die()
Completed in 9 milliseconds