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:in_shutdown
(Results
1 - 20
of
20
) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/mqueue/
H
A
D
mq_open_tests.c
81
static int
in_shutdown
= 0;
in shutdown()
local
84
if (
in_shutdown
++)
in shutdown()
H
A
D
mq_perf_tests.c
175
static int
in_shutdown
= 0;
in shutdown()
local
180
if (
in_shutdown
++)
in shutdown()
/kernel/linux/linux-6.6/tools/testing/selftests/mqueue/
H
A
D
mq_open_tests.c
81
static int
in_shutdown
= 0;
in shutdown()
local
84
if (
in_shutdown
++)
in shutdown()
H
A
D
mq_perf_tests.c
175
static int
in_shutdown
= 0;
in shutdown()
local
180
if (
in_shutdown
++)
in shutdown()
/kernel/linux/linux-5.10/drivers/scsi/libsas/
H
A
D
sas_phy.c
111
phy->
in_shutdown
= 0;
in sas_phye_shutdown()
H
A
D
sas_init.c
603
if (cmpxchg(&phy->
in_shutdown
, 0, 1) == 0) {
in __sas_alloc_event()
/kernel/linux/linux-6.6/drivers/scsi/libsas/
H
A
D
sas_phy.c
111
phy->
in_shutdown
= 0;
in sas_phye_shutdown()
H
A
D
sas_init.c
654
if (cmpxchg(&phy->
in_shutdown
, 0, 1) == 0) {
in sas_alloc_event()
/kernel/linux/linux-5.10/drivers/firewire/
H
A
D
core-cdev.c
51
bool
in_shutdown
;
member
282
if (client->
in_shutdown
)
in queue_event()
484
if (client->
in_shutdown
)
in add_client_resource()
509
if (client->
in_shutdown
)
in release_client_resource()
550
if (client->
in_shutdown
)
in complete_transaction()
1296
!client->
in_shutdown
&&
in iso_resource_work()
1753
client->
in_shutdown
= true;
in fw_device_op_release()
/kernel/linux/linux-6.6/drivers/firewire/
H
A
D
core-cdev.c
53
bool
in_shutdown
;
member
295
if (client->
in_shutdown
)
in queue_event()
497
if (client->
in_shutdown
)
in add_client_resource()
522
if (client->
in_shutdown
)
in release_client_resource()
557
if (client->
in_shutdown
)
in complete_transaction()
1369
!client->
in_shutdown
&&
in iso_resource_work()
1890
client->
in_shutdown
= true;
in fw_device_op_release()
/kernel/linux/linux-6.6/drivers/char/ipmi/
H
A
D
ipmi_msghandler.c
448
bool
in_shutdown
;
member
2343
if (intf->
in_shutdown
) {
in i_ipmi_request()
3544
if (!intf->
in_shutdown
)
in redo_bmc_reg()
3771
intf->
in_shutdown
= true;
in ipmi_unregister_smi()
3933
if (!intf->
in_shutdown
) {
in handle_ipmb_get_msg_cmd()
4024
if (!intf->
in_shutdown
) {
in handle_ipmb_direct_rcv_cmd()
4576
if (intf->
in_shutdown
)
in handle_one_recv_msg()
4834
if (intf->curr_msg == NULL && !intf->
in_shutdown
) {
in smi_recv_tasklet()
4898
if (intf->
in_shutdown
)
in ipmi_smi_watchdog_pretimeout()
4936
if (intf->
in_shutdown
)
in check_msg_timeout()
[all...]
/kernel/linux/linux-5.10/drivers/char/ipmi/
H
A
D
ipmi_msghandler.c
446
bool
in_shutdown
;
member
2236
if (intf->
in_shutdown
) {
in i_ipmi_request()
3396
if (!intf->
in_shutdown
)
in redo_bmc_reg()
3605
intf->
in_shutdown
= true;
in ipmi_unregister_smi()
3763
if (!intf->
in_shutdown
) {
in handle_ipmb_get_msg_cmd()
4254
if (intf->
in_shutdown
)
in handle_one_recv_msg()
4518
if (intf->curr_msg == NULL && !intf->
in_shutdown
) {
in smi_recv_tasklet()
4582
if (intf->
in_shutdown
)
in ipmi_smi_watchdog_pretimeout()
4619
if (intf->
in_shutdown
)
in check_msg_timeout()
4765
if (!intf->
in_shutdown
)
in ipmi_request_event()
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/nvidia/
H
A
D
forcedeth.c
763
int
in_shutdown
;
member
3134
if (!np->
in_shutdown
)
in nv_change_mtu()
3767
if (!np->
in_shutdown
) {
in nv_nic_irq_tx()
3813
if (!np->
in_shutdown
)
in nv_napi_poll()
3833
if (!np->
in_shutdown
) {
in nv_napi_poll()
3872
if (!np->
in_shutdown
)
in nv_nic_irq_rx()
3884
if (!np->
in_shutdown
) {
in nv_nic_irq_rx()
3936
if (!np->
in_shutdown
) {
in nv_nic_irq_other()
3950
if (!np->
in_shutdown
) {
in nv_nic_irq_other()
4216
if (!np->
in_shutdown
)
in nv_do_nic_poll()
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/nvidia/
H
A
D
forcedeth.c
763
int
in_shutdown
;
member
3129
if (!np->
in_shutdown
)
in nv_change_mtu()
3762
if (!np->
in_shutdown
) {
in nv_nic_irq_tx()
3808
if (!np->
in_shutdown
)
in nv_napi_poll()
3828
if (!np->
in_shutdown
) {
in nv_napi_poll()
3867
if (!np->
in_shutdown
)
in nv_nic_irq_rx()
3879
if (!np->
in_shutdown
) {
in nv_nic_irq_rx()
3931
if (!np->
in_shutdown
) {
in nv_nic_irq_other()
3945
if (!np->
in_shutdown
) {
in nv_nic_irq_other()
4211
if (!np->
in_shutdown
)
in nv_do_nic_poll()
[all...]
/kernel/linux/linux-5.10/include/scsi/
H
A
D
libsas.h
311
int
in_shutdown
;
member
/kernel/linux/linux-6.6/include/scsi/
H
A
D
libsas.h
300
int
in_shutdown
;
member
/kernel/linux/linux-5.10/include/target/iscsi/
H
A
D
iscsi_target_core.h
872
u32
in_shutdown
;
member
/kernel/linux/linux-6.6/include/target/iscsi/
H
A
D
iscsi_target_core.h
885
u32
in_shutdown
;
member
/kernel/linux/linux-5.10/drivers/scsi/smartpqi/
H
A
D
smartpqi.h
1144
bool
in_shutdown
;
member
H
A
D
smartpqi_init.c
351
return device->in_remove && !ctrl_info->
in_shutdown
;
in pqi_device_in_remove()
356
ctrl_info->
in_shutdown
= true;
in pqi_ctrl_shutdown_start()
361
return ctrl_info->
in_shutdown
;
in pqi_ctrl_in_shutdown()
8040
ctrl_info->
in_shutdown
= true;
in pqi_pci_remove()
Completed in 59 milliseconds