Home
last modified time | relevance | path

Searched refs:write_work (Results 1 – 9 of 9) sorted by relevance

/linux-6.15/net/nfc/nci/
H A Duart.c66 schedule_work(&nu->write_work); in nci_uart_tx_wakeup()
73 struct nci_uart *nu = container_of(work, struct nci_uart, write_work); in nci_uart_write_work()
124 INIT_WORK(&nu->write_work, nci_uart_write_work); in nci_uart_set_driver()
192 cancel_work_sync(&nu->write_work); in nci_uart_tty_close()
/linux-6.15/drivers/tty/
H A Dn_hdlc.c138 struct work_struct write_work; member
207 cancel_work_sync(&n_hdlc->write_work); in n_hdlc_tty_close()
240 INIT_WORK(&n_hdlc->write_work, n_hdlc_tty_write_work); in n_hdlc_tty_open()
343 struct n_hdlc *n_hdlc = container_of(work, struct n_hdlc, write_work); in n_hdlc_tty_write_work()
359 schedule_work(&n_hdlc->write_work); in n_hdlc_tty_wakeup()
/linux-6.15/drivers/bluetooth/
H A Dhci_serdev.c59 struct hci_uart *hu = container_of(work, struct hci_uart, write_work); in hci_uart_write_work()
342 INIT_WORK(&hu->write_work, hci_uart_write_work); in hci_uart_register_device_priv()
404 cancel_work_sync(&hu->write_work); in hci_uart_unregister_device()
H A Dhci_ldisc.c138 schedule_work(&hu->write_work); in hci_uart_tx_wakeup()
149 struct hci_uart *hu = container_of(work, struct hci_uart, write_work); in hci_uart_write_work()
517 INIT_WORK(&hu->write_work, hci_uart_write_work); in hci_uart_tty_open()
553 cancel_work_sync(&hu->write_work); in hci_uart_tty_close()
H A Dhci_uart.h72 struct work_struct write_work; member
/linux-6.15/fs/bcachefs/
H A Djournal_types.h222 struct delayed_work write_work; member
H A Djournal.c327 cancel_delayed_work(&j->write_work); in __journal_entry_close()
512 &j->write_work, in journal_entry_open()
537 struct journal *j = container_of(work, struct journal, write_work.work); in journal_write_work()
544 mod_delayed_work(j->wq, &j->write_work, delta); in journal_write_work()
1386 cancel_delayed_work_sync(&j->write_work); in bch2_fs_journal_stop()
1601 INIT_DELAYED_WORK(&j->write_work, journal_write_work); in bch2_fs_journal_init()
H A Djournal_io.c1734 mod_delayed_work(j->wq, &j->write_work, max(0L, delta)); in CLOSURE_CALLBACK()
/linux-6.15/include/net/nfc/
H A Dnci_core.h455 struct work_struct write_work; member