Home
last modified time | relevance | path

Searched refs:largestat (Results 1 – 1 of 1) sorted by relevance

/linux-2.6.39/drivers/staging/slicoss/
Dslic.h505 #define UPDATE_STATS(largestat, newstat, oldstat) \ argument
508 (largestat) += ((newstat) + (0xFFFFFFFF - oldstat + 1)); \
510 (largestat) += ((newstat) - (oldstat)); \
513 #define UPDATE_STATS_GB(largestat, newstat, oldstat) \ argument
515 (largestat) += ((newstat) - (oldstat)); \