Searched refs:ascw (Results 1 – 1 of 1) sorted by relevance
985 struct after_state_chg_work *ascw; in __drbd_set_state() local1179 ascw = kmalloc(sizeof(*ascw), GFP_ATOMIC); in __drbd_set_state()1180 if (ascw) { in __drbd_set_state()1181 ascw->os = os; in __drbd_set_state()1182 ascw->ns = ns; in __drbd_set_state()1183 ascw->flags = flags; in __drbd_set_state()1184 ascw->w.cb = w_after_state_ch; in __drbd_set_state()1185 ascw->device = device; in __drbd_set_state()1186 ascw->done = done; in __drbd_set_state()1188 &ascw->w); in __drbd_set_state()[all …]