Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/i915/gem/
H A Di915_gem_pages.c453 enum i915_map_type has_type; in i915_gem_object_panic_setup() local
457 ptr = page_unpack_bits(obj->mm.mapping, &has_type); in i915_gem_object_panic_setup()
491 enum i915_map_type has_type; in i915_gem_object_pin_map() local
551 ptr = page_unpack_bits(obj->mm.mapping, &has_type); in i915_gem_object_pin_map()
552 if (ptr && has_type != type) { in i915_gem_object_pin_map()
605 enum i915_map_type has_type; in __i915_gem_object_flush_map() local
618 ptr = page_unpack_bits(obj->mm.mapping, &has_type); in __i915_gem_object_flush_map()
619 if (has_type == I915_MAP_WC) in __i915_gem_object_flush_map()
/linux/tools/perf/util/bpf_skel/
H A Dlock_contention.bpf.c183 const volatile int has_type; variable
260 if (has_type) { in can_record()
/linux/tools/perf/util/
H A Dbpf_lock_contention.c232 skel->rodata->has_type = 1; in lock_contention_prepare()
/linux/tools/power/x86/turbostat/
H A Dturbostat.c11000 bool has_type = true; /* Type has a default value. */ in parse_add_command_pmt() local
11118 has_type = false; in parse_add_command_pmt()
11122 has_type = true; in parse_add_command_pmt()
11127 has_type = true; in parse_add_command_pmt()
11132 has_type = true; in parse_add_command_pmt()
11135 if (!has_type) { in parse_add_command_pmt()