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:need_copy
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/util/
H
A
D
genelf_debug.c
353
int
need_copy
= 0;
in emit_lineno_info()
local
363
need_copy
= 1;
in emit_lineno_info()
378
need_copy
= 1;
in emit_lineno_info()
386
need_copy
= 1;
in emit_lineno_info()
391
if (
need_copy
)
in emit_lineno_info()
/kernel/linux/linux-6.6/tools/perf/util/
H
A
D
genelf_debug.c
363
int
need_copy
= 0;
in emit_lineno_info()
local
374
need_copy
= 1;
in emit_lineno_info()
389
need_copy
= 1;
in emit_lineno_info()
397
need_copy
= 1;
in emit_lineno_info()
402
if (
need_copy
)
in emit_lineno_info()
/kernel/linux/linux-5.10/drivers/block/
H
A
D
xen-blkfront.c
598
bool
need_copy
;
member
655
if (setup->
need_copy
) {
in blkif_setup_rw_req_grant()
726
.
need_copy
= rq_data_dir(req) && info->bounce,
in blkif_queue_rw_req()
843
if (setup.
need_copy
) {
in blkif_queue_rw_req()
854
if (setup.
need_copy
)
in blkif_queue_rw_req()
/kernel/linux/linux-6.6/drivers/block/
H
A
D
xen-blkfront.c
586
bool
need_copy
;
member
643
if (setup->
need_copy
) {
in blkif_setup_rw_req_grant()
714
.
need_copy
= rq_data_dir(req) && info->bounce,
in blkif_queue_rw_req()
831
if (setup.
need_copy
) {
in blkif_queue_rw_req()
842
if (setup.
need_copy
)
in blkif_queue_rw_req()
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/
H
A
D
sh_css.c
3516
bool
need_copy
= false;
in create_host_video_pipeline()
local
3580
need_copy
= (copy_binary && copy_binary->info);
in create_host_video_pipeline()
3584
if (
need_copy
) {
in create_host_video_pipeline()
/kernel/linux/linux-6.6/drivers/staging/media/atomisp/pci/
H
A
D
sh_css.c
3183
bool
need_copy
= false;
in create_host_video_pipeline()
local
3248
need_copy
= (copy_binary && copy_binary->info);
in create_host_video_pipeline()
3252
if (
need_copy
) {
in create_host_video_pipeline()
Completed in 31 milliseconds