iwcm_work
static struct iwcm_work *get_work(struct iwcm_id_private *cm_id_priv)
struct iwcm_work *work;
work = list_entry(cm_id_priv->work_free_list.next, struct iwcm_work,
static void put_work(struct iwcm_work *work)
kfree(list_entry(e, struct iwcm_work, free_list));
struct iwcm_work *work;
work = kmalloc(sizeof(struct iwcm_work), GFP_KERNEL);
struct iwcm_work *work = container_of(_work, struct iwcm_work, work);
struct iwcm_work, list);
struct iwcm_work *work;