Home
last modified time | relevance | path

Searched refs:in_shutdown (Results 1 – 7 of 7) sorted by relevance

/linux/tools/testing/selftests/mqueue/
H A Dmq_open_tests.c81 static int in_shutdown = 0; in shutdown() local
84 if (in_shutdown++) in shutdown()
H A Dmq_perf_tests.c175 static int in_shutdown = 0; in shutdown() local
180 if (in_shutdown++) in shutdown()
/linux/drivers/scsi/libsas/
H A Dsas_phy.c111 phy->in_shutdown = 0; in sas_phye_shutdown()
H A Dsas_init.c655 if (cmpxchg(&phy->in_shutdown, 0, 1) == 0) { in sas_alloc_event()
/linux/drivers/net/ethernet/nvidia/
H A Dforcedeth.c763 int in_shutdown; member
3115 if (!np->in_shutdown) in nv_change_mtu()
3748 if (!np->in_shutdown) { in nv_nic_irq_tx()
3794 if (!np->in_shutdown) in nv_napi_poll()
3814 if (!np->in_shutdown) { in nv_napi_poll()
3853 if (!np->in_shutdown) in nv_nic_irq_rx()
3865 if (!np->in_shutdown) { in nv_nic_irq_rx()
3917 if (!np->in_shutdown) { in nv_nic_irq_other()
3931 if (!np->in_shutdown) { in nv_nic_irq_other()
4197 if (!np->in_shutdown) in nv_do_nic_poll()
[all …]
/linux/drivers/char/ipmi/
H A Dipmi_msghandler.c426 bool in_shutdown; member
1251 if (intf->in_shutdown) { in ipmi_create_user()
2335 if (intf->in_shutdown) { in i_ipmi_request()
3559 if (!intf->in_shutdown) in redo_bmc_reg()
3793 intf->in_shutdown = true; in ipmi_unregister_smi()
4581 if (intf->in_shutdown || intf->run_to_completion) in handle_one_recv_msg()
4831 if (intf->curr_msg == NULL && !intf->in_shutdown) { in smi_work()
4944 if (intf->in_shutdown) in ipmi_smi_watchdog_pretimeout()
4981 if (intf->in_shutdown) in check_msg_timeout()
5129 if (!intf->in_shutdown) in ipmi_request_event()
/linux/include/target/iscsi/
H A Discsi_target_core.h882 u32 in_shutdown; member