Searched refs:relax_count (Results 1 - 2 of 2) sorted by last modified time

/linux-master/include/linux/
H A Dpm_wakeup.h36 * @relax_count: Number of times the wakeup source was deactivated.
58 unsigned long relax_count; member in struct:wakeup_source
/linux-master/drivers/base/power/
H A Dwakeup.c131 deleted_ws.relax_count += ws->relax_count;
672 ws->relax_count++;
680 * case ws->relax_count will be different from ws->active_count.
682 if (ws->relax_count != ws->active_count) {
683 ws->relax_count--;

Completed in 141 milliseconds