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:thread_enabled
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-5.10/drivers/mtd/ubi/
H
A
D
wl.c
548
if (ubi->
thread_enabled
&& !ubi_dbg_is_bgt_disabled(ubi))
in __schedule_ubi_work()
1658
!ubi->
thread_enabled
|| ubi_dbg_is_bgt_disabled(ubi)) {
1691
ubi->
thread_enabled
= 0;
1701
ubi->
thread_enabled
= 0;
H
A
D
build.c
373
ret = sprintf(buf, "%d\n", ubi->
thread_enabled
);
in dev_attribute_show()
1039
* checks @ubi->
thread_enabled
. Otherwise we may fail to wake it up.
in ubi_attach_mtd_dev()
1042
ubi->
thread_enabled
= 1;
in ubi_attach_mtd_dev()
H
A
D
ubi.h
521
* @
thread_enabled
: if the background thread is enabled
626
int
thread_enabled
;
member
/kernel/linux/linux-6.6/drivers/mtd/ubi/
H
A
D
wl.c
548
if (ubi->
thread_enabled
&& !ubi_dbg_is_bgt_disabled(ubi))
in __schedule_ubi_work()
1668
!ubi->
thread_enabled
|| ubi_dbg_is_bgt_disabled(ubi)) {
1701
ubi->
thread_enabled
= 0;
1711
ubi->
thread_enabled
= 0;
H
A
D
build.c
375
ret = sprintf(buf, "%d\n", ubi->
thread_enabled
);
in dev_attribute_show()
1045
* checks @ubi->
thread_enabled
. Otherwise we may fail to wake it up.
in ubi_attach_mtd_dev()
1048
ubi->
thread_enabled
= 1;
in ubi_attach_mtd_dev()
H
A
D
ubi.h
519
* @
thread_enabled
: if the background thread is enabled
624
int
thread_enabled
;
member
/kernel/linux/linux-6.6/drivers/firmware/efi/libstub/
H
A
D
efistub.h
1123
u16
thread_enabled
;
member
Completed in 14 milliseconds