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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/core/
H A Diwcm.c57 struct iwcm_work { struct
66 * The following services provide a mechanism for pre-allocating iwcm_work
89 static struct iwcm_work *get_work(struct iwcm_id_private *cm_id_priv)
91 struct iwcm_work *work;
95 work = list_entry(cm_id_priv->work_free_list.next, struct iwcm_work,
101 static void put_work(struct iwcm_work *work)
111 kfree(list_entry(e, struct iwcm_work, free_list));
116 struct iwcm_work *work;
120 work = kmalloc(sizeof(struct iwcm_work), GFP_KERNEL);
836 struct iwcm_work *wor
[all...]

Completed in 42 milliseconds