2009년 11월 14일 토요일

jiffies

$pwd

/usr/src/linux-2.6.20.18

$vi drivers/md/raid6.h

117 # define jiffies    raid6_jiffies()


130 static inline uint32_t raid6_jiffies(void)
131 {
132     struct timeval tv;
133     gettimeofday(&tv, NULL);
134     return tv.tv_sec*1000 + tv.tv_usec/1000;
135 }

댓글 없음:

댓글 쓰기