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
defs:__read_mostly
(Results
1 - 9
of
9
) sorted by relevance
/device/soc/rockchip/common/sdk_linux/init/
H
A
D
main.c
128
bool early_boot_irqs_disabled
__read_mostly
;
variable
130
enum system_states system_state
__read_mostly
;
variable
170
bool static_key_initialized
__read_mostly
;
variable
/device/soc/rockchip/common/sdk_linux/drivers/irqchip/
H
A
D
irq-gic-v3.c
82
static struct gic_chip_data gic_data
__read_mostly
;
variable
/device/soc/rockchip/common/sdk_linux/kernel/
H
A
D
cpu.c
413
enum cpuhp_smt_control cpu_smt_control
__read_mostly
= CPU_SMT_ENABLED;
variable
2576
struct cpumask __cpu_possible_mask
__read_mostly
= {CPU_BITS_ALL};
variable
2578
struct cpumask __cpu_possible_mask
__read_mostly
;
variable
2582
struct cpumask __cpu_online_mask
__read_mostly
;
variable
2585
struct cpumask __cpu_present_mask
__read_mostly
;
variable
2588
struct cpumask __cpu_active_mask
__read_mostly
;
variable
2592
struct cpumask __cpu_isolated_mask
__read_mostly
;
variable
2596
atomic_t __num_online_cpus
__read_mostly
;
variable
/device/soc/rockchip/common/sdk_linux/drivers/iommu/
H
A
D
iommu.c
32
static unsigned int iommu_def_domain_type
__read_mostly
;
variable
33
static bool iommu_dma_strict
__read_mostly
= true;
variable
34
static u32 iommu_cmd_line
__read_mostly
;
variable
/device/soc/rockchip/common/sdk_linux/kernel/cgroup/
H
A
D
cpuset.c
3677
int cpuset_memory_pressure_enabled
__read_mostly
;
variable
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/
H
A
D
drm_edid.c
1598
static int edid_fixup
__read_mostly
= 0x6;
variable
/device/soc/rockchip/common/sdk_linux/kernel/bpf/
H
A
D
syscall.c
52
int sysctl_unprivileged_bpf_disabled
__read_mostly
= IS_BUILTIN(CONFIG_BPF_UNPRIV_DEFAULT_OFF) ? 2 : 0;
variable
/device/soc/rockchip/common/sdk_linux/kernel/sched/
H
A
D
core.c
7226
bool sched_smp_initialized
__read_mostly
;
variable
8038
static struct kmem_cache *task_group_cache
__read_mostly
;
variable
H
A
D
fair.c
109
unsigned int sysctl_sched_child_runs_first
__read_mostly
;
variable
Completed in 64 milliseconds