Home
last modified time | relevance | path

Searched defs:cur_time (Results 1 – 2 of 2) sorted by relevance

/external/blktrace/btt/
Ddevs.c233 void dip_plug(__u32 dev, double cur_time) in dip_plug()
243 static inline void unplug(struct d_info *dip, double cur_time) in unplug()
249 void dip_unplug(__u32 dev, double cur_time, __u64 nios_up) in dip_unplug()
260 void dip_unplug_tm(__u32 dev, double cur_time, __u64 nios_up) in dip_unplug_tm()
/external/iputils/
Dping_common.c30 struct timeval start_time, cur_time; variable