Searched refs:post_lock (Results 1 - 10 of 10) sorted by relevance

/freebsd-11-stable/sys/dev/vxge/vxgehal/
H A Dvxgehal-ring.c589 vxge_os_spin_lock_init(&ring->channel.post_lock, hldev->pdev);
591 vxge_os_spin_lock_init_irq(&ring->channel.post_lock, hldev->irqh);
834 vxge_os_spin_lock_destroy(&ring->channel.post_lock, hldev->pdev);
836 vxge_os_spin_lock_destroy_irq(&ring->channel.post_lock, hldev->pdev);
963 vxge_os_spin_lock(&ring->channel.post_lock);
965 vxge_os_spin_lock_irq(&ring->channel.post_lock, flags);
971 vxge_os_spin_unlock(&ring->channel.post_lock);
973 vxge_os_spin_unlock_irq(&ring->channel.post_lock, flags);
1042 vxge_os_spin_lock(&ring->channel.post_lock);
1044 vxge_os_spin_lock_irq(&ring->channel.post_lock, flag
[all...]
H A Dvxgehal-fifo.c357 vxge_os_spin_lock_init(&fifo->channel.post_lock,
360 vxge_os_spin_lock_init_irq(&fifo->channel.post_lock,
666 vxge_os_spin_lock_destroy(&fifo->channel.post_lock,
669 vxge_os_spin_lock_destroy_irq(&fifo->channel.post_lock,
856 vxge_os_spin_lock(&fifo->channel.post_lock);
858 vxge_os_spin_lock_irq(&fifo->channel.post_lock, flags);
864 vxge_os_spin_unlock(&fifo->channel.post_lock);
866 vxge_os_spin_unlock_irq(&fifo->channel.post_lock, flags);
1393 vxge_os_spin_lock(&fifo->channel.post_lock);
1395 vxge_os_spin_lock_irq(&fifo->channel.post_lock, flag
[all...]
H A Dvxgehal-channel.h118 * @post_lock: Lock to serialize multiple concurrent "posters" of descriptors
144 spinlock_t post_lock; member in struct:__hal_channel_t
/freebsd-11-stable/sys/dev/nxge/xgehal/
H A Dxgehal-fifo.c177 xge_os_spin_lock_init(&fifo->channel.post_lock, hldev->pdev);
178 fifo->post_lock_ptr = &fifo->channel.post_lock;
184 xge_os_spin_lock_init_irq(&fifo->channel.post_lock,
186 fifo->post_lock_ptr = &fifo->channel.post_lock;
336 xge_os_spin_lock_destroy(&fifo->channel.post_lock, hldev->pdev);
338 xge_os_spin_lock_destroy_irq(&fifo->channel.post_lock,
H A Dxgehal-ring-fp.c501 xge_os_spin_lock(&((xge_hal_channel_t*)channelh)->post_lock);
503 xge_os_spin_lock_irq(&((xge_hal_channel_t*)channelh)->post_lock,
531 xge_os_spin_unlock(&((xge_hal_channel_t*)channelh)->post_lock);
533 xge_os_spin_unlock_irq(&((xge_hal_channel_t*)channelh)->post_lock,
H A Dxgehal-ring.c270 xge_os_spin_lock_init(&ring->channel.post_lock, hldev->pdev);
272 xge_os_spin_lock_init_irq(&ring->channel.post_lock, hldev->irqh);
380 xge_os_spin_lock_destroy(&ring->channel.post_lock, hldev->pdev);
382 xge_os_spin_lock_destroy_irq(&ring->channel.post_lock, hldev->pdev);
H A Dxgehal-fifo-fp.c581 xge_os_spin_lock(&((xge_hal_channel_t*)channelh)->post_lock);
583 xge_os_spin_lock_irq(&((xge_hal_channel_t*)channelh)->post_lock,
607 xge_os_spin_unlock(&((xge_hal_channel_t*)channelh)->post_lock);
609 xge_os_spin_unlock_irq(&((xge_hal_channel_t*)channelh)->post_lock,
/freebsd-11-stable/sys/dev/nxge/include/
H A Dxgehal-channel.h283 * @post_lock: Lock to serialize multiple concurrent "posters" of descriptors
368 spinlock_t post_lock; member in struct:__anon11196
/freebsd-11-stable/sys/dev/liquidio/base/
H A Dlio_iq.h112 struct mtx post_lock; member in struct:lio_instr_queue
H A Dlio_request_manager.c146 mtx_init(&iq->post_lock, "iq_post_lock", NULL, MTX_DEF);
605 mtx_lock(&iq->post_lock);
620 mtx_unlock(&iq->post_lock);

Completed in 89 milliseconds