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:should_defer
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/arch/x86/include/asm/
H
A
D
tlbflush.h
259
bool
should_defer
= false;
in arch_tlbbatch_should_defer()
local
263
should_defer
= true;
in arch_tlbbatch_should_defer()
266
return
should_defer
;
in arch_tlbbatch_should_defer()
/kernel/linux/linux-5.10/mm/
H
A
D
rmap.c
656
bool
should_defer
= false;
in should_defer_flush()
local
663
should_defer
= true;
in should_defer_flush()
666
return
should_defer
;
in should_defer_flush()
/kernel/linux/linux-5.10/drivers/md/
H
A
D
raid5.c
1063
bool
should_defer
;
in ops_run_io()
local
1070
should_defer
= conf->batch_bio_dispatch && conf->group_cnt;
in ops_run_io()
1229
if (
should_defer
&& op_is_write(op))
in ops_run_io()
1279
if (
should_defer
&& op_is_write(op))
in ops_run_io()
1301
if (
should_defer
&& !bio_list_empty(&pending_bios))
in ops_run_io()
/kernel/linux/linux-6.6/drivers/md/
H
A
D
raid5.c
1146
bool
should_defer
;
in ops_run_io()
local
1153
should_defer
= conf->batch_bio_dispatch && conf->group_cnt;
in ops_run_io()
1310
if (
should_defer
&& op_is_write(op))
in ops_run_io()
1357
if (
should_defer
&& op_is_write(op))
in ops_run_io()
1379
if (
should_defer
&& !bio_list_empty(&pending_bios))
in ops_run_io()
Completed in 32 milliseconds