Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/block/
Dloop.h60 bool write_started; member
Dloop.c1446 if (lo->write_started) in loop_queue_rq()
1449 lo->write_started = true; in loop_queue_rq()
1500 lo->write_started = false; in loop_queue_write_work()
/linux-4.1.27/drivers/usb/gadget/function/
Du_serial.c112 int write_started; member
371 if (port->write_started >= QUEUE_SIZE) in gs_start_tx()
410 port->write_started++; in gs_start_tx()
600 port->write_started--; in gs_write_complete()
1281 port->write_allocated = port->write_started = 0; in gserial_disconnect()