Home
last modified time | relevance | path

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

/Linux-v4.19/net/llc/
Dllc_sap.c149 const llc_sap_action_t *next_action = trans->ev_actions; in llc_exec_sap_trans_actions() local
151 for (; next_action && *next_action; next_action++) in llc_exec_sap_trans_actions()
152 if ((*next_action)(sap, skb)) in llc_exec_sap_trans_actions()
Dllc_conn.c471 const llc_conn_action_t *next_action; in llc_exec_conn_trans_actions() local
473 for (next_action = trans->ev_actions; in llc_exec_conn_trans_actions()
474 next_action && *next_action; next_action++) { in llc_exec_conn_trans_actions()
475 int rc2 = (*next_action)(sk, skb); in llc_exec_conn_trans_actions()
/Linux-v4.19/drivers/gpu/drm/vmwgfx/
Dvmwgfx_fence.c261 struct vmw_fence_action *action, *next_action; in vmw_fence_work_func() local
288 list_for_each_entry_safe(action, next_action, &list, head) { in vmw_fence_work_func()
362 struct vmw_fence_action *action, *next_action; in vmw_fences_perform_actions() local
364 list_for_each_entry_safe(action, next_action, list, head) { in vmw_fences_perform_actions()