Searched refs:old_pm_idle (Results 1 - 1 of 1) sorted by relevance

/freebsd-10-stable/sys/ofed/drivers/net/mlx4/
H A Dsys_tune.c70 static void (*old_pm_idle)(void) = NULL; variable
90 old_pm_idle != NULL &&
102 old_pm_idle();
253 BUG_ON (old_pm_idle != NULL);
256 * is stored in old_pm_idle before installing the new
259 old_pm_idle = pm_idle;
260 } while (cmpxchg(&pm_idle, old_pm_idle, &sys_tune_pm_idle) !=
261 old_pm_idle);
276 old = cmpxchg(&pm_idle, &sys_tune_pm_idle, old_pm_idle);

Completed in 52 milliseconds