Home
last modified time | relevance | path

Searched refs:align_off (Results 1 – 5 of 5) sorted by relevance

/linux/lib/
H A Dgenalloc.c671 unsigned long align_mask, align_off; in gen_pool_first_fit_align() local
677 align_off = (start_addr & (alignment->align - 1)) >> order; in gen_pool_first_fit_align()
680 align_mask, align_off); in gen_pool_first_fit_align()
/linux/drivers/irqchip/
H A Dirq-gic-v2m.c162 unsigned long align_off = tmp->spi_start - (tmp->spi_start & ~align_mask); in gicv2m_irq_domain_alloc() local
165 nr_irqs, align_mask, align_off); in gicv2m_irq_domain_alloc()
/linux/tools/bpf/bpftool/
H A Dgen.c180 int need_off = sec_var->offset, align_off, align; in codegen_datasec_def() local
214 align_off = (off + align - 1) / align * align; in codegen_datasec_def()
215 if (align_off != need_off) { in codegen_datasec_def()
/linux/fs/btrfs/
H A Dfree-space-cache.c2013 u64 align_off; in find_free_space() local
2060 align_off = tmp - entry->offset; in find_free_space()
2062 align_off = 0; in find_free_space()
2073 if (entry->bytes < *bytes + align_off) { in find_free_space()
2106 *bytes = entry->bytes - align_off; in find_free_space()
/linux/drivers/net/ethernet/broadcom/
H A Dcnic.c1667 unsigned long align_off = 0; in cnic_get_bnx2x_ctx() local
1675 align_off = cp->ctx_align - in cnic_get_bnx2x_ctx()
1678 ctx_map = cp->ctx_arr[blk].mapping + align_off + in cnic_get_bnx2x_ctx()
1680 ctx = cp->ctx_arr[blk].ctx + align_off + in cnic_get_bnx2x_ctx()