Searched refs:start_time (Results 1 – 7 of 7) sorted by relevance
| /include/net/ |
| D | busy_poll.h | 45 bool sk_busy_loop_end(void *p, unsigned long start_time); 78 static inline bool busy_loop_timeout(unsigned long start_time) in busy_loop_timeout() argument 84 unsigned long end_time = start_time + bp_usec; in busy_loop_timeout() 94 unsigned long start_time) in sk_busy_loop_timeout() argument 100 unsigned long end_time = start_time + bp_usec; in sk_busy_loop_timeout()
|
| /include/linux/ |
| D | psi_types.h | 115 u64 start_time; member
|
| D | blkdev.h | 1670 unsigned long start_time); 1672 unsigned int sectors, unsigned long start_time); 1675 void bio_end_io_acct_remapped(struct bio *bio, unsigned long start_time, 1690 static inline void bio_end_io_acct(struct bio *bio, unsigned long start_time) in bio_end_io_acct() argument 1692 return bio_end_io_acct_remapped(bio, start_time, bio->bi_bdev); in bio_end_io_acct()
|
| D | edac.h | 573 unsigned long start_time; /* mci load start time (in jiffies) */ member
|
| D | sched.h | 1151 u64 start_time; member
|
| D | ieee80211.h | 1766 __le32 start_time; member
|
| /include/trace/events/ |
| D | writeback.h | 642 unsigned long start_time), 646 dirtied, period, pause, start_time), 685 __entry->paused = (jiffies - start_time) * 1000 / HZ;
|