Searched refs:pinned (Results 76 - 89 of 89) sorted by relevance

1234

/linux-master/drivers/iommu/arm/arm-smmu/
H A Darm-smmu.h274 bool pinned; member in struct:arm_smmu_smr
/linux-master/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_kms.c537 if (vps->pinned) {
539 vps->pinned--;
543 if (vps->pinned)
544 DRM_ERROR("Surface still pinned\n");
1079 vps->pinned = 0;
/linux-master/arch/x86/kvm/vmx/
H A Dpmu_intel.c212 * - set 'pinned = true' to make it task pinned so that if another
213 * cpu pinned event reclaims LBR, the event->oncpu will be set to -1;
232 .pinned = true,
660 * Higher priority host perf events (e.g. cpu pinned) could reclaim the
/linux-master/fs/btrfs/
H A Dspace-info.c529 "space_info total=%llu, used=%llu, pinned=%llu, reserved=%llu, may_use=%llu, readonly=%llu zone_unusable=%llu",
557 avail = cache->length - cache->used - cache->pinned -
561 "block group %llu has %llu bytes, %llu used %llu pinned %llu reserved %llu delalloc %llu super %llu zone_unusable (%llu bytes available) %s",
562 cache->start, cache->length, cache->used, cache->pinned,
795 * bunch of pinned space, so make sure we run the iputs before
796 * we do our pinned bytes check below.
895 * pinned then we want to start flushing.
1117 * freed up a bunch of space and so have a lot of pinned space
1269 * This is where we reclaim all of the pinned space generated by running the
H A Dextent-tree.c2632 cache->pinned += num_bytes;
2834 cache->pinned -= len;
H A Drelocation.c3842 /* get rid of pinned extents */
4208 WARN_ON(rc->block_group->pinned > 0);
H A Ddisk-io.c4597 cache->pinned += head->num_bytes;
/linux-master/drivers/gpu/drm/msm/
H A Dmsm_drv.c243 drm_gem_lru_init(&priv->lru.pinned, &priv->lru.lock);
/linux-master/drivers/pci/
H A Dpci.h827 unsigned int pinned:1; member in struct:pci_devres
/linux-master/arch/arm64/kvm/
H A Dpmu-emul.c639 attr.pinned = 1;
/linux-master/arch/x86/kvm/
H A Dpmu.c185 .pinned = true,
/linux-master/kernel/events/
H A Dcore.c805 * when we know the cgroup is pinned (css_get)
829 * unless we have the cgroup pinned (css_get)
1517 * pinned, so are we.
1522 event_type = event->attr.pinned ? EVENT_PINNED : EVENT_FLEXIBLE;
1539 * Extract pinned or flexible groups from the context
1545 if (event->attr.pinned)
1682 * Helper function to insert event into the pinned or flexible groups.
2144 return event->attr.pinned ? &event->pmu_ctx->pinned_active :
2685 * - CPU pinned (EVENT_CPU | EVENT_PINNED)
2686 * - task pinned (EVENT_PINNE
[all...]
/linux-master/arch/powerpc/perf/
H A Dcore-book3s.c601 if (!leader->attr.pinned || !leader->attr.exclusive)
/linux-master/tools/lib/bpf/
H A Dlibbpf.c547 bool pinned; member in struct:bpf_map
2625 pr_warn("map '%s': inner def can't be pinned.\n", map_name);
4977 pr_debug("found no pinned map to reuse at '%s'\n",
4983 pr_warn("couldn't retrieve pinned map '%s': %s\n",
4989 pr_warn("couldn't reuse pinned map at '%s': parameter mismatch\n",
5000 map->pinned = true;
5001 pr_debug("reused pinned map at '%s'\n", map->pin_path);
5330 pr_warn("map '%s': error reusing pinned map\n",
5335 pr_warn("map '%s': cannot find pinned map\n",
5382 if (map->pin_path && !map->pinned) {
[all...]

Completed in 302 milliseconds

1234