Searched refs:start_time (Results 1 – 8 of 8) sorted by relevance
/include/net/ |
D | busy_poll.h | 44 bool sk_busy_loop_end(void *p, unsigned long start_time); 73 static inline bool busy_loop_timeout(unsigned long start_time) in busy_loop_timeout() argument 79 unsigned long end_time = start_time + bp_usec; in busy_loop_timeout() 89 unsigned long start_time) in sk_busy_loop_timeout() argument 95 unsigned long end_time = start_time + bp_usec; in sk_busy_loop_timeout()
|
/include/linux/ |
D | psi_types.h | 107 u64 start_time; member
|
D | blkdev.h | 2057 unsigned long start_time); 2059 void bio_start_io_acct_time(struct bio *bio, unsigned long start_time); 2061 void bio_end_io_acct_remapped(struct bio *bio, unsigned long start_time, 2069 static inline void bio_end_io_acct(struct bio *bio, unsigned long start_time) in bio_end_io_acct() argument 2071 return bio_end_io_acct_remapped(bio, start_time, bio->bi_bdev); in bio_end_io_acct()
|
D | edac.h | 564 unsigned long start_time; /* mci load start time (in jiffies) */ member
|
D | intel-iommu.h | 311 cycles_t start_time = get_cycles(); \ 316 if (DMAR_OPERATION_TIMEOUT < (get_cycles() - start_time))\
|
D | sched.h | 1033 u64 start_time; member
|
D | ieee80211.h | 1486 __le32 start_time; member
|
/include/trace/events/ |
D | writeback.h | 634 unsigned long start_time), 638 dirtied, period, pause, start_time), 677 __entry->paused = (jiffies - start_time) * 1000 / HZ;
|