Searched refs:vxge_os_spin_lock_destroy_irq (Results 1 – 7 of 7) sorted by relevance
488 vxge_os_spin_lock_destroy_irq(&hldev->pending_channel_lock, in __hal_channel_destroy_pending_list()
376 vxge_os_spin_lock_destroy_irq(&queue->lock, queue->irqh); in vxge_queue_destroy()
278 vxge_os_spin_lock_destroy_irq(&blockpool->pool_lock, in __hal_blockpool_destroy()
836 vxge_os_spin_lock_destroy_irq(&ring->channel.post_lock, hldev->pdev); in __hal_ring_delete()
669 vxge_os_spin_lock_destroy_irq(&fifo->channel.post_lock, in __hal_fifo_delete()
9747 vxge_os_spin_lock_destroy_irq( in __hal_vp_terminate()
235 #define vxge_os_spin_lock_destroy_irq(lockp, ctxh) { \ macro