iwcm_work
struct iwcm_work *work = container_of(_work, struct iwcm_work, work);
struct iwcm_work *work;
static struct iwcm_work *get_work(struct iwcm_id_private *cm_id_priv)
struct iwcm_work *work;
work = list_first_entry(&cm_id_priv->work_free_list, 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_obj(struct iwcm_work);