Searched refs:schpc_timeout_event (Results 1 – 1 of 1) sorted by relevance
117 clock_t schpc_timeout_event = 60 * 5 * 1000; /* 5 minutes */ variable353 if (schpc_timeout_event < schpc_getmsg_timeout_range.min_timeout) { in _init()354 schpc_timeout_event = schpc_getmsg_timeout_range.min_timeout; in _init()356 schpc_timeout_event); in _init()359 if (schpc_timeout_event > schpc_getmsg_timeout_range.max_timeout) { in _init()360 schpc_timeout_event = schpc_getmsg_timeout_range.max_timeout; in _init()362 schpc_timeout_event); in _init()