Home
last modified time | relevance | path

Searched refs:DDP_ASSERT_LOCKED (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/cxgbe/tom/
H A Dt4_ddp.c153 DDP_ASSERT_LOCKED(toep); in recycle_pageset()
477 DDP_ASSERT_LOCKED(toep); in insert_ddp_data()
771 DDP_ASSERT_LOCKED(toep); in queue_ddp_rcvbuf()
985 DDP_ASSERT_LOCKED(toep); in handle_ddp_indicate()
1105 DDP_ASSERT_LOCKED(toep); in handle_ddp_close()
1311 DDP_ASSERT_LOCKED(toep); in enable_ddp()
2173 DDP_ASSERT_LOCKED(toep); in hold_aio()
2272 DDP_ASSERT_LOCKED(toep); in ddp_complete_all()
2309 DDP_ASSERT_LOCKED(toep); in aio_ddp_requeue_one()
2334 DDP_ASSERT_LOCKED(toep); in aio_ddp_requeue()
[all …]
H A Dt4_tom.h263 #define DDP_ASSERT_LOCKED(toep) mtx_assert(&(toep)->ddp.lock, MA_OWNED) macro