Searched refs:schpc_timeout_getmsg (Results 1 – 1 of 1) sorted by relevance
116 clock_t schpc_timeout_getmsg = 60 * 1000; /* 60 seconds */ variable341 if (schpc_timeout_getmsg < schpc_getmsg_timeout_range.min_timeout) { in _init()342 schpc_timeout_getmsg = schpc_getmsg_timeout_range.min_timeout; in _init()344 schpc_timeout_getmsg); in _init()347 if (schpc_timeout_getmsg > schpc_getmsg_timeout_range.max_timeout) { in _init()348 schpc_timeout_getmsg = schpc_getmsg_timeout_range.max_timeout; in _init()2763 schpc_timeout_getmsg); in schpc_msg_thread()3131 (void *)&reply, schpc_timeout_getmsg, entry); in schpc_getslotstatus()3231 (void *)&reply, schpc_timeout_getmsg, entry); in schpc_setslotstatus()