Home
last modified time | relevance | path

Searched refs:start_time (Results 1 – 8 of 8) sorted by relevance

/include/net/
Dbusy_poll.h44 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/
Dpsi_types.h107 u64 start_time; member
Dblkdev.h2057 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()
Dedac.h564 unsigned long start_time; /* mci load start time (in jiffies) */ member
Dintel-iommu.h311 cycles_t start_time = get_cycles(); \
316 if (DMAR_OPERATION_TIMEOUT < (get_cycles() - start_time))\
Dsched.h1033 u64 start_time; member
Dieee80211.h1486 __le32 start_time; member
/include/trace/events/
Dwriteback.h634 unsigned long start_time),
638 dirtied, period, pause, start_time),
677 __entry->paused = (jiffies - start_time) * 1000 / HZ;