Home
last modified time | relevance | path

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

/dragonfly/usr.bin/systat/
H A Dsensors.c335 int i, has_type = 0; in cmdsensors() local
344 has_type = 1; in cmdsensors()
353 if (!has_type) { in cmdsensors()
/dragonfly/sys/dev/drm/ttm/
H A Dttm_bo.c80 pr_err(" has_type: %d\n", man->has_type); in ttm_mem_type_debug()
925 if (!man->has_type || !man->use_type) in ttm_bo_mem_space()
974 if (!man->has_type || !man->use_type) in ttm_bo_mem_space()
1367 if (!man->has_type) { in ttm_bo_clean_mm()
1374 man->has_type = false; in ttm_bo_clean_mm()
1403 if (!man->has_type) { in ttm_bo_evict_mm()
1421 BUG_ON(man->has_type); in ttm_bo_init_mm()
1438 man->has_type = true; in ttm_bo_init_mm()
1512 if (man->has_type) { in ttm_bo_device_release()
1519 man->has_type = false; in ttm_bo_device_release()
/dragonfly/sys/dev/drm/include/drm/ttm/
H A Dttm_bo_driver.h178 bool has_type; member
/dragonfly/sys/dev/drm/i915/
H A Di915_gem.c2962 enum i915_map_type has_type; in i915_gem_object_pin_map() local
2991 ptr = page_unpack_bits(obj->mm.mapping, &has_type); in i915_gem_object_pin_map()
2992 if (ptr && has_type != type) { in i915_gem_object_pin_map()
/dragonfly/contrib/gdb-7/gdb/
H A Ddwarf2read.c919 unsigned int has_type : 1; member
6002 if (pdi->d.locdesc || pdi->has_type) in add_partial_symbol()
13681 part_die->has_type = 1; in read_partial_die()