Searched refs:b_off (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/kernel/arch/mips/net/ |
| H A D | bpf_jit.c | 665 static bool is_bad_offset(int b_off) in is_bad_offset() argument 667 return b_off > 0x1ffff || b_off < -0x20000; in is_bad_offset() 675 u32 k, b_off __maybe_unused; in build_body() 736 b_off = b_imm(prog->len, ctx); in build_body() 737 if (is_bad_offset(b_off)) in build_body() 739 emit_b(b_off, ctx); in build_body() 786 b_off = b_imm(prog->len, ctx); in build_body() 787 if (is_bad_offset(b_off)) in build_body() 789 emit_bcond(MIPS_COND_NE, r_ret, 0, b_off, ctx); in build_body() 868 b_off = b_imm(prog->len, ctx); in build_body() [all …]
|
| H A D | ebpf_jit.c | 606 int off, b_off; in emit_bpf_tail_call() local 617 b_off = b_imm(this_idx + 1, ctx); in emit_bpf_tail_call() 618 emit_instr(ctx, bne, MIPS_R_AT, MIPS_R_ZERO, b_off); in emit_bpf_tail_call() 626 b_off = b_imm(this_idx + 1, ctx); in emit_bpf_tail_call() 627 emit_instr(ctx, bltz, tcc_reg, b_off); in emit_bpf_tail_call() 638 b_off = b_imm(this_idx + 1, ctx); in emit_bpf_tail_call() 639 emit_instr(ctx, beq, MIPS_R_AT, MIPS_R_ZERO, b_off); in emit_bpf_tail_call() 653 static bool is_bad_offset(int b_off) in is_bad_offset() argument 655 return b_off > 0x1ffff || b_off < -0x20000; in is_bad_offset() 662 int src, dst, r, td, ts, mem_off, b_off; in build_one_insn() local [all …]
|
| /OK3568_Linux_fs/kernel/fs/isofs/ |
| H A D | inode.c | 1053 unsigned long b_off = iblock; in isofs_get_blocks() local 1062 if (iblock != b_off) { in isofs_get_blocks() 1083 if (b_off > ((inode->i_size + PAGE_SIZE - 1) >> ISOFS_BUFFER_BITS(inode))) { in isofs_get_blocks() 1085 __func__, b_off, in isofs_get_blocks() 1094 while (nextblk && (b_off >= (offset + sect_size))) { in isofs_get_blocks() 1114 b_off, firstext, (unsigned) sect_size, in isofs_get_blocks() 1121 map_bh(*bh, inode->i_sb, firstext + b_off - offset); in isofs_get_blocks() 1123 *bh = sb_getblk(inode->i_sb, firstext+b_off-offset); in isofs_get_blocks() 1128 b_off++; /* Next buffer offset */ in isofs_get_blocks()
|
| /OK3568_Linux_fs/kernel/crypto/async_tx/ |
| H A D | async_raid6_recov.c | 159 unsigned int p_off, q_off, a_off, b_off; in __2data_recov_4() local 176 b_off = offs[failb]; in __2data_recov_4() 187 tx = async_sum_product(b, b_off, srcs, src_offs, coef, bytes, submit); in __2data_recov_4() 193 src_offs[1] = b_off; in __2data_recov_4()
|
| /OK3568_Linux_fs/kernel/fs/udf/ |
| H A D | inode.c | 699 loff_t lbcount = 0, b_off = 0; in inode_getblk() local 714 b_off = (loff_t)block << inode->i_sb->s_blocksize_bits; in inode_getblk() 754 } while (lbcount + elen <= b_off); in inode_getblk() 756 b_off -= lbcount; in inode_getblk() 757 offset = b_off >> inode->i_sb->s_blocksize_bits; in inode_getblk()
|