Searched refs:jump_count (Results 1 – 1 of 1) sorted by relevance
143 u32 jump_count; member3880 u32 *jump_count, in alloc_branch_attr() argument3904 if (*jump_count) { in alloc_branch_attr()3909 *jump_count = cond->extval; in alloc_branch_attr()3931 if (!jump_state->jump_count) in dec_jump_count()3944 if (--jump_state->jump_count > 1) in dec_jump_count()3947 if (jump_state->jump_count == 1) { /* last action in the jump action list */ in dec_jump_count()3962 } else if (jump_state->jump_count == 0) { /* first attr after the jump action list */ in dec_jump_count()3977 u32 jump_count = jump_state->jump_count; in parse_branch_ctrl() local3986 &attr->branch_true, &jump_count, extack); in parse_branch_ctrl()[all …]