Home
last modified time | relevance | path

Searched refs:used_groups (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/perf/
H A Dqcom_l2_pmu.c140 DECLARE_BITMAP(used_groups, L2_EVT_GROUP_MAX + 1);
365 if (test_bit(group, cluster->used_groups)) in l2_cache_get_event_idx()
369 set_bit(group, cluster->used_groups); in l2_cache_get_event_idx()
382 clear_bit(L2_EVT_GROUP(hwc->config_base), cluster->used_groups); in l2_cache_clear_event_idx()
/kernel/linux/linux-6.6/drivers/perf/
H A Dqcom_l2_pmu.c140 DECLARE_BITMAP(used_groups, L2_EVT_GROUP_MAX + 1);
365 if (test_bit(group, cluster->used_groups)) in l2_cache_get_event_idx()
369 set_bit(group, cluster->used_groups); in l2_cache_get_event_idx()
382 clear_bit(L2_EVT_GROUP(hwc->config_base), cluster->used_groups); in l2_cache_clear_event_idx()
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_acl_tcam.c81 id = find_first_zero_bit(tcam->used_groups, tcam->max_groups); in mlxsw_sp_acl_tcam_group_id_get()
83 __set_bit(id, tcam->used_groups); in mlxsw_sp_acl_tcam_group_id_get()
93 __clear_bit(id, tcam->used_groups); in mlxsw_sp_acl_tcam_group_id_put()
1514 tcam->used_groups = bitmap_zalloc(max_groups, GFP_KERNEL); in mlxsw_sp_acl_tcam_init()
1515 if (!tcam->used_groups) { in mlxsw_sp_acl_tcam_init()
1532 bitmap_free(tcam->used_groups); in mlxsw_sp_acl_tcam_init()
1546 bitmap_free(tcam->used_groups); in mlxsw_sp_acl_tcam_fini()
H A Dspectrum_acl_tcam.h17 unsigned long *used_groups; /* bit array */ member
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_acl_tcam.c82 id = find_first_zero_bit(tcam->used_groups, tcam->max_groups); in mlxsw_sp_acl_tcam_group_id_get()
84 __set_bit(id, tcam->used_groups); in mlxsw_sp_acl_tcam_group_id_get()
94 __clear_bit(id, tcam->used_groups); in mlxsw_sp_acl_tcam_group_id_put()
1559 tcam->used_groups = bitmap_zalloc(max_groups, GFP_KERNEL); in mlxsw_sp_acl_tcam_init()
1560 if (!tcam->used_groups) { in mlxsw_sp_acl_tcam_init()
1577 bitmap_free(tcam->used_groups); in mlxsw_sp_acl_tcam_init()
1593 bitmap_free(tcam->used_groups); in mlxsw_sp_acl_tcam_fini()
H A Dspectrum_acl_tcam.h17 unsigned long *used_groups; /* bit array */ member

Completed in 10 milliseconds