Searched refs:next_action (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.10/net/llc/ |
D | llc_sap.c | 150 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()
|
D | llc_conn.c | 438 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-v5.10/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_fence.c | 265 struct vmw_fence_action *action, *next_action; in vmw_fence_work_func() local 292 list_for_each_entry_safe(action, next_action, &list, head) { in vmw_fence_work_func() 367 struct vmw_fence_action *action, *next_action; in vmw_fences_perform_actions() local 369 list_for_each_entry_safe(action, next_action, list, head) { in vmw_fences_perform_actions()
|