Searched refs:cntr_id (Results 1 – 4 of 4) sorted by relevance
| /linux/fs/resctrl/ |
| H A D | monitor.c | 377 int cntr_id; in mbm_cntr_get() local 385 for (cntr_id = 0; cntr_id < r->mon.num_mbm_cntrs; cntr_id++) { in mbm_cntr_get() 386 if (d->cntr_cfg[cntr_id].rdtgrp == rdtgrp && in mbm_cntr_get() 387 d->cntr_cfg[cntr_id].evtid == evtid) in mbm_cntr_get() 388 return cntr_id; in mbm_cntr_get() 404 int cntr_id; in mbm_cntr_alloc() local 406 for (cntr_id = 0; cntr_id < r->mon.num_mbm_cntrs; cntr_id++) { in mbm_cntr_alloc() 407 if (!d->cntr_cfg[cntr_id].rdtgrp) { in mbm_cntr_alloc() 408 d->cntr_cfg[cntr_id].rdtgrp = rdtgrp; in mbm_cntr_alloc() 409 d->cntr_cfg[cntr_id].evtid = evtid; in mbm_cntr_alloc() [all …]
|
| /linux/arch/x86/kernel/cpu/resctrl/ |
| H A D | monitor.c | 284 static int __cntr_id_read(u32 cntr_id, u64 *val) in __cntr_id_read() argument 288 .h = cntr_id in __cntr_id_read() 325 u32 unused, u32 rmid, int cntr_id, in resctrl_arch_reset_cntr() argument 336 __cntr_id_read(cntr_id, &am->prev_msr); in resctrl_arch_reset_cntr() 341 u32 unused, u32 rmid, int cntr_id, in resctrl_arch_cntr_read() argument 347 ret = __cntr_id_read(cntr_id, &msr_val); in resctrl_arch_cntr_read() 553 u32 cntr_id, bool assign) in resctrl_arch_config_cntr() argument 561 abmc_cfg.split.cntr_id = cntr_id; in resctrl_arch_config_cntr()
|
| H A D | internal.h | 217 cntr_id : 5, member
|
| /linux/drivers/net/ethernet/intel/ice/ |
| H A D | ice_fdir.h | 214 int ice_alloc_fd_res_cntr(struct ice_hw *hw, u16 *cntr_id); 215 int ice_free_fd_res_cntr(struct ice_hw *hw, u16 cntr_id); 216 int ice_alloc_fd_guar_item(struct ice_hw *hw, u16 *cntr_id, u16 num_fltr); 217 int ice_alloc_fd_shrd_item(struct ice_hw *hw, u16 *cntr_id, u16 num_fltr);
|