Home
last modified time | relevance | path

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

/linux-4.4.14/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.c552 .get_count = sm_metadata_get_count,
679 .get_count = sm_bootstrap_get_count,
Ddm-space-map-disk.c229 .get_count = sm_disk_get_count,
/linux-4.4.14/tools/power/cpupower/utils/idle_monitor/
Dcpupower-monitor.h41 int (*get_count)(unsigned int self_id, unsigned long long *count, member
Dcpupower-monitor.c176 } else if (s.get_count) { in print_results()
177 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.4.14/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.4.14/include/linux/mfd/
Dcros_ec_commands.h1902 } get_value_by_name, get_count; member
/linux-4.4.14/mm/
Dslub.c2205 int (*get_count)(struct page *)) in count_partial()
2213 x += get_count(page); in count_partial()