Searched refs:align_off (Results 1 - 7 of 7) sorted by relevance

/linux-master/net/netfilter/
H A Dnft_set_pipapo.h128 * @align_off: Offset to get the originally allocated address
133 u32 align_off; member in struct:nft_pipapo_scratch
H A Dnft_set_pipapo.c1189 mem -= s->align_off;
1209 u32 align_off; local
1239 align_off = scratch_aligned - (void *)scratch;
1242 scratch->align_off = align_off;
/linux-master/fs/xfs/libxfs/
H A Dxfs_bmap.c2968 xfs_fileoff_t align_off; /* temp for offset */ local
2975 orig_off = align_off = *offp;
2999 align_off -= temp;
3030 if (align_off != orig_off && align_off < prevo)
3031 align_off = prevo;
3049 align_off + align_alen != orig_end &&
3050 align_off + align_alen > nexto)
3051 align_off = nexto > align_alen ? nexto - align_alen : 0;
3058 if (align_off !
[all...]
/linux-master/lib/
H A Dgenalloc.c671 unsigned long align_mask, align_off; local
677 align_off = (start_addr & (alignment->align - 1)) >> order;
680 align_mask, align_off);
/linux-master/tools/bpf/bpftool/
H A Dgen.c174 int need_off = sec_var->offset, align_off, align; local
208 align_off = (off + align - 1) / align * align;
209 if (align_off != need_off) {
/linux-master/fs/btrfs/
H A Dfree-space-cache.c2017 u64 align_off; local
2064 align_off = tmp - entry->offset;
2066 align_off = 0;
2077 if (entry->bytes < *bytes + align_off) {
2110 *bytes = entry->bytes - align_off;
/linux-master/drivers/net/ethernet/broadcom/
H A Dcnic.c1668 unsigned long align_off = 0; local
1676 align_off = cp->ctx_align -
1679 ctx_map = cp->ctx_arr[blk].mapping + align_off +
1681 ctx = cp->ctx_arr[blk].ctx + align_off +

Completed in 186 milliseconds