Home
last modified time | relevance | path

Searched refs:pebs (Results 1 – 13 of 13) sorted by relevance

/linux/drivers/mtd/ubi/
A Dvmt.c445 int i, err, pebs; in ubi_resize_volume() local
484 if (pebs > 0) { in ubi_resize_volume()
497 ubi->avail_pebs -= pebs; in ubi_resize_volume()
498 ubi->rsvd_pebs += pebs; in ubi_resize_volume()
506 if (pebs < 0) { in ubi_resize_volume()
513 ubi->rsvd_pebs += pebs; in ubi_resize_volume()
514 ubi->avail_pebs -= pebs; in ubi_resize_volume()
528 if (pebs < 0) { in ubi_resize_volume()
557 ubi->rsvd_pebs -= pebs; in ubi_resize_volume()
558 ubi->avail_pebs += pebs; in ubi_resize_volume()
[all …]
A Dfastmap-wl.c61 e = ubi->lookuptbl[pool->pebs[i]]; in return_unused_pool_pebs()
230 pool->pebs[pool->size] = e->pnum; in ubi_refill_pools_and_lock()
247 wl_pool->pebs[wl_pool->size] = e->pnum; in ubi_refill_pools_and_lock()
337 ret = pool->pebs[pool->used++]; in ubi_wl_get_peb()
358 pnum = pool->pebs[pool->used]; in next_peb_for_wl()
418 pnum = pool->pebs[pool->used++]; in get_peb_for_wl()
A Dfastmap.c401 __be32 *pebs, int pool_size, unsigned long long *max_sqnum, in scan_pool() argument
432 pnum = be32_to_cpu(pebs[i]); in scan_pool()
765 ret = scan_pool(ubi, ai, fmpl->pebs, pool_size, &max_sqnum, &free); in ubi_attach_fastmap()
769 ret = scan_pool(ubi, ai, fmpl_wl->pebs, wl_pool_size, &max_sqnum, &free); in ubi_attach_fastmap()
1206 fmpl->pebs[i] = cpu_to_be32(ubi->fm_pool.pebs[i]); in ubi_write_fastmap()
1207 set_seen(ubi, ubi->fm_pool.pebs[i], seen_pebs); in ubi_write_fastmap()
1217 fmpl_wl->pebs[i] = cpu_to_be32(ubi->fm_wl_pool.pebs[i]); in ubi_write_fastmap()
1218 set_seen(ubi, ubi->fm_wl_pool.pebs[i], seen_pebs); in ubi_write_fastmap()
A Dubi-media.h453 __be32 pebs[UBI_FM_MAX_POOL_SIZE]; member
A Dcdev.c910 int pebs; in ubi_cdev_ioctl() local
930 pebs = div_u64(req.bytes + desc->vol->usable_leb_size - 1, in ubi_cdev_ioctl()
934 err = ubi_resize_volume(desc, pebs); in ubi_cdev_ioctl()
A Dubi.h253 int pebs[UBI_FM_MAX_POOL_SIZE]; member
/linux/arch/x86/events/intel/
A Dds.c606 if (!x86_pmu.pebs) in alloc_pebs_buffer()
641 if (!x86_pmu.pebs) in release_pebs_buffer()
751 if (!x86_pmu.pebs) in reserve_ds_buffers()
1739 if (pebs == NULL) in setup_pebs_fixed_sample_data()
1791 regs->ax = pebs->ax; in setup_pebs_fixed_sample_data()
1792 regs->bx = pebs->bx; in setup_pebs_fixed_sample_data()
1793 regs->cx = pebs->cx; in setup_pebs_fixed_sample_data()
1794 regs->dx = pebs->dx; in setup_pebs_fixed_sample_data()
1795 regs->si = pebs->si; in setup_pebs_fixed_sample_data()
2456 if (x86_pmu.pebs) { in intel_ds_init()
[all …]
A Dp4.c36 #define P4_GEN_PEBS_BIND(name, pebs, vert) \ argument
38 .metric_pebs = pebs | P4_PEBS_ENABLE_UOP_TAG, \
A Dcore.c4201 if (!x86_pmu.pebs) in intel_guest_get_msrs()
5339 x86_pmu.pebs = 0; in intel_clovertown_quirk()
5837 return x86_pmu.pebs ? attr->mode : 0; in pebs_is_visible()
/linux/arch/x86/kvm/
A Dpmu.c192 bool pebs = test_bit(pmc->idx, (unsigned long *)&pmu->pebs_enable); in pmc_reprogram_counter() local
205 if (pebs) { in pmc_reprogram_counter()
226 pmc->intr = intr || pebs; in pmc_reprogram_counter()
/linux/arch/x86/events/
A Dcore.c1528 u64 pebs, debugctl; in perf_event_print_debug() local
1554 rdmsrl(MSR_IA32_PEBS_ENABLE, pebs); in perf_event_print_debug()
1555 pr_info("CPU#%d: pebs: %016llx\n", cpu, pebs); in perf_event_print_debug()
A Dperf_event.h870 pebs :1, member
/linux/tools/perf/util/
A Dintel-pt.c228 struct intel_pt_pebs_event pebs[INTEL_PT_MAX_PEBS]; member
2391 pe = &ptq->pebs[hw_id]; in intel_pt_synth_pebs_sample()
3376 ptq->pebs[hw_id].evsel = evsel; in intel_pt_process_aux_output_hw_id()
3377 ptq->pebs[hw_id].id = sample->id; in intel_pt_process_aux_output_hw_id()

Completed in 72 milliseconds