Home
last modified time | relevance | path

Searched refs:ascw (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/block/drbd/
Ddrbd_state.c985 struct after_state_chg_work *ascw; in __drbd_set_state() local
1179 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 …]