Searched refs:EXPTIME_TO_POSITIVE_TIME (Results 1 – 2 of 2) sorted by relevance
557 exptime = realtime(EXPTIME_TO_POSITIVE_TIME(exptime_int)); in process_get_command()952 of->autoviv_exptime = realtime(EXPTIME_TO_POSITIVE_TIME(tmp_int)); in _meta_flag_preparse()961 of->exptime = realtime(EXPTIME_TO_POSITIVE_TIME(tmp_int)); in _meta_flag_preparse()971 of->recache_time = realtime(EXPTIME_TO_POSITIVE_TIME(tmp_int)); in _meta_flag_preparse()1933 exptime = realtime(EXPTIME_TO_POSITIVE_TIME(exptime_int)); in process_update_command()2024 exptime = realtime(EXPTIME_TO_POSITIVE_TIME(exptime_int)); in process_touch_command()
961 #define EXPTIME_TO_POSITIVE_TIME(exptime) (exptime < 0) ? \ macro