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:close_pending
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/drivers/staging/greybus/
H
A
D
uart.c
64
bool
close_pending
;
member
185
if (!gb_tty->
close_pending
)
in gb_uart_receive_credits_handler()
237
if (gb_tty->
close_pending
)
in gb_uart_tx_write_work()
267
if (!gb_tty->
close_pending
)
in gb_uart_tx_write_work()
437
if (count && !gb_tty->
close_pending
)
in gb_tty_write()
756
gb_tty->
close_pending
= true;
in gb_tty_port_shutdown()
776
gb_tty->
close_pending
= false;
in gb_tty_port_shutdown()
/kernel/linux/linux-6.6/drivers/staging/greybus/
H
A
D
uart.c
64
bool
close_pending
;
member
185
if (!gb_tty->
close_pending
)
in gb_uart_receive_credits_handler()
237
if (gb_tty->
close_pending
)
in gb_uart_tx_write_work()
267
if (!gb_tty->
close_pending
)
in gb_uart_tx_write_work()
436
if (count && !gb_tty->
close_pending
)
in gb_tty_write()
738
gb_tty->
close_pending
= true;
in gb_tty_port_shutdown()
758
gb_tty->
close_pending
= false;
in gb_tty_port_shutdown()
/kernel/linux/linux-6.6/drivers/staging/vc04_services/interface/vchiq_arm/
H
A
D
vchiq_arm.h
34
char
close_pending
;
member
H
A
D
vchiq_dev.c
54
if (user_service->
close_pending
) {
in close_delivered()
61
user_service->
close_pending
= 0;
in close_delivered()
183
user_service->
close_pending
= 0;
in vchiq_ioc_create_service()
671
*
close_pending
is false on first entry, and when the
in vchiq_ioctl()
674
if (!user_service->
close_pending
) {
in vchiq_ioctl()
683
*
close_pending
is true once the underlying service
in vchiq_ioctl()
687
if (user_service->
close_pending
&&
in vchiq_ioctl()
H
A
D
vchiq_arm.c
1033
user_service->
close_pending
= 1;
in add_completion()
/kernel/linux/linux-5.10/drivers/staging/vc04_services/interface/vchiq_arm/
H
A
D
vchiq_arm.c
60
char
close_pending
;
member
559
user_service->
close_pending
= 1;
in add_completion()
712
if (user_service->
close_pending
) {
in close_delivered()
719
user_service->
close_pending
= 0;
in close_delivered()
848
user_service->
close_pending
= 0;
in vchiq_ioc_create_service()
1353
/*
close_pending
is false on first entry, and when the
in vchiq_ioctl()
1355
if (!user_service->
close_pending
) {
in vchiq_ioctl()
1363
/*
close_pending
is true once the underlying service
in vchiq_ioctl()
1366
if (user_service->
close_pending
&&
in vchiq_ioctl()
/kernel/linux/linux-5.10/drivers/usb/serial/
H
A
D
io_ti.c
104
int
close_pending
;
member
1775
if (edge_port->
close_pending
)
in edge_bulk_in_callback()
1993
edge_port->
close_pending
= 1;
in edge_close()
2015
edge_port->
close_pending
= 0;
in edge_close()
2030
if (edge_port->
close_pending
== 1)
in edge_write()
2099
if (edge_port->
close_pending
== 1)
in edge_write_room()
/kernel/linux/linux-6.6/drivers/usb/serial/
H
A
D
io_ti.c
102
int
close_pending
;
member
1769
if (edge_port->
close_pending
)
in edge_bulk_in_callback()
1978
edge_port->
close_pending
= 1;
in edge_close()
1998
edge_port->
close_pending
= 0;
in edge_close()
2013
if (edge_port->
close_pending
== 1)
in edge_write()
2082
if (edge_port->
close_pending
== 1)
in edge_write_room()
/kernel/linux/linux-5.10/drivers/atm/
H
A
D
iphase.c
1674
if (iadev->
close_pending
)
2171
iadev->
close_pending
= 0;
2457
if (ia_dev[i]->
close_pending
)
2628
iadev->
close_pending
++;
2650
iadev->
close_pending
--;
H
A
D
iphase.h
1005
u32
close_pending
;
member
/kernel/linux/linux-6.6/drivers/atm/
H
A
D
iphase.c
1675
if (iadev->
close_pending
)
2172
iadev->
close_pending
= 0;
2458
if (ia_dev[i]->
close_pending
)
2629
iadev->
close_pending
++;
2651
iadev->
close_pending
--;
H
A
D
iphase.h
1004
u32
close_pending
;
member
Completed in 36 milliseconds