Home
last modified time | relevance | path

Searched refs:write_started (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/usb/gadget/function/
H A Du_serial.c123 int write_started; member
253 if (port->write_started >= QUEUE_SIZE) in gs_start_tx()
291 port->write_started++; in gs_start_tx()
475 port->write_started--; in gs_write_complete()
1480 port->write_allocated = port->write_started = 0; in gserial_disconnect()
1499 if (port->write_busy || port->write_started) { in gserial_suspend()
/linux/fs/bcachefs/
H A Djournal_io.c2143 BUG_ON(!w->write_started); in CLOSURE_CALLBACK()