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

/freebsd-10.3-release/sys/ofed/drivers/infiniband/core/
H A Diwcm.c58 struct iwcm_work { struct
67 * The following services provide a mechanism for pre-allocating iwcm_work
90 static struct iwcm_work *get_work(struct iwcm_id_private *cm_id_priv)
92 struct iwcm_work *work;
96 work = list_entry(cm_id_priv->work_free_list.next, struct iwcm_work,
102 static void put_work(struct iwcm_work *work)
112 kfree(list_entry(e, struct iwcm_work, free_list));
117 struct iwcm_work *work;
121 work = kmalloc(sizeof(struct iwcm_work), GFP_KERNEL);
843 struct iwcm_work *wor
[all...]

Completed in 119 milliseconds