Home
last modified time | relevance | path

Searched refs:get_count (Results 1 – 9 of 9) sorted by relevance

/linux-4.1.27/drivers/md/persistent-data/
Ddm-space-map.h42 int (*get_count)(struct dm_space_map *sm, dm_block_t b, uint32_t *result); member
100 return sm->get_count(sm, b, result); in dm_sm_get_count()
Ddm-space-map-metadata.c542 .get_count = sm_metadata_get_count,
669 .get_count = sm_bootstrap_get_count,
Ddm-space-map-disk.c229 .get_count = sm_disk_get_count,
/linux-4.1.27/tools/power/cpupower/utils/idle_monitor/
Dcpupower-monitor.h41 int (*get_count)(unsigned int self_id, unsigned long long *count, member
Dcpupower-monitor.c173 } else if (s.get_count) { in print_results()
174 ret = s.get_count(s.id, &result, in print_results()
Dmperf_monitor.c56 .get_count = mperf_get_count_freq,
Damd_fam14h_idle.c78 .get_count = fam14h_nbp1_count,
/linux-4.1.27/arch/x86/kernel/cpu/
Dperf_event_amd_ibs.c60 u64 (*get_count)(u64 config); member
324 u64 count = perf_ibs->get_count(*config); in perf_ibs_event_update()
333 count = perf_ibs->get_count(*config); in perf_ibs_event_update()
489 .get_count = get_ibs_fetch_count,
513 .get_count = get_ibs_op_count,
/linux-4.1.27/mm/
Dslub.c2162 int (*get_count)(struct page *)) in count_partial()
2170 x += get_count(page); in count_partial()