Lines Matching defs:HEARTBEAT_TIME
20 #define HEARTBEAT_TIME 3
21 #define MAX_LOOP_NUM (CONFIG_DEFAULT_HUNG_TASK_TIMEOUT / HEARTBEAT_TIME)
22 #define ONE_MINUTE (60 / HEARTBEAT_TIME)
23 #define ONE_AND_HALF_MINUTE (90 / HEARTBEAT_TIME)
24 #define TWO_MINUTES (120 / HEARTBEAT_TIME)
25 #define THREE_MINUTES (180 / HEARTBEAT_TIME)
26 #define TWENTY_SECONDS (21 / HEARTBEAT_TIME)
27 #define THIRTY_SECONDS (30 / HEARTBEAT_TIME)
28 #define HUNG_ONE_HOUR (3600 / HEARTBEAT_TIME)
29 #define HUNG_TEN_MINUTES (600 / HEARTBEAT_TIME)