Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/gpu/drm/ttm/
Dttm_execbuf_util.c65 entry->put_count = ttm_bo_del_from_lru(bo); in ttm_eu_del_from_lru_locked()
78 if (entry->put_count) { in ttm_eu_list_ref_sub()
79 ttm_bo_list_ref_sub(bo, entry->put_count, true); in ttm_eu_list_ref_sub()
80 entry->put_count = 0; in ttm_eu_list_ref_sub()
141 entry->put_count = 0; in ttm_eu_reserve_buffers()
Dttm_bo.c197 int put_count = 0; in ttm_bo_del_from_lru() local
201 ++put_count; in ttm_bo_del_from_lru()
205 ++put_count; in ttm_bo_del_from_lru()
213 return put_count; in ttm_bo_del_from_lru()
288 int put_count = 0; in ttm_bo_reserve() local
295 put_count = ttm_bo_del_from_lru(bo); in ttm_bo_reserve()
298 ttm_bo_list_ref_sub(bo, put_count, true); in ttm_bo_reserve()
497 int put_count; in ttm_bo_cleanup_refs_or_queue() local
517 put_count = ttm_bo_del_from_lru(bo); in ttm_bo_cleanup_refs_or_queue()
522 ttm_bo_list_ref_sub(bo, put_count, true); in ttm_bo_cleanup_refs_or_queue()
[all …]
/linux-3.4.99/include/drm/ttm/
Dttm_execbuf_util.h56 int put_count; member
/linux-3.4.99/kernel/
Dauditsc.c274 int put_count; member
1007 if (context->put_count + context->ino_count != context->name_count) { in audit_free_names()
1013 context->name_count, context->put_count, in audit_free_names()
1024 context->put_count = 0; in audit_free_names()
2106 ++context->put_count; in audit_putname()
2107 if (context->put_count > context->name_count) { in audit_putname()
2114 context->put_count); in audit_putname()