Searched refs:schpc_getmsg_timeout_range (Results 1 – 1 of 1) sorted by relevance
122 static mboxsc_timeout_range_t schpc_getmsg_timeout_range; variable334 (void *) &schpc_getmsg_timeout_range); in _init()341 if (schpc_timeout_getmsg < schpc_getmsg_timeout_range.min_timeout) { in _init()342 schpc_timeout_getmsg = schpc_getmsg_timeout_range.min_timeout; 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()353 if (schpc_timeout_event < schpc_getmsg_timeout_range.min_timeout) { in _init()354 schpc_timeout_event = schpc_getmsg_timeout_range.min_timeout; 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()