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_rescan
(Results
1 - 14
of
14
) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/host/
H
A
D
fotg210.h
98
bool
need_rescan
:1;
member
H
A
D
ehci-hcd.c
392
ehci->
need_rescan
= true;
in ehci_work()
398
ehci->
need_rescan
= false;
in ehci_work()
405
if (ehci->
need_rescan
)
in ehci_work()
H
A
D
ehci.h
133
bool
need_rescan
:1;
member
H
A
D
uhci-hcd.h
417
unsigned int
need_rescan
:1; /* Redo the schedule scan */
member
H
A
D
uhci-q.c
1748
uhci->
need_rescan
= 1;
in uhci_scan_schedule()
1753
uhci->
need_rescan
= 0;
in uhci_scan_schedule()
1779
if (uhci->
need_rescan
)
in uhci_scan_schedule()
H
A
D
fotg210-hcd.c
4829
fotg210->
need_rescan
= true;
in fotg210_work()
4835
fotg210->
need_rescan
= false;
in fotg210_work()
4842
if (fotg210->
need_rescan
)
in fotg210_work()
/kernel/linux/linux-6.6/drivers/usb/fotg210/
H
A
D
fotg210-hcd.h
98
bool
need_rescan
:1;
member
H
A
D
fotg210-hcd.c
4828
fotg210->
need_rescan
= true;
in fotg210_work()
4834
fotg210->
need_rescan
= false;
in fotg210_work()
4841
if (fotg210->
need_rescan
)
in fotg210_work()
/kernel/linux/linux-6.6/drivers/usb/host/
H
A
D
ehci-hcd.c
393
ehci->
need_rescan
= true;
in ehci_work()
399
ehci->
need_rescan
= false;
in ehci_work()
406
if (ehci->
need_rescan
)
in ehci_work()
H
A
D
ehci.h
133
bool
need_rescan
:1;
member
H
A
D
uhci-hcd.h
413
unsigned int
need_rescan
:1; /* Redo the schedule scan */
member
H
A
D
uhci-q.c
1748
uhci->
need_rescan
= 1;
in uhci_scan_schedule()
1753
uhci->
need_rescan
= 0;
in uhci_scan_schedule()
1779
if (uhci->
need_rescan
)
in uhci_scan_schedule()
/kernel/linux/linux-5.10/fs/btrfs/
H
A
D
qgroup.c
2859
bool
need_rescan
= false;
in btrfs_qgroup_inherit()
local
3002
need_rescan
= true;
in btrfs_qgroup_inherit()
3024
need_rescan
= true;
in btrfs_qgroup_inherit()
3043
need_rescan
= true;
in btrfs_qgroup_inherit()
3053
if (
need_rescan
)
in btrfs_qgroup_inherit()
/kernel/linux/linux-6.6/fs/btrfs/
H
A
D
qgroup.c
2942
bool
need_rescan
= false;
in btrfs_qgroup_inherit()
local
3085
need_rescan
= true;
in btrfs_qgroup_inherit()
3107
need_rescan
= true;
in btrfs_qgroup_inherit()
3126
need_rescan
= true;
in btrfs_qgroup_inherit()
3136
if (
need_rescan
)
in btrfs_qgroup_inherit()
Completed in 39 milliseconds