Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/block/drbd/
Ddrbd_main.c1046 struct after_state_chg_work *ascw; in __drbd_set_state() local
1251 ascw = kmalloc(sizeof(*ascw), GFP_ATOMIC); in __drbd_set_state()
1252 if (ascw) { in __drbd_set_state()
1253 ascw->os = os; in __drbd_set_state()
1254 ascw->ns = ns; in __drbd_set_state()
1255 ascw->flags = flags; in __drbd_set_state()
1256 ascw->w.cb = w_after_state_ch; in __drbd_set_state()
1257 ascw->done = done; in __drbd_set_state()
1258 drbd_queue_work(&mdev->data.work, &ascw->w); in __drbd_set_state()
1268 struct after_state_chg_work *ascw = in w_after_state_ch() local
[all …]