Home
last modified time | relevance | path

Searched refs:llist_head_t (Results 1 – 13 of 13) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/ib/clients/of/sol_ofs/
H A Dsol_ofs_common.h136 } llist_head_t; typedef
141 static inline void llist_head_init(llist_head_t *list, void *ptr) in llist_head_init()
147 static inline void __llist_add(llist_head_t *new, llist_head_t *prv, in __llist_add()
148 llist_head_t *nxt) in __llist_add()
155 static inline void llist_add(llist_head_t *new, llist_head_t *head) in llist_add()
160 static inline void llist_add_tail(llist_head_t *new, llist_head_t *head) in llist_add_tail()
165 static inline void llist_del(llist_head_t *entry) in llist_del()
171 static inline int llist_is_last(llist_head_t *list, llist_head_t *head) in llist_is_last()
176 static inline int llist_empty(llist_head_t *head) in llist_empty()
H A Dsol_kverb_impl.h76 llist_head_t device_list;
77 llist_head_t client_list;
/illumos-gate/usr/src/uts/common/sys/ib/clients/of/sol_uverbs/
H A Dsol_uverbs_hca.h64 llist_head_t list;
65 llist_head_t event_handler_list;
67 llist_head_t client_data_list;
85 llist_head_t list;
96 llist_head_t list;
115 extern llist_head_t sol_uverbs_hca_list;
116 extern llist_head_t sol_uverbs_client_list;
H A Dsol_uverbs.h71 llist_head_t ev_list;
72 llist_head_t ev_obj_list;
122 llist_head_t event_list;
218 llist_head_t async_list;
219 llist_head_t comp_list;
233 llist_head_t async_list;
262 llist_head_t mcast_list;
263 llist_head_t async_list;
/illumos-gate/usr/src/uts/common/io/ib/clients/of/sol_uverbs/
H A Dsol_uverbs_hca.c56 llist_head_t sol_uverbs_hca_list;
57 llist_head_t sol_uverbs_client_list;
61 llist_head_t list;
91 llist_head_t *entry; in sol_uverbs_ib_register_client()
127 llist_head_t *entry, *centry, *tmp; in sol_uverbs_ib_unregister_client()
184 llist_head_t *entry; in sol_uverbs_ib_get_client_data()
227 llist_head_t *entry; in sol_uverbs_ib_set_client_data()
407 llist_head_t *entry; in sol_uverbs_ibt_hdl_to_hca()
H A Dsol_uverbs_event.c133 llist_head_t *entry; in sol_uverbs_event_file_read()
375 llist_head_t *entry; in uverbs_release_event_file()
376 llist_head_t *list_tmp; in uverbs_release_event_file()
721 llist_head_t *entry; in uverbs_async_event_handler()
892 llist_head_t *entry; in uverbs_release_ucq_channel()
893 llist_head_t *list_tmp; in uverbs_release_ucq_channel()
958 llist_head_t *entry; in uverbs_release_ucq_uevents()
959 llist_head_t *list_tmp; in uverbs_release_ucq_uevents()
1003 llist_head_t *entry; in uverbs_release_uqp_uevents()
1004 llist_head_t *list_tmp; in uverbs_release_uqp_uevents()
[all …]
H A Dsol_uverbs_qp.c58 llist_head_t list;
2276 llist_head_t *entry; in sol_uverbs_attach_mcast()
2379 llist_head_t *entry; in sol_uverbs_detach_mcast()
2380 llist_head_t *temp; in sol_uverbs_detach_mcast()
2475 llist_head_t *entry; in uverbs_detach_uqp_mcast_entries()
2476 llist_head_t *temp; in uverbs_detach_uqp_mcast_entries()
H A Dsol_uverbs.c210 llist_head_t *entry; in sol_uverbs_hca_open()
/illumos-gate/usr/src/uts/common/sys/ib/clients/of/sol_umad/
H A Dsol_umad.h59 llist_head_t uctx_agent_list; /* list of agents registered */
66 llist_head_t agent_list;
102 llist_head_t port_ibmf_regs;
/illumos-gate/usr/src/uts/common/io/ib/clients/of/sol_umad/
H A Dsol_umad.c1109 llist_head_t *entry; in umad_get_agent_by_id()
1129 llist_head_t *entry; in umad_get_agent_by_class()
1160 llist_head_t *entry; in umad_register_agent()
1276 entry = kmem_zalloc(sizeof (llist_head_t), KM_SLEEP); in umad_register_agent()
1519 llist_head_t *lentry; in umad_close()
1520 llist_head_t *lentry_temp; in umad_close()
2265 llist_head_t *entry; in umad_get_new_agent_id()
2492 llist_head_t *entry; in umad_unregister()
2678 lint_function(llist_head_t *a, llist_head_t *b) in lint_function()
/illumos-gate/usr/src/uts/common/io/ib/clients/of/sol_ofs/
H A Dsol_kverbs.c39 static llist_head_t client_list = LLIST_HEAD_INIT(client_list);
110 llist_head_t *entry; in get_device()
316 llist_head_t *entry, *tmp; in ib_register_client()
515 llist_head_t *entry, *tmp; in ib_unregister_client()
618 llist_head_t *entry; in ib_get_client_data()
672 llist_head_t *entry; in ib_set_client_data()
H A Dsol_cma.c71 static llist_head_t sol_cma_dev_list = LLIST_HEAD_INIT(sol_cma_dev_list);
214 llist_head_t cma_list;
305 llist_head_t *entry; in sol_cma_acquire_device()
337 llist_head_t *entry; in sol_cma_release_device()
367 llist_head_t *entry; in sol_cma_add_hca_list()
/illumos-gate/usr/src/uts/common/sys/ib/clients/of/rdma/
H A Dib_verbs.h294 llist_head_t list;