Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/drm2/ttm/
H A Dttm_execbuf_util.c66 entry->put_count = ttm_bo_del_from_lru(bo); in ttm_eu_del_from_lru_locked()
79 if (entry->put_count) { in ttm_eu_list_ref_sub()
80 ttm_bo_list_ref_sub(bo, entry->put_count, true); in ttm_eu_list_ref_sub()
81 entry->put_count = 0; in ttm_eu_list_ref_sub()
125 entry->put_count = 0; in ttm_eu_reserve_buffers()
H A Dttm_bo.c183 int put_count = 0; in ttm_bo_del_from_lru() local
187 ++put_count; in ttm_bo_del_from_lru()
191 ++put_count; in ttm_bo_del_from_lru()
199 return put_count; in ttm_bo_del_from_lru()
284 int put_count = 0; in ttm_bo_reserve() local
338 int put_count, ret; in ttm_bo_reserve_slowpath() local
556 int put_count; in ttm_bo_cleanup_refs_or_queue() local
615 int put_count; in ttm_bo_cleanup_refs_and_unlock() local
678 ++put_count; in ttm_bo_cleanup_refs_and_unlock()
868 int ret = -EBUSY, put_count; in ttm_mem_evict_first() local
[all …]
H A Dttm_execbuf_util.h53 int put_count; member
/freebsd-13.1/sys/dev/sfxge/
H A Dsfxge_tx.c684 unsigned int put_count; in sfxge_tx_qdpl_put_unlocked() local
698 put_count = mp->m_pkthdr.csum_data; in sfxge_tx_qdpl_put_unlocked()
700 put_count = 0; in sfxge_tx_qdpl_put_unlocked()
701 if (put_count >= stdp->std_put_max) { in sfxge_tx_qdpl_put_unlocked()
705 mbuf->m_pkthdr.csum_data = put_count + 1; in sfxge_tx_qdpl_put_unlocked()