Home
last modified time | relevance | path

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

/linux-4.4.14/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.c457 const llc_conn_action_t *next_action; in llc_exec_conn_trans_actions() local
459 for (next_action = trans->ev_actions; in llc_exec_conn_trans_actions()
460 next_action && *next_action; next_action++) { in llc_exec_conn_trans_actions()
461 int rc2 = (*next_action)(sk, skb); in llc_exec_conn_trans_actions()
/linux-4.4.14/drivers/gpu/drm/vmwgfx/
Dvmwgfx_fence.c249 struct vmw_fence_action *action, *next_action; in vmw_fence_work_func() local
276 list_for_each_entry_safe(action, next_action, &list, head) { in vmw_fence_work_func()
352 struct vmw_fence_action *action, *next_action; in vmw_fences_perform_actions() local
354 list_for_each_entry_safe(action, next_action, list, head) { in vmw_fences_perform_actions()