Searched refs:get_count (Results 1 – 15 of 15) sorted by relevance
| /linux/drivers/md/persistent-data/ |
| H A D | dm-space-map.h | 43 int (*get_count)(struct dm_space_map *sm, dm_block_t b, uint32_t *result); member 102 return sm->get_count(sm, b, result); in dm_sm_get_count()
|
| H A D | dm-space-map-disk.c | 205 .get_count = sm_disk_get_count,
|
| H A D | dm-space-map-metadata.c | 568 .get_count = sm_metadata_get_count, 705 .get_count = sm_bootstrap_get_count,
|
| /linux/tools/power/cpupower/utils/idle_monitor/ |
| H A D | cpupower-monitor.h | 48 int (*get_count)(unsigned int self_id, unsigned long long *count, member
|
| H A D | rapl_monitor.c | 62 rapl_zones[rapl_zone_count].get_count = rapl_get_count_uj; in powercap_count_zones()
|
| H A D | cpupower-monitor.c | 196 } else if (s.get_count) { in print_results() 197 ret = s.get_count(s.id, &result, in print_results()
|
| H A D | amd_fam14h_idle.c | 77 .get_count = fam14h_nbp1_count,
|
| H A D | mperf_monitor.c | 59 .get_count = mperf_get_count_freq,
|
| /linux/drivers/net/ethernet/pensando/ionic/ |
| H A D | ionic_stats.h | 42 u64 (*get_count)(struct ionic_lif *lif); member
|
| H A D | ionic_stats.c | 363 .get_count = ionic_sw_stats_get_count,
|
| /linux/arch/x86/events/amd/ |
| H A D | ibs.c | 98 u64 (*get_count)(u64 config); member 420 u64 count = perf_ibs->get_count(*config); in perf_ibs_event_update() 429 count = perf_ibs->get_count(*config); in perf_ibs_event_update() 807 .get_count = get_ibs_fetch_count, 833 .get_count = get_ibs_op_count,
|
| /linux/drivers/gpio/ |
| H A D | gpio-cros-ec.c | 156 return response.get_count.val; in cros_ec_gpio_ngpios()
|
| /linux/drivers/android/binder/ |
| H A D | process.rs | 560 let (nstrong, nweak) = node_ref.get_count(); in debug_print_stats() 622 let (strong, weak) = node_ref.get_count(); in debug_print()
|
| H A D | node.rs | 807 pub(crate) fn get_count(&self) -> (usize, usize) { in get_count() method
|
| /linux/mm/ |
| H A D | slub.c | 4277 int (*get_count)(struct slab *)) in count_partial() 4285 x += get_count(slab); in count_partial()
|