Home
last modified time | relevance | path

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

/linux-6.1.9/net/llc/
Dllc_sap.c150 const llc_sap_action_t *next_action = trans->ev_actions; in llc_exec_sap_trans_actions() local
152 for (; next_action && *next_action; next_action++) in llc_exec_sap_trans_actions()
153 if ((*next_action)(sap, skb)) in llc_exec_sap_trans_actions()
Dllc_conn.c438 const llc_conn_action_t *next_action; in llc_exec_conn_trans_actions() local
440 for (next_action = trans->ev_actions; in llc_exec_conn_trans_actions()
441 next_action && *next_action; next_action++) { in llc_exec_conn_trans_actions()
442 int rc2 = (*next_action)(sk, skb); in llc_exec_conn_trans_actions()
/linux-6.1.9/drivers/gpu/drm/vmwgfx/
Dvmwgfx_fence.c272 struct vmw_fence_action *action, *next_action; in vmw_fence_work_func() local
299 list_for_each_entry_safe(action, next_action, &list, head) { in vmw_fence_work_func()
369 struct vmw_fence_action *action, *next_action; in vmw_fences_perform_actions() local
371 list_for_each_entry_safe(action, next_action, list, head) { in vmw_fences_perform_actions()