combined_event_count   44 drivers/base/power/wakeup.c static atomic_t combined_event_count = ATOMIC_INIT(0);
combined_event_count   51 drivers/base/power/wakeup.c 	unsigned int comb = atomic_read(&combined_event_count);
combined_event_count  549 drivers/base/power/wakeup.c 	cec = atomic_inc_return(&combined_event_count);
combined_event_count  679 drivers/base/power/wakeup.c 	cec = atomic_add_return(MAX_IN_PROGRESS, &combined_event_count);