Searched refs:write_work (Results 1 - 4 of 4) sorted by relevance

/linux-4.1.27/drivers/block/
H A Dloop.h59 struct work_struct write_work; member in struct:loop_device
H A Dloop.c1454 queue_work(lo->wq, &lo->write_work); loop_queue_rq()
1482 container_of(work, struct loop_device, write_work); loop_queue_write_work()
1576 INIT_WORK(&lo->write_work, loop_queue_write_work); loop_add()
/linux-4.1.27/drivers/bluetooth/
H A Dhci_ldisc.c132 schedule_work(&hu->write_work); hci_uart_tx_wakeup()
139 struct hci_uart *hu = container_of(work, struct hci_uart, write_work); hci_uart_write_work()
348 INIT_WORK(&hu->write_work, hci_uart_write_work); hci_uart_tty_open()
386 cancel_work_sync(&hu->write_work); hci_uart_tty_close()
H A Dhci_uart.h77 struct work_struct write_work; member in struct:hci_uart

Completed in 137 milliseconds