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

/freebsd-10-stable/sys/dev/drm2/ttm/
H A Dttm_execbuf_util.h44 * @put_count: Number of outstanding references on bo::list_kref.
53 int put_count; member in struct:ttm_validate_buffer
H A Dttm_execbuf_util.c66 entry->put_count = ttm_bo_del_from_lru(bo);
79 if (entry->put_count) {
80 ttm_bo_list_ref_sub(bo, entry->put_count, true);
81 entry->put_count = 0;
125 entry->put_count = 0;
H A Dttm_bo.c183 int put_count = 0; local
187 ++put_count;
191 ++put_count;
199 return put_count;
284 int put_count = 0; local
291 put_count = ttm_bo_del_from_lru(bo);
293 ttm_bo_list_ref_sub(bo, put_count, true);
338 int put_count, ret; local
343 put_count = ttm_bo_del_from_lru(bo);
345 ttm_bo_list_ref_sub(bo, put_count, tru
556 int put_count; local
615 int put_count; local
869 int ret = -EBUSY, put_count; local
1812 int put_count; local
[all...]
/freebsd-10-stable/sys/dev/sfxge/
H A Dsfxge_tx.c678 unsigned int put_count; local
692 put_count = mp->m_pkthdr.csum_data;
694 put_count = 0;
695 if (put_count >= stdp->std_put_max) {
699 mbuf->m_pkthdr.csum_data = put_count + 1;

Completed in 68 milliseconds