Home
last modified time | relevance | path

Searched refs:rci (Results 1 – 4 of 4) sorted by relevance

/linux/tools/power/x86/turbostat/
H A Dturbostat.c4818 size_t rapl_counter_info_count_perf(const struct rapl_counter_info_t *rci) in rapl_counter_info_count_perf() argument
4823 if (rci->source[i] == COUNTER_SOURCE_PERF) in rapl_counter_info_count_perf()
4840 void write_rapl_counter(struct rapl_counter *rc, struct rapl_counter_info_t *rci, unsigned int idx) in write_rapl_counter() argument
4842 if (rci->source[idx] == COUNTER_SOURCE_NONE) in write_rapl_counter()
4845 rc->raw_value = rci->data[idx]; in write_rapl_counter()
4846 rc->unit = rci->unit[idx]; in write_rapl_counter()
4847 rc->scale = rci->scale[idx]; in write_rapl_counter()
4854 struct rapl_counter_info_t *rci; in get_rapl_counters() local
4862 rci = &rapl_counter_info_perdomain[domain]; in get_rapl_counters()
4867 if (rci->fd_perf != -1) { in get_rapl_counters()
[all …]
/linux/drivers/ufs/host/
H A Dufs-sprd.h71 struct ufs_sprd_rst rci[SPRD_UFS_RST_MAX]; member
/linux/fs/btrfs/
H A Dvolumes.c4250 struct remap_chunk_info *rci, *tmp; in balance_remap_chunks() local
4254 list_for_each_entry_safe(rci, tmp, chunks, list) { in balance_remap_chunks()
4255 rci->bg = btrfs_lookup_block_group(fs_info, rci->offset); in balance_remap_chunks()
4256 if (!rci->bg) { in balance_remap_chunks()
4257 list_del(&rci->list); in balance_remap_chunks()
4258 kfree(rci); in balance_remap_chunks()
4262 ret = btrfs_inc_block_group_ro(rci->bg, false); in balance_remap_chunks()
4266 rci->made_ro = true; in balance_remap_chunks()
4290 rci = list_first_entry(chunks, struct remap_chunk_info, list); in balance_remap_chunks()
4292 bg = rci->bg; in balance_remap_chunks()
[all …]
/linux/drivers/dma/idxd/
H A Dirq.c328 if (entry_head->rci) in process_evl_entry()