Home
last modified time | relevance | path

Searched refs:type_ok (Results 1 – 2 of 2) sorted by relevance

/dragonfly/sys/dev/drm/ttm/
H A Dttm_bo.c909 bool type_ok = false; in ttm_bo_mem_space() local
928 type_ok = ttm_bo_mt_compatible(man, mem_type, place, in ttm_bo_mem_space()
931 if (!type_ok) in ttm_bo_mem_space()
961 if ((type_ok && (mem_type == TTM_PL_SYSTEM)) || mem->mm_node) { in ttm_bo_mem_space()
/dragonfly/contrib/gcc-4.7/gcc/
H A Dc-decl.c6776 bool type_ok = (TREE_CODE (type) == RECORD_TYPE in grokfield() local
6780 if (type_ok in grokfield()