Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/block/drbd/
Ddrbd_state.c1579 struct after_conn_state_chg_work *acscw = in w_after_conn_state_ch() local
1581 struct drbd_connection *connection = acscw->connection; in w_after_conn_state_ch()
1582 enum drbd_conns oc = acscw->oc; in w_after_conn_state_ch()
1583 union drbd_state ns_max = acscw->ns_max; in w_after_conn_state_ch()
1587 kfree(acscw); in w_after_conn_state_ch()
1822 struct after_conn_state_chg_work *acscw; in _conn_request_state() local
1876 acscw = kmalloc(sizeof(*acscw), GFP_ATOMIC); in _conn_request_state()
1877 if (acscw) { in _conn_request_state()
1878 acscw->oc = os.conn; in _conn_request_state()
1879 acscw->ns_min = ns_min; in _conn_request_state()
[all …]