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

/freebsd-13-stable/sys/ofed/drivers/infiniband/core/
H A Dib_iwcm.c67 struct iwcm_work { struct
78 * The following services provide a mechanism for pre-allocating iwcm_work
101 static struct iwcm_work *get_work(struct iwcm_id_private *cm_id_priv)
103 struct iwcm_work *work;
107 work = list_entry(cm_id_priv->work_free_list.next, struct iwcm_work,
113 static void put_work(struct iwcm_work *work)
123 kfree(list_entry(e, struct iwcm_work, free_list));
128 struct iwcm_work *work;
132 work = kmalloc(sizeof(struct iwcm_work), GFP_KERNEL);
875 struct iwcm_work *wor
[all...]

Completed in 71 milliseconds