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

/freebsd-10-stable/sys/ofed/drivers/net/mlx4/
H A Dsys_tune.c72 static void sys_tune_pm_idle(void) function
255 /* Atomically update pm_idle to &sys_tune_pm_idle. The old value
260 } while (cmpxchg(&pm_idle, old_pm_idle, &sys_tune_pm_idle) !=
276 old = cmpxchg(&pm_idle, &sys_tune_pm_idle, old_pm_idle);

Completed in 89 milliseconds