Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/base/power/
H A Dwakeup.c48 static atomic_t combined_event_count = ATOMIC_INIT(0); variable
55 unsigned int comb = atomic_read(&combined_event_count); in split_counters()
607 cec = atomic_inc_return(&combined_event_count); in wakeup_source_activate()
737 cec = atomic_add_return(MAX_IN_PROGRESS, &combined_event_count); in wakeup_source_deactivate()
/kernel/linux/linux-6.6/drivers/base/power/
H A Dwakeup.c43 static atomic_t combined_event_count = ATOMIC_INIT(0); variable
50 unsigned int comb = atomic_read(&combined_event_count); in split_counters()
573 cec = atomic_inc_return(&combined_event_count); in wakeup_source_activate()
703 cec = atomic_add_return(MAX_IN_PROGRESS, &combined_event_count); in wakeup_source_deactivate()

Completed in 3 milliseconds