Searched defs:TIME_WRAP_AROUND (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/net/wireless/intel/iwlwifi/dvm/
H A Drs.h242 #define TIME_WRAP_AROUND(x, y) (((y) > (x)) ? (y) - (x) : (0-(x)) + (y)) macro
/linux-master/drivers/net/wireless/intel/iwlegacy/
H A Dcommon.h2690 #define TIME_WRAP_AROUND(x, y) (((y) > (x)) ? (y) - (x) : (0-(x)) + (y)) macro

Completed in 156 milliseconds