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:print_flags
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/x86/
H
A
D
test_syscall_vdso.c
201
static void
print_flags
(const char *name, unsigned long r)
in print_flags()
function
309
print_flags
("[WARN]\tFlags before", 0x200ed7);
in run_syscall()
310
print_flags
("[WARN]\tFlags after", flags);
in run_syscall()
311
print_flags
("[WARN]\tFlags change", (0x200ed7 ^ flags));
in run_syscall()
/kernel/linux/linux-6.6/tools/testing/selftests/x86/
H
A
D
test_syscall_vdso.c
201
static void
print_flags
(const char *name, unsigned long r)
in print_flags()
function
309
print_flags
("[WARN]\tFlags before", 0x200ed7);
in run_syscall()
310
print_flags
("[WARN]\tFlags after", flags);
in run_syscall()
311
print_flags
("[WARN]\tFlags change", (0x200ed7 ^ flags));
in run_syscall()
/kernel/linux/linux-5.10/scripts/dtc/
H
A
D
dt_to_config
19
# ----- constants for
print_flags
()
316
sub
print_flags
()
subroutine
450
if (! &
print_flags
($pn_arg_ref)) {
/kernel/linux/linux-6.6/scripts/dtc/
H
A
D
dt_to_config
19
# ----- constants for
print_flags
()
316
sub
print_flags
()
subroutine
450
if (! &
print_flags
($pn_arg_ref)) {
/kernel/linux/linux-5.10/tools/perf/
H
A
D
builtin-script.c
75
static bool
print_flags
;
variable
1949
if (
print_flags
)
in process_event()
2765
print_flags
= change == REMOVE ? false : true;
in parse_output_fields()
/kernel/linux/linux-6.6/tools/perf/
H
A
D
builtin-script.c
82
static bool
print_flags
;
variable
2171
if (
print_flags
)
in process_event()
3103
print_flags
= change != REMOVE;
in parse_output_fields()
Completed in 15 milliseconds