Searched refs:man (Results 1 – 2 of 2) sorted by relevance
74 int (*alloc)(struct ttm_resource_manager *man,88 void (*free)(struct ttm_resource_manager *man,102 bool (*intersects)(struct ttm_resource_manager *man,118 bool (*compatible)(struct ttm_resource_manager *man,133 void (*debug)(struct ttm_resource_manager *man,308 ttm_resource_manager_set_used(struct ttm_resource_manager *man, bool used) in ttm_resource_manager_set_used() argument313 WARN_ON(!list_empty(&man->lru[i])); in ttm_resource_manager_set_used()314 man->use_type = used; in ttm_resource_manager_set_used()326 static inline bool ttm_resource_manager_used(struct ttm_resource_manager *man) in ttm_resource_manager_used() argument328 return man->use_type; in ttm_resource_manager_used()[all …]
381 struct ttm_resource_manager *man,