Searched refs:usecs (Results 1 – 3 of 3) sorted by relevance
30 void __account_scheduler_latency(struct task_struct *task, int usecs, int inter);32 account_scheduler_latency(struct task_struct *task, int usecs, int inter) in account_scheduler_latency() argument35 __account_scheduler_latency(task, usecs, inter); in account_scheduler_latency()43 account_scheduler_latency(struct task_struct *task, int usecs, int inter) in account_scheduler_latency() argument
8 extern void __udelay(unsigned long usecs);
588 suseconds_t usecs = (tv2).tv_usec + (tv1).tv_usec; \591 if (usecs >= 1000000) { \592 usecs -= 1000000; \596 (tv2).tv_usec = usecs; \