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.c4323 struct remap_chunk_info *rci, *tmp; in __btrfs_balance()
4327 list_for_each_entry_safe(rci, tmp, chunks, list) { in __btrfs_balance()
4328 rci->bg = btrfs_lookup_block_group(fs_info, rci->offset); in __btrfs_balance()
4329 if (!rci->bg) { in __btrfs_balance()
4330 list_del(&rci->list); in __btrfs_balance()
4331 kfree(rci); in __btrfs_balance()
4335 ret = btrfs_inc_block_group_ro(rci->bg, false); in __btrfs_balance()
4339 rci->made_ro = true; in __btrfs_balance()
4363 rci in __btrfs_balance()
4250 struct remap_chunk_info *rci, *tmp; balance_remap_chunks() local
4341 struct remap_chunk_info *rci; __btrfs_balance() local
[all...]
/linux/drivers/dma/idxd/
H A Dirq.c328 if (entry_head->rci) in process_evl_entry()