Home
last modified time | relevance | path

Searched refs:vxge_os_spin_lock_destroy (Results 1 – 6 of 6) sorted by relevance

/NextBSD/sys/dev/vxge/vxgehal/
HDvxgehal-channel.c485 vxge_os_spin_lock_destroy(&hldev->pending_channel_lock, in __hal_channel_destroy_pending_list()
HDvxgehal-blockpool.c275 vxge_os_spin_lock_destroy(&blockpool->pool_lock, in __hal_blockpool_destroy()
HDvxgehal-ring.c834 vxge_os_spin_lock_destroy(&ring->channel.post_lock, hldev->pdev); in __hal_ring_delete()
HDvxgehal-fifo.c666 vxge_os_spin_lock_destroy(&fifo->channel.post_lock, in __hal_fifo_delete()
HDvxgehal-virtualpath.c9744 vxge_os_spin_lock_destroy( in __hal_vp_terminate()
/NextBSD/sys/dev/vxge/
HDvxge-osdep.h229 #define vxge_os_spin_lock_destroy(lockp, ctxh) { \ macro