Home
last modified time | relevance | path

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

/drivers/block/drbd/
Ddrbd_state.c2039 struct after_conn_state_chg_work *acscw = in w_after_conn_state_ch() local
2041 struct drbd_connection *connection = acscw->connection; in w_after_conn_state_ch()
2042 enum drbd_conns oc = acscw->oc; in w_after_conn_state_ch()
2043 union drbd_state ns_max = acscw->ns_max; in w_after_conn_state_ch()
2047 broadcast_state_change(acscw->state_change); in w_after_conn_state_ch()
2048 forget_state_change(acscw->state_change); in w_after_conn_state_ch()
2049 kfree(acscw); in w_after_conn_state_ch()
2288 struct after_conn_state_chg_work *acscw; in _conn_request_state() local
2345 acscw = kmalloc(sizeof(*acscw), GFP_ATOMIC); in _conn_request_state()
2346 if (acscw) { in _conn_request_state()
[all …]