Home
last modified time | relevance | path

Searched refs:b_off (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/arch/mips/net/
H A Dbpf_jit.c665 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, ct in build_body()
[all...]
H A Debpf_jit.c606 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 < in is_bad_offset()
662 int src, dst, r, td, ts, mem_off, b_off; build_one_insn() local
[all...]
/kernel/linux/linux-5.10/fs/isofs/
H A Dinode.c1053 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()
/kernel/linux/linux-6.6/fs/isofs/
H A Dinode.c1054 unsigned long b_off = iblock; in isofs_get_blocks() local
1063 if (iblock != b_off) { in isofs_get_blocks()
1084 if (b_off > ((inode->i_size + PAGE_SIZE - 1) >> ISOFS_BUFFER_BITS(inode))) { in isofs_get_blocks()
1086 __func__, b_off, in isofs_get_blocks()
1095 while (nextblk && (b_off >= (offset + sect_size))) { in isofs_get_blocks()
1115 b_off, firstext, (unsigned) sect_size, in isofs_get_blocks()
1122 map_bh(*bh, inode->i_sb, firstext + b_off - offset); in isofs_get_blocks()
1124 *bh = sb_getblk(inode->i_sb, firstext+b_off-offset); in isofs_get_blocks()
1129 b_off++; /* Next buffer offset */ in isofs_get_blocks()
/kernel/linux/linux-5.10/crypto/async_tx/
H A Dasync_raid6_recov.c159 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()
/kernel/linux/linux-6.6/crypto/async_tx/
H A Dasync_raid6_recov.c159 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()
/kernel/linux/linux-5.10/fs/udf/
H A Dinode.c697 loff_t lbcount = 0, b_off = 0; in inode_getblk() local
712 b_off = (loff_t)block << inode->i_sb->s_blocksize_bits; in inode_getblk()
752 } while (lbcount + elen <= b_off); in inode_getblk()
754 b_off -= lbcount; in inode_getblk()
755 offset = b_off >> inode->i_sb->s_blocksize_bits; in inode_getblk()
/kernel/linux/linux-6.6/fs/udf/
H A Dinode.c713 loff_t lbcount = 0, b_off = 0; in inode_getblk() local
727 b_off = (loff_t)map->lblk << inode->i_sb->s_blocksize_bits; in inode_getblk()
767 } while (lbcount + elen <= b_off); in inode_getblk()
769 b_off -= lbcount; in inode_getblk()
770 offset = b_off >> inode->i_sb->s_blocksize_bits; in inode_getblk()

Completed in 14 milliseconds