Searched defs:works (Results 1 - 3 of 3) sorted by relevance

/drivers/mtd/ubi/
H A Dubi.h345 * @move_to, @move_to_put @erase_pending, @wl_scheduled, @works,
355 * @works: list of pending works
356 * @works_count: count of pending works
444 struct list_head works; member in struct:ubi_device
/drivers/net/ethernet/via/
H A Dvia-velocity.c1890 int works = 0; local
1907 if ((works++ > 15))
1941 return works;
2100 int works = 0; local
2102 while (works < budget_left) {
2133 works++;
2138 if ((works > 0) && (velocity_rx_refill(vptr) > 0))
2142 return works;
/drivers/net/wireless/rtlwifi/
H A Dwifi.h1595 struct rtl_works works; member in struct:rtl_priv

Completed in 112 milliseconds