Searched refs:new_hungtask_timeout_secs (Results 1 – 2 of 2) sorted by relevance
105 void htbase_set_timeout_secs(unsigned long new_hungtask_timeout_secs);
942 void htbase_set_timeout_secs(unsigned long new_hungtask_timeout_secs) in htbase_set_timeout_secs() argument944 if ((new_hungtask_timeout_secs > CONFIG_DEFAULT_HUNG_TASK_TIMEOUT) || in htbase_set_timeout_secs()945 (new_hungtask_timeout_secs % HEARTBEAT_TIME)) in htbase_set_timeout_secs()947 hungtask_timeout_secs = new_hungtask_timeout_secs; in htbase_set_timeout_secs()