Home
last modified time | relevance | path

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

/linux/drivers/ufs/host/
H A Dufs-sprd.h71 struct ufs_sprd_rst rci[SPRD_UFS_RST_MAX]; member
/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/fs/btrfs/
H A Dvolumes.c4370 struct remap_chunk_info *rci, *tmp; in balance_remap_chunks() local
4374 list_for_each_entry_safe(rci, tmp, chunks, list) { in balance_remap_chunks()
4375 rci->bg = btrfs_lookup_block_group(fs_info, rci->offset); in balance_remap_chunks()
4376 if (!rci->bg) { in balance_remap_chunks()
4377 list_del(&rci->list); in balance_remap_chunks()
4378 kfree(rci); in balance_remap_chunks()
4382 ret = btrfs_inc_block_group_ro(rci->bg, false); in balance_remap_chunks()
4386 rci->made_ro = true; in balance_remap_chunks()
4410 rci = list_first_entry(chunks, struct remap_chunk_info, list); in balance_remap_chunks()
4412 bg = rci->bg; in balance_remap_chunks()
[all …]
/linux/drivers/dma/idxd/
H A Dregisters.h641 u16 rci:1; member
H A Dirq.c328 if (entry_head->rci) in process_evl_entry()