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:get_cpu_ptr
(Results
1 - 25
of
38
) sorted by relevance
1
2
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/amdgpu_dm/
H
A
D
dc_fpu.c
65
pcpu =
get_cpu_ptr
(&fpu_recursion_depth);
in dc_assert_fp_enabled()
89
pcpu =
get_cpu_ptr
(&fpu_recursion_depth);
in dc_fpu_begin()
130
pcpu =
get_cpu_ptr
(&fpu_recursion_depth);
in dc_fpu_end()
/kernel/linux/linux-5.10/include/linux/
H
A
D
relay.h
236
buf = *
get_cpu_ptr
(chan->buf);
in __relay_write()
258
struct rchan_buf *buf = *
get_cpu_ptr
(chan->buf);
in relay_reserve()
H
A
D
if_macvlan.h
45
pcpu_stats =
get_cpu_ptr
(vlan->pcpu_stats);
in macvlan_count_rx()
H
A
D
percpu-defs.h
291
#define
get_cpu_ptr
(var) \
macro
/kernel/linux/linux-6.6/include/linux/
H
A
D
relay.h
223
buf = *
get_cpu_ptr
(chan->buf);
in __relay_write()
245
struct rchan_buf *buf = *
get_cpu_ptr
(chan->buf);
in relay_reserve()
H
A
D
if_macvlan.h
47
pcpu_stats =
get_cpu_ptr
(vlan->pcpu_stats);
in macvlan_count_rx()
H
A
D
percpu-defs.h
291
#define
get_cpu_ptr
(var) \
macro
/kernel/linux/linux-6.6/arch/riscv/kvm/
H
A
D
aia.c
36
struct aia_hgei_control *hgctrl =
get_cpu_ptr
(&aia_hgei);
in aia_find_hgei()
461
struct aia_hgei_control *hgctrl =
get_cpu_ptr
(&aia_hgei);
in hgei_interrupt()
559
hgctrl =
get_cpu_ptr
(&aia_hgei);
in kvm_riscv_aia_disable()
/kernel/linux/linux-5.10/drivers/hv/
H
A
D
hv.c
55
hv_cpu =
get_cpu_ptr
(hv_context.cpu_context);
in hv_post_message()
/kernel/linux/linux-6.6/drivers/infiniband/ulp/rtrs/
H
A
D
rtrs-clt-stats.c
22
s =
get_cpu_ptr
(stats->pcpu_stats);
in rtrs_clt_update_wc_stats()
/kernel/linux/linux-5.10/lib/
H
A
D
random32.c
387
struct siprand_state *state =
get_cpu_ptr
(&net_rand_state);
in prandom_u32()
402
struct siprand_state *state =
get_cpu_ptr
(&net_rand_state);
in prandom_bytes()
/kernel/linux/linux-5.10/kernel/cgroup/
H
A
D
rstat.c
345
rstatc =
get_cpu_ptr
(cgrp->rstat_cpu);
in cgroup_base_stat_cputime_account_begin()
/kernel/linux/linux-5.10/mm/
H
A
D
zswap.c
935
tfm = *
get_cpu_ptr
(entry->pool->tfm);
in zswap_writeback_entry()
1095
tfm = *
get_cpu_ptr
(entry->pool->tfm);
in zswap_frontswap_store()
1212
tfm = *
get_cpu_ptr
(entry->pool->tfm);
in zswap_frontswap_load()
/kernel/linux/linux-5.10/include/net/
H
A
D
ip_tunnels.h
451
struct pcpu_sw_netstats *tstats =
get_cpu_ptr
(dev->tstats);
in iptunnel_xmit_stats()
/kernel/linux/linux-6.6/include/net/
H
A
D
ip_tunnels.h
479
struct pcpu_sw_netstats *tstats =
get_cpu_ptr
(dev->tstats);
in iptunnel_xmit_stats()
/kernel/linux/linux-6.6/kernel/cgroup/
H
A
D
rstat.c
387
rstatc =
get_cpu_ptr
(cgrp->rstat_cpu);
in cgroup_base_stat_cputime_account_begin()
/kernel/linux/linux-5.10/kernel/time/
H
A
D
timer.c
1957
new_base =
get_cpu_ptr
(&timer_bases[b]);
in __migrate_timers()
2041
new_base =
get_cpu_ptr
(&timer_bases[b]);
in timers_dead_cpu()
/kernel/linux/linux-6.6/kernel/time/
H
A
D
timer.c
2247
new_base =
get_cpu_ptr
(&timer_bases[b]);
in __migrate_timers()
2329
new_base =
get_cpu_ptr
(&timer_bases[b]);
in timers_dead_cpu()
/kernel/linux/linux-5.10/drivers/net/wireguard/
H
A
D
receive.c
23
get_cpu_ptr
(peer->device->dev->tstats);
in update_rx_stats()
/kernel/linux/linux-5.10/block/
H
A
D
blk-iocost.c
733
gcs =
get_cpu_ptr
(iocg->pcpu_stat);
in iocg_commit_bio()
1373
gcs =
get_cpu_ptr
(iocg->pcpu_stat);
in iocg_incur_debt()
2791
ccs =
get_cpu_ptr
(ioc->pcpu_stat);
in ioc_rqos_done()
H
A
D
blk-iolatency.c
221
struct latency_stat *stat =
get_cpu_ptr
(iolat->stats);
in latency_stat_record_time()
H
A
D
kyber-iosched.c
643
cpu_latency =
get_cpu_ptr
(kqd->cpu_latency);
in kyber_completed_request()
/kernel/linux/linux-6.6/block/
H
A
D
blk-iolatency.c
222
struct latency_stat *stat =
get_cpu_ptr
(iolat->stats);
in latency_stat_record_time()
H
A
D
kyber-iosched.c
650
cpu_latency =
get_cpu_ptr
(kqd->cpu_latency);
in kyber_completed_request()
/kernel/linux/linux-5.10/drivers/block/rnbd/
H
A
D
rnbd-clt.c
235
cpup =
get_cpu_ptr
(sess->cpu_rr);
in rnbd_rerun_if_needed()
1070
cpu_q =
get_cpu_ptr
(sess->cpu_queues);
in rnbd_clt_dev_add_to_requeue()
Completed in 31 milliseconds
1
2