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

/linux-4.4.14/drivers/net/usb/
H A Dkaweth.c224 struct delayed_work lowmem_work; member in struct:kaweth_device
497 schedule_delayed_work(&kaweth->lowmem_work, HZ/4); kaweth_resubmit_int_urb()
543 container_of(work, struct kaweth_device, lowmem_work.work); kaweth_resubmit_tl()
577 schedule_delayed_work(&kaweth->lowmem_work, HZ/4); kaweth_resubmit_rx_urb()
737 cancel_delayed_work_sync(&kaweth->lowmem_work); kaweth_kill_urbs()
1177 INIT_DELAYED_WORK(&kaweth->lowmem_work, kaweth_resubmit_tl); kaweth_probe()

Completed in 60 milliseconds