Searched refs:col_map (Results 1 – 1 of 1) sorted by relevance
144 u16 *col_map; member235 return its->collections + its_dev->event_map.col_map[event]; in dev_event_to_col()280 cpu = its_dev->event_map.col_map[its_get_event_id(d)]; in irq_to_cpuid_lock()1646 prev_cpu = its_dev->event_map.col_map[id]; in its_set_affinity()1661 its_dev->event_map.col_map[id] = cpu; in its_set_affinity()3349 u16 *col_map = NULL; in its_create_device() local3374 col_map = kcalloc(nr_lpis, sizeof(*col_map), in its_create_device()3377 col_map = kcalloc(nr_ites, sizeof(*col_map), GFP_KERNEL); in its_create_device()3382 if (!dev || !itt || !col_map || (!lpi_map && alloc_lpis)) { in its_create_device()3386 kfree(col_map); in its_create_device()[all …]