Searched refs:get_count (Results 1 – 9 of 9) sorted by relevance
/linux-4.1.27/drivers/md/persistent-data/ |
D | dm-space-map.h | 42 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()
|
D | dm-space-map-metadata.c | 542 .get_count = sm_metadata_get_count, 669 .get_count = sm_bootstrap_get_count,
|
D | dm-space-map-disk.c | 229 .get_count = sm_disk_get_count,
|
/linux-4.1.27/tools/power/cpupower/utils/idle_monitor/ |
D | cpupower-monitor.h | 41 int (*get_count)(unsigned int self_id, unsigned long long *count, member
|
D | cpupower-monitor.c | 173 } else if (s.get_count) { in print_results() 174 ret = s.get_count(s.id, &result, in print_results()
|
D | mperf_monitor.c | 56 .get_count = mperf_get_count_freq,
|
D | amd_fam14h_idle.c | 78 .get_count = fam14h_nbp1_count,
|
/linux-4.1.27/arch/x86/kernel/cpu/ |
D | perf_event_amd_ibs.c | 60 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/ |
D | slub.c | 2162 int (*get_count)(struct page *)) in count_partial() 2170 x += get_count(page); in count_partial()
|