Searched refs:start_time (Results 1 – 7 of 7) sorted by relevance
| /include/net/ |
| A D | busy_poll.h | 50 bool sk_busy_loop_end(void *p, unsigned long start_time); 86 static inline bool busy_loop_timeout(unsigned long start_time) in busy_loop_timeout() argument 92 unsigned long end_time = start_time + bp_usec; in busy_loop_timeout() 102 unsigned long start_time) in sk_busy_loop_timeout() argument 108 unsigned long end_time = start_time + bp_usec; in sk_busy_loop_timeout()
|
| /include/linux/ |
| A D | psi_types.h | 113 u64 start_time; member
|
| A D | blkdev.h | 1705 unsigned long start_time); 1707 unsigned int sectors, unsigned long start_time); 1710 void bio_end_io_acct_remapped(struct bio *bio, unsigned long start_time, 1718 static inline void bio_end_io_acct(struct bio *bio, unsigned long start_time) in bio_end_io_acct() argument 1720 return bio_end_io_acct_remapped(bio, start_time, bio->bi_bdev); in bio_end_io_acct()
|
| A D | edac.h | 573 unsigned long start_time; /* mci load start time (in jiffies) */ member
|
| A D | sched.h | 1125 u64 start_time; member
|
| A D | ieee80211.h | 1785 __le32 start_time; member
|
| /include/trace/events/ |
| A D | writeback.h | 634 unsigned long start_time), 638 dirtied, period, pause, start_time), 676 __entry->paused = (jiffies - start_time) * 1000 / HZ;
|
Completed in 42 milliseconds