Home
last modified time | relevance | path

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

/linux-6.15/drivers/block/drbd/
H A Ddrbd_state.c1471 ascw = kmalloc(sizeof(*ascw), GFP_ATOMIC); in _drbd_set_state()
1472 if (ascw) { in _drbd_set_state()
1473 ascw->os = os; in _drbd_set_state()
1474 ascw->ns = ns; in _drbd_set_state()
1475 ascw->flags = flags; in _drbd_set_state()
1477 ascw->device = device; in _drbd_set_state()
1478 ascw->done = done; in _drbd_set_state()
1481 &ascw->w); in _drbd_set_state()
1495 after_state_ch(device, ascw->os, ascw->ns, ascw->flags, ascw->state_change); in w_after_state_ch()
1498 complete(ascw->done); in w_after_state_ch()
[all …]