Home
last modified time | relevance | path

Searched refs:__containerof (Results 1 – 12 of 12) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dcontainerof.h35 #if !defined(__containerof)
44 #define __containerof(m, s, name) ( \ macro
50 #define __containerof(m, s, name) \
H A Dqueue.h380 __containerof((head)->stqh_last, \
462 __containerof((elm)->field.le_prev, type, field.le_next))
/illumos-gate/usr/src/uts/common/io/ib/clients/rdsv3/
H A Dthreads.c171 struct rdsv3_connection *conn = __containerof(work, in rdsv3_connect_worker()
209 struct rdsv3_connection *conn = __containerof(work, in rdsv3_send_worker()
237 struct rdsv3_connection *conn = __containerof(work, in rdsv3_recv_worker()
265 struct rdsv3_connection *conn = __containerof(work, in rdsv3_shutdown_worker()
275 struct rdsv3_connection *conn = __containerof(work, in rdsv3_reaper_worker()
H A Dmessage.c140 __containerof(inc, struct rdsv3_message, m_inc); in rdsv3_message_inc_free()
403 rm = __containerof(inc, struct rdsv3_message, m_inc); in rdsv3_message_inc_copy_to_user()
H A Dloop.c110 struct rdsv3_message *rm = __containerof(inc, struct rdsv3_message, in rdsv3_loop_inc_free()
H A Dib_recv.c320 ibinc = __containerof(inc, struct rdsv3_ib_incoming, ii_inc); in rdsv3_ib_inc_free()
344 ibinc = __containerof(inc, struct rdsv3_ib_incoming, ii_inc); in rdsv3_ib_inc_copy_to_user()
H A Drdma.c151 mr = __containerof(node, struct rdsv3_mr, r_rb_node); in rdsv3_rdma_drop_keys()
/illumos-gate/usr/src/boot/sys/sys/
H A Dcdefs.h500 #define __containerof(x, s, m) ({ \ macro
505 #define __containerof(x, s, m) \ macro
H A Dqueue.h348 __containerof((head)->stqh_last, \
507 __containerof((elm)->field.le_prev, \
/illumos-gate/usr/src/contrib/bhyve/sys/
H A Dqueue.h365 __containerof((head)->stqh_last, \
541 __containerof((elm)->field.le_prev, \
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Dbcm_osal.h381 __containerof(_entry_ptr_, _type_, _member_)
/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_sge.c209 return (__containerof(iq, struct sge_rxq, iq)); in t4_iq_to_rxq()
222 struct sge_rxq *rxq = __containerof(fl, struct sge_rxq, fl); in t4_fl_to_iq()