Searched refs:SLEEP_RETENTION_ENTRY_BITMAP (Results 1 – 1 of 1) sorted by relevance
201 #define SLEEP_RETENTION_ENTRY_BITMAP(bitmap) ((bitmap) & SLEEP_RETENTION_ENTRY_BITMAP_MASK) macro213 bool use_new_entry = SLEEP_RETENTION_ENTRY_BITMAP(owner & ~runtime_bitmap) ? true : false; in sleep_retention_entries_require_branch()214 bool intersection_exist = SLEEP_RETENTION_ENTRY_BITMAP(owner & runtime_bitmap) ? true : false; in sleep_retention_entries_require_branch()223 dummy.owner = SLEEP_RETENTION_ENTRY_BITMAP(owner & ~entries_bitmap); in sleep_retention_entries_check_and_create_default()