Searched refs:get_seconds (Results 1 – 9 of 9) sorted by relevance
116 alarm = int(rtc.get_seconds() + seconds)127 now = rtc.get_seconds()203 logging.info('Suspending at %d', rtc.get_seconds())208 if e.errno == errno.EBUSY and rtc.get_seconds() >= alarm:217 logging.info('Woke from suspend at %d', rtc.get_seconds())232 while rtc.get_seconds() < alarm:
30 static double get_seconds(void);279 start = get_seconds(); in main()300 end = get_seconds(); in main()502 get_seconds(void) in get_seconds() function510 get_seconds(void) in get_seconds() function
148 before_secs = rtc.get_seconds()154 after_secs = rtc.get_seconds()
80 before_suspend_secs = rtc.get_seconds()82 after_suspend_secs = rtc.get_seconds()
20 def get_seconds(utc=True, rtc_device='rtc0'): function
73 alarm_time = rtc.get_seconds() + run_time_sec
71 #define get_seconds() 0 macro72 #define CURRENT_TIME_SEC ((struct timespec) { get_seconds(), 0 })458 #define get_seconds() 0 macro
429 znode->time = get_seconds(); in ubifs_load_znode()
1158 unsigned long time = get_seconds(); in ubifs_lookup_level0()1294 unsigned long time = get_seconds(); in lookup_level0_dirty()