Home
last modified time | relevance | path

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

/freebsd/sys/dev/drm2/ttm/
H A Dttm_execbuf_util.c64 entry->put_count = ttm_bo_del_from_lru(bo); in ttm_eu_del_from_lru_locked()
77 if (entry->put_count) { in ttm_eu_list_ref_sub()
78 ttm_bo_list_ref_sub(bo, entry->put_count, true); in ttm_eu_list_ref_sub()
79 entry->put_count = 0; in ttm_eu_list_ref_sub()
123 entry->put_count = 0; in ttm_eu_reserve_buffers()
H A Dttm_bo.c181 int put_count = 0; in ttm_bo_del_from_lru() local
185 ++put_count; in ttm_bo_del_from_lru()
189 ++put_count; in ttm_bo_del_from_lru()
197 return put_count; in ttm_bo_del_from_lru()
282 int put_count = 0; in ttm_bo_reserve() local
336 int put_count, ret; in ttm_bo_reserve_slowpath() local
554 int put_count; in ttm_bo_cleanup_refs_or_queue() local
613 int put_count; in ttm_bo_cleanup_refs_and_unlock() local
676 ++put_count; in ttm_bo_cleanup_refs_and_unlock()
866 int ret = -EBUSY, put_count; in ttm_mem_evict_first() local
[all …]
H A Dttm_execbuf_util.h52 int put_count; member
/freebsd/sys/dev/sfxge/
H A Dsfxge_tx.c682 unsigned int put_count; in sfxge_tx_qdpl_put_unlocked() local
696 put_count = mp->m_pkthdr.csum_data; in sfxge_tx_qdpl_put_unlocked()
698 put_count = 0; in sfxge_tx_qdpl_put_unlocked()
699 if (put_count >= stdp->std_put_max) { in sfxge_tx_qdpl_put_unlocked()
703 mbuf->m_pkthdr.csum_data = put_count + 1; in sfxge_tx_qdpl_put_unlocked()