Home
last modified time | relevance | path

Searched refs:has_type (Results 1 – 3 of 3) sorted by relevance

/linux-6.6.21/drivers/gpu/drm/i915/gem/
Di915_gem_pages.c361 enum i915_map_type has_type; in i915_gem_object_pin_map() local
421 ptr = page_unpack_bits(obj->mm.mapping, &has_type); in i915_gem_object_pin_map()
422 if (ptr && has_type != type) { in i915_gem_object_pin_map()
475 enum i915_map_type has_type; in __i915_gem_object_flush_map() local
488 ptr = page_unpack_bits(obj->mm.mapping, &has_type); in __i915_gem_object_flush_map()
489 if (has_type == I915_MAP_WC) in __i915_gem_object_flush_map()
/linux-6.6.21/tools/perf/util/bpf_skel/
Dlock_contention.bpf.c115 int has_type; variable
153 if (has_type) { in can_record()
/linux-6.6.21/tools/perf/util/
Dbpf_lock_contention.c131 skel->bss->has_type = 1; in lock_contention_prepare()