timeframe         129 drivers/net/wimax/i2400m/i2400m-usb.h static inline int edc_inc(struct edc *edc, u16 max_err, u16 timeframe)
timeframe         134 drivers/net/wimax/i2400m/i2400m-usb.h 	if (time_after(now, edc->timestart + timeframe)) {
timeframe         701 drivers/staging/uwb/uwb.h static inline int edc_inc(struct edc *err_hist, u16 max_err, u16 timeframe)
timeframe         706 drivers/staging/uwb/uwb.h 	if (now - err_hist->timestart > timeframe) {