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:force_quit
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/can/spi/
H
A
D
hi311x.c
162
int
force_quit
;
member
546
priv->
force_quit
= 1;
in hi3110_stop()
618
priv->
force_quit
= 0;
in hi3110_restart_work_handler()
640
while (!priv->
force_quit
) {
in hi3110_can_ist()
681
priv->
force_quit
= 1;
in hi3110_can_ist()
756
priv->
force_quit
= 0;
in hi3110_open()
975
priv->
force_quit
= 1;
in hi3110_can_suspend()
1014
priv->
force_quit
= 0;
in hi3110_can_resume()
H
A
D
mcp251x.c
246
int
force_quit
;
member
957
priv->
force_quit
= 1;
in mcp251x_stop()
1038
priv->
force_quit
= 0;
in mcp251x_restart_work_handler()
1069
while (!priv->
force_quit
) {
in mcp251x_can_ist()
1180
priv->
force_quit
= 1;
in mcp251x_can_ist()
1222
priv->
force_quit
= 0;
in mcp251x_open()
1470
priv->
force_quit
= 1;
in mcp251x_can_suspend()
1506
priv->
force_quit
= 0;
in mcp251x_can_resume()
/kernel/linux/linux-6.6/drivers/net/can/spi/
H
A
D
hi311x.c
161
int
force_quit
;
member
546
priv->
force_quit
= 1;
in hi3110_stop()
616
priv->
force_quit
= 0;
in hi3110_restart_work_handler()
638
while (!priv->
force_quit
) {
in hi3110_can_ist()
679
priv->
force_quit
= 1;
in hi3110_can_ist()
751
priv->
force_quit
= 0;
in hi3110_open()
971
priv->
force_quit
= 1;
in hi3110_can_suspend()
1010
priv->
force_quit
= 0;
in hi3110_can_resume()
H
A
D
mcp251x.c
245
int
force_quit
;
member
955
priv->
force_quit
= 1;
in mcp251x_stop()
1034
priv->
force_quit
= 0;
in mcp251x_restart_work_handler()
1065
while (!priv->
force_quit
) {
in mcp251x_can_ist()
1176
priv->
force_quit
= 1;
in mcp251x_can_ist()
1217
priv->
force_quit
= 0;
in mcp251x_open()
1464
priv->
force_quit
= 1;
in mcp251x_can_suspend()
1500
priv->
force_quit
= 0;
in mcp251x_can_resume()
/kernel/linux/linux-5.10/drivers/net/ethernet/cavium/liquidio/
H
A
D
response_manager.c
63
u32
force_quit
)
in lio_process_ordered_list()
116
} else if (unlikely(
force_quit
) || (sc->expiry_time &&
in lio_process_ordered_list()
62
lio_process_ordered_list(struct octeon_device *octeon_dev, u32
force_quit
)
lio_process_ordered_list()
argument
H
A
D
response_manager.h
137
* @param
force_quit
- the request is forced to timeout if this is 1
141
u32
force_quit
);
/kernel/linux/linux-6.6/drivers/net/ethernet/cavium/liquidio/
H
A
D
response_manager.c
65
u32
force_quit
)
in lio_process_ordered_list()
118
} else if (unlikely(
force_quit
) || (sc->expiry_time &&
in lio_process_ordered_list()
64
lio_process_ordered_list(struct octeon_device *octeon_dev, u32
force_quit
)
lio_process_ordered_list()
argument
H
A
D
response_manager.h
137
* @param
force_quit
- the request is forced to timeout if this is 1
141
u32
force_quit
);
Completed in 9 milliseconds