next_action       265 drivers/gpu/drm/vmwgfx/vmwgfx_fence.c 	struct vmw_fence_action *action, *next_action;
next_action       292 drivers/gpu/drm/vmwgfx/vmwgfx_fence.c 		list_for_each_entry_safe(action, next_action, &list, head) {
next_action       367 drivers/gpu/drm/vmwgfx/vmwgfx_fence.c 	struct vmw_fence_action *action, *next_action;
next_action       369 drivers/gpu/drm/vmwgfx/vmwgfx_fence.c 	list_for_each_entry_safe(action, next_action, list, head) {
next_action       438 net/llc/llc_conn.c 	const llc_conn_action_t *next_action;
next_action       440 net/llc/llc_conn.c 	for (next_action = trans->ev_actions;
next_action       441 net/llc/llc_conn.c 	     next_action && *next_action; next_action++) {
next_action       442 net/llc/llc_conn.c 		int rc2 = (*next_action)(sk, skb);
next_action       149 net/llc/llc_sap.c 	const llc_sap_action_t *next_action = trans->ev_actions;
next_action       151 net/llc/llc_sap.c 	for (; next_action && *next_action; next_action++)
next_action       152 net/llc/llc_sap.c 		if ((*next_action)(sap, skb))