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

/asus-wl-520gu-7.0.1.45/src/router/rcamdmips/
H A Dgarray.c232 guint old_alloc = array->alloc; local
240 memset (array->data + old_alloc, 0, array->alloc - old_alloc);
302 guint old_alloc; local
306 old_alloc = array->alloc;
315 memset (array->pdata + old_alloc, 0,
316 sizeof (gpointer) * (array->alloc - old_alloc));
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/usb/
H A Dusb.c282 * old_alloc is from host_controller->bandwidth_allocated in microseconds;
306 int old_alloc = dev->bus->bandwidth_allocated; local
317 new_alloc = old_alloc + (int)bustime;
323 old_alloc, new_alloc, bustime);

Completed in 18 milliseconds