Searched refs:prev_image_size (Results 1 – 1 of 1) sorted by relevance
1485 u32 prev_image_size, image_size; in bpf_int_jit_compile() local1521 prev_image_size = image_size; in bpf_int_jit_compile()1541 prev_image_size = ~0U; in bpf_int_jit_compile()1562 if (ctx.idx * 4 == prev_image_size) in bpf_int_jit_compile()1564 prev_image_size = ctx.idx * 4; in bpf_int_jit_compile()1591 if (ctx.idx * 4 != prev_image_size) { in bpf_int_jit_compile()1593 prev_image_size, ctx.idx * 4); in bpf_int_jit_compile()