Home
last modified time | relevance | path

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

/include/net/
Dbusy_poll.h45 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/
Dpsi_types.h115 u64 start_time; member
Dblkdev.h1670 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()
Dedac.h573 unsigned long start_time; /* mci load start time (in jiffies) */ member
Dsched.h1151 u64 start_time; member
Dieee80211.h1766 __le32 start_time; member
/include/trace/events/
Dwriteback.h642 unsigned long start_time),
646 dirtied, period, pause, start_time),
685 __entry->paused = (jiffies - start_time) * 1000 / HZ;