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:__percpu
(Results
1 - 5
of
5
) sorted by relevance
/third_party/ltp/tools/sparse/sparse-src/validation/eval/
H
A
D
asm-degen.c
2
#define
__percpu
__attribute__((noderef))
macro
4
#define
__percpu
macro
7
static
__percpu
int var;
8
static
__percpu
int arr[4];
/third_party/ltp/tools/sparse/sparse-src/validation/
H
A
D
Waddress-space-from.c
5
#define
__percpu
__attribute__((address_space(
__percpu
)))
macro
12
obj_t __user *p, obj_t
__percpu
*pc,
in expl()
37
(obj_t
__percpu
*)(pc); // OK
in expl()
58
Waddress-space-from.c:35:10: warning: cast removes address space '
__percpu
' of expression
59
Waddress-space-from.c:36:10: warning: cast removes address space '
__percpu
' of expression
H
A
D
Waddress-space-all-attr.c
5
#define
__percpu
__attribute__((address_space(3)))
macro
13
obj_t __user *p, obj_t
__percpu
*pc,
in expl()
34
(obj_t
__percpu
*)(pc);
in expl()
H
A
D
typeof-attribute.c
1
#define
__percpu
__attribute__((noderef, address_space(3)))
macro
9
unsigned int
__percpu
x;
in main()
/third_party/ltp/scripts/
H
A
D
checkpatch.pl
470
__percpu
|
Completed in 8 milliseconds