Searched refs:jump_count (Results 1 – 1 of 1) sorted by relevance
143 u32 jump_count; member3761 u32 *jump_count, in alloc_branch_attr() argument3785 if (*jump_count) { in alloc_branch_attr()3790 *jump_count = cond->extval; in alloc_branch_attr()3812 if (!jump_state->jump_count) in dec_jump_count()3825 if (--jump_state->jump_count > 1) in dec_jump_count()3828 if (jump_state->jump_count == 1) { /* last action in the jump action list */ in dec_jump_count()3843 } else if (jump_state->jump_count == 0) { /* first attr after the jump action list */ in dec_jump_count()3858 u32 jump_count = jump_state->jump_count; in parse_branch_ctrl() local3867 &attr->branch_true, &jump_count, extack); in parse_branch_ctrl()[all …]