Home
last modified time | relevance | path

Searched refs:closing (Results 1 – 15 of 15) sorted by relevance

/drivers/net/can/
A Dgrcan.c306 bool closing; member
562 if (!priv->resetting && !priv->closing && in grcan_lost_one_shot_frame()
693 if (!priv->resetting && !priv->closing) { in grcan_err()
736 priv->closing = true; in grcan_err()
823 if (!priv->closing) { in grcan_running_reset()
912 if (!priv->resetting && !priv->closing) { in grcan_initiate_running_reset()
1028 if (priv->closing || priv->resetting) { in grcan_set_mode()
1084 priv->closing = false; in grcan_open()
1108 priv->closing = true; in grcan_close()
1142 if (!priv->resetting && !priv->closing && in grcan_transmit_catch_up()
[all …]
/drivers/md/bcache/
A Dstats.c125 atomic_set(&acc->closing, 1); in bch_cache_accounting_destroy()
177 if (!atomic_read(&acc->closing)) in scale_accounting()
A Dstats.h30 atomic_t closing; member
/drivers/staging/vc04_services/interface/vchiq_arm/
A Dvchiq_arm.h91 int closing; member
A Dvchiq_dev.c460 while ((instance->completion_remove == instance->completion_insert) && !instance->closing) { in vchiq_ioc_await_completion()
613 instance->closing = 1; in vchiq_ioctl()
1228 instance->closing = 1; in vchiq_release()
A Dvchiq_arm.c665 } else if (instance->closing) { in add_completion()
737 } else if (instance->closing) { in service_single_message()
774 if (instance->closing) { in service_callback()
A Dvchiq_core.h187 char closing; member
A Dvchiq_core.c429 service->closing = 1; in mark_service_closing_internal()
976 if (service->closing) { in queue_message()
1028 if (service->closing) in queue_message()
1266 if (((msgid & VCHIQ_MSGID_CLAIMED) == 0) || (service && service->closing)) { in release_slot()
3016 service->closing = 0; in close_service_complete()
/drivers/tty/
A Dtty_port.c630 tty->closing = 1; in tty_port_close_start()
665 tty->closing = 0; in tty_port_close_end()
A Dn_tty.c1605 else if (tty->closing && !L_EXTPROC(tty)) { in __receive_buf()
1910 tty->closing = 0; in n_tty_open()
/drivers/md/dm-vdo/indexer/
A Dindex.c947 bool closing; in check_for_suspend() local
966 closing = (index->load_context->status == INDEX_FREEING); in check_for_suspend()
968 return closing; in check_for_suspend()
/drivers/usb/class/
A Dusbtmc.c126 atomic_t closing; member
192 atomic_set(&file_data->closing, 0); in usbtmc_open()
224 atomic_set(&file_data->closing, 1); in usbtmc_flush()
631 atomic_read(&file_data->closing), in usbtmc488_ioctl_wait_srq()
637 if (atomic_read(&file_data->closing) || data->zombie) in usbtmc488_ioctl_wait_srq()
/drivers/s390/char/
A Dcon3215.c999 tty->closing = 1; in tty3215_close()
1002 tty->closing = 0; in tty3215_close()
/drivers/net/ppp/
A Dppp_generic.c144 int closing; /* is device closing down? a8 */ member
1569 ppp->closing = 1; in ppp_dev_uninit()
1651 if (!ppp->closing) { in __ppp_xmit_process()
2217 if (!ppp->closing) in ppp_do_recv()
/drivers/tty/hvc/
A Dhvsi.c786 tty->closing = 1; in hvsi_close()

Completed in 49 milliseconds