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:CS_BASES
(Results
1 - 17
of
17
) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/include/asm/
H
A
D
vvar.h
35
extern type vvar_ ## name[
CS_BASES
] \
37
extern type timens_ ## name[
CS_BASES
] \
44
type name[
CS_BASES
] \
/kernel/linux/linux-6.6/arch/x86/include/asm/
H
A
D
vvar.h
35
extern type vvar_ ## name[
CS_BASES
] \
37
extern type timens_ ## name[
CS_BASES
] \
44
type name[
CS_BASES
] \
/kernel/linux/linux-5.10/include/vdso/
H
A
D
datapage.h
39
#define
CS_BASES
(CS_RAW + 1)
macro
121
extern struct vdso_data _vdso_data[
CS_BASES
] __attribute__((visibility("hidden")));
122
extern struct vdso_data _timens_data[
CS_BASES
] __attribute__((visibility("hidden")));
/kernel/linux/linux-6.6/include/vdso/
H
A
D
datapage.h
39
#define
CS_BASES
(CS_RAW + 1)
macro
121
extern struct vdso_data _vdso_data[
CS_BASES
] __attribute__((visibility("hidden")));
122
extern struct vdso_data _timens_data[
CS_BASES
] __attribute__((visibility("hidden")));
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H
A
D
vdso_datapage.h
85
struct vdso_data data[
CS_BASES
];
97
struct vdso_data data[
CS_BASES
];
/kernel/linux/linux-5.10/arch/arm/include/asm/
H
A
D
vdso_datapage.h
18
struct vdso_data data[
CS_BASES
];
/kernel/linux/linux-6.6/arch/arm/include/asm/
H
A
D
vdso_datapage.h
18
struct vdso_data data[
CS_BASES
];
/kernel/linux/linux-5.10/arch/mips/include/asm/
H
A
D
vdso.h
54
struct vdso_data data[
CS_BASES
];
/kernel/linux/linux-6.6/arch/mips/include/asm/
H
A
D
vdso.h
54
struct vdso_data data[
CS_BASES
];
/kernel/linux/linux-6.6/arch/loongarch/kernel/
H
A
D
vdso.c
31
struct vdso_data data[
CS_BASES
];
/kernel/linux/linux-5.10/arch/loongarch/kernel/
H
A
D
vdso.c
31
struct vdso_data data[
CS_BASES
];
/kernel/linux/linux-6.6/arch/s390/kernel/
H
A
D
vdso.c
29
struct vdso_data data[
CS_BASES
];
H
A
D
time.c
87
for (cs = 0; cs <
CS_BASES
; cs++)
in time_early_init()
392
for (cs = 0; cs <
CS_BASES
; cs++) {
in clock_sync_global()
/kernel/linux/linux-6.6/arch/arm64/kernel/
H
A
D
vdso.c
73
struct vdso_data data[
CS_BASES
];
/kernel/linux/linux-5.10/arch/arm64/kernel/
H
A
D
vdso.c
76
struct vdso_data data[
CS_BASES
];
/kernel/linux/linux-5.10/kernel/time/
H
A
D
namespace.c
222
for (i = 0; i <
CS_BASES
; i++)
in timens_set_vvar_page()
/kernel/linux/linux-6.6/kernel/time/
H
A
D
namespace.c
240
for (i = 0; i <
CS_BASES
; i++)
in timens_set_vvar_page()
Completed in 7 milliseconds