Searched refs:__containerof (Results 1 – 12 of 12) sorted by relevance
| /illumos-gate/usr/src/uts/common/sys/ |
| H A D | containerof.h | 35 #if !defined(__containerof) 44 #define __containerof(m, s, name) ( \ macro 50 #define __containerof(m, s, name) \
|
| H A D | queue.h | 380 __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 D | threads.c | 171 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 D | message.c | 140 __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 D | loop.c | 110 struct rdsv3_message *rm = __containerof(inc, struct rdsv3_message, in rdsv3_loop_inc_free()
|
| H A D | ib_recv.c | 320 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 D | rdma.c | 151 mr = __containerof(node, struct rdsv3_mr, r_rb_node); in rdsv3_rdma_drop_keys()
|
| /illumos-gate/usr/src/boot/sys/sys/ |
| H A D | cdefs.h | 500 #define __containerof(x, s, m) ({ \ macro 505 #define __containerof(x, s, m) \ macro
|
| H A D | queue.h | 348 __containerof((head)->stqh_last, \ 507 __containerof((elm)->field.le_prev, \
|
| /illumos-gate/usr/src/contrib/bhyve/sys/ |
| H A D | queue.h | 365 __containerof((head)->stqh_last, \ 541 __containerof((elm)->field.le_prev, \
|
| /illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/ |
| H A D | bcm_osal.h | 381 __containerof(_entry_ptr_, _type_, _member_)
|
| /illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/ |
| H A D | t4_sge.c | 209 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()
|