Home
last modified time | relevance | path

Searched refs:combined_event_count (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/base/power/
H A Dwakeup.c51 static atomic_t combined_event_count = ATOMIC_INIT(0); variable
58 unsigned int comb = atomic_read(&combined_event_count); in split_counters()
610 cec = atomic_inc_return(&combined_event_count); in wakeup_source_activate()
740 cec = atomic_add_return(MAX_IN_PROGRESS, &combined_event_count); in wakeup_source_deactivate()