Home
last modified time | relevance | path

Searched refs:check_time (Results 1 – 8 of 8) sorted by relevance

/openbmc/u-boot/board/ge/common/
H A Dge_common.h6 void check_time(void);
H A Dge_common.c10 void check_time(void) in check_time() function
/openbmc/linux/drivers/net/ethernet/pensando/ionic/
H A Dionic_dev.c180 unsigned long check_time, last_check_time; in ionic_heartbeat_check() local
190 check_time = jiffies; in ionic_heartbeat_check()
193 if (time_before(check_time, last_check_time + HZ)) in ionic_heartbeat_check()
196 &last_check_time, check_time)) { in ionic_heartbeat_check()
275 if (time_before(check_time, last_check_time + DEVCMD_TIMEOUT * 2 * HZ)) in ionic_heartbeat_check()
302 idev->last_hb_time = check_time; in ionic_heartbeat_check()
/openbmc/linux/drivers/staging/rtl8192u/
H A Dr819xU_firmware.c173 int check_time = 200000; in CPUcheck_firmware_ready() local
183 } while (check_time--); in CPUcheck_firmware_ready()
/openbmc/qemu/tests/qtest/
H A Drtc-test.c121 static void check_time(int wiggle) in check_time() function
259 check_time(wiggle); in bcd_check_time()
266 check_time(wiggle); in dec_check_time()
/openbmc/u-boot/board/ge/mx53ppd/
H A Dmx53ppd.c372 check_time(); in board_late_init()
/openbmc/qemu/net/
H A Dcolo-compare.c602 static int colo_old_packet_check_one(Packet *pkt, int64_t *check_time) in colo_old_packet_check_one() argument
606 if ((now - pkt->creation_ms) > (*check_time)) { in colo_old_packet_check_one()
/openbmc/u-boot/board/ge/bx50v3/
H A Dbx50v3.c783 check_time(); in board_late_init()