Searched refs:next_action (Results 1 – 3 of 3) sorted by relevance
/linux/net/llc/ |
H A 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()
|
H A D | llc_conn.c | 439 const llc_conn_action_t *next_action; in llc_exec_conn_trans_actions() local 441 for (next_action = trans->ev_actions; in llc_exec_conn_trans_actions() 442 next_action && *next_action; next_action++) { in llc_exec_conn_trans_actions() 443 int rc2 = (*next_action)(sk, skb); in llc_exec_conn_trans_actions()
|
/linux/drivers/gpu/drm/vmwgfx/ |
H A D | vmwgfx_fence.c | 270 struct vmw_fence_action *action, *next_action; in vmw_fence_work_func() local 297 list_for_each_entry_safe(action, next_action, &list, head) { in vmw_fence_work_func() 366 struct vmw_fence_action *action, *next_action; in vmw_fences_perform_actions() local 368 list_for_each_entry_safe(action, next_action, list, head) { in vmw_fences_perform_actions()
|