Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/block/drbd/
H A Ddrbd_state.c1269 struct after_state_chg_work *ascw; in _drbd_set_state() local
1469 ascw = kmalloc(sizeof(*ascw), GFP_ATOMIC); in _drbd_set_state()
1470 if (ascw) { in _drbd_set_state()
1471 ascw->os = os; in _drbd_set_state()
1472 ascw->ns = ns; in _drbd_set_state()
1473 ascw->flags = flags; in _drbd_set_state()
1474 ascw->w.cb = w_after_state_ch; in _drbd_set_state()
1475 ascw->device = device; in _drbd_set_state()
1476 ascw in _drbd_set_state()
1489 struct after_state_chg_work *ascw = w_after_state_ch() local
[all...]
/kernel/linux/linux-6.6/drivers/block/drbd/
H A Ddrbd_state.c1271 struct after_state_chg_work *ascw; in _drbd_set_state() local
1471 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()
1476 ascw->w.cb = w_after_state_ch; in _drbd_set_state()
1477 ascw->device = device; in _drbd_set_state()
1478 ascw in _drbd_set_state()
1491 struct after_state_chg_work *ascw = w_after_state_ch() local
[all...]

Completed in 5 milliseconds