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

/drivers/infiniband/core/
H A Diwcm.c61 struct iwcm_work { struct
84 * The following services provide a mechanism for pre-allocating iwcm_work
107 static struct iwcm_work *get_work(struct iwcm_id_private *cm_id_priv)
109 struct iwcm_work *work;
113 work = list_entry(cm_id_priv->work_free_list.next, struct iwcm_work,
119 static void put_work(struct iwcm_work *work)
129 kfree(list_entry(e, struct iwcm_work, free_list));
134 struct iwcm_work *work;
138 work = kmalloc(sizeof(struct iwcm_work), GFP_KERNEL);
872 struct iwcm_work *wor
[all...]

Completed in 12 milliseconds