Searched refs:difftime (Results 1 – 9 of 9) sorted by relevance
/openbmc/linux/tools/testing/selftests/timens/ |
H A D | timens.c | 119 if (difftime(cur_ts.tv_sec, child_ts_new.tv_sec) < precision) { in test_gettime() 133 if (difftime(cur_ts.tv_sec, parent_ts_old.tv_sec) > DAY_IN_SEC) { in test_gettime()
|
H A D | procfs.c | 140 if (fabs(difftime(uptime_new.tv_sec, uptime_expected)) > prec) { in check_uptime()
|
/openbmc/linux/tools/tracing/rtla/src/ |
H A D | utils.c | 81 duration = difftime(now, start_time); in get_duration()
|
/openbmc/qemu/tests/qtest/ |
H A D | ide-test.c | 921 if (difftime(time(NULL), st) > 5.0) { in ide_wait_clear() 940 if (difftime(time(NULL), st) > 5.0) { in ide_wait_intr()
|
/openbmc/skeleton/op-pwrctl/ |
H A D | power_control_obj.c | 44 if(difftime(current_time,pgood_timeout_start) > control_power_get_pgood_timeout(control_power) in poll_pgood()
|
/openbmc/openbmc/poky/meta/recipes-support/lzop/lzop/ |
H A D | acinclude.m4 | 12 AC_CHECK_FUNCS(access alloca atexit atoi atol chmod chown ctime difftime fstat gettimeofday gmtime …
|
/openbmc/linux/drivers/scsi/lpfc/ |
H A D | lpfc_hbadisc.c | 294 u32 difftime = 0, r, bucket; in lpfc_check_inactive_vmid_one() local 315 difftime = (jiffies) - (*lta); in lpfc_check_inactive_vmid_one() 317 JIFFIES_PER_HR) > difftime) { in lpfc_check_inactive_vmid_one()
|
/openbmc/qemu/hw/cxl/ |
H A D | cxl-mailbox-utils.c | 746 if (difftime(time(NULL), cci->fw.last_partxfer) > 30.0) { in cmd_firmware_update_transfer()
|
/openbmc/openbmc/poky/meta/classes-global/ |
H A D | insane.bbclass | 508 "ctime", "ctime_r", "difftime", "gmtime", "gmtime_r", "localtime",
|