Searched refs:this_addr (Results 1 - 2 of 2) sorted by relevance

/linux-master/arch/powerpc/boot/
H A Ddevtree.c241 u32 this_addr[MAX_ADDR_CELLS]; local
292 copy_val(this_addr, prop_buf + offset, prev_naddr);
294 if (!sub_reg(last_addr, this_addr))
297 copy_val(this_addr, prop_buf + offset + prev_naddr, naddr);
299 if (!add_reg(last_addr, this_addr, naddr))
/linux-master/lib/
H A Dsbitmap.c615 unsigned long *this_addr; local
618 this_addr = &sb->map[SB_NR_TO_INDEX(sb, tag)].word;
620 addr = this_addr;
621 } else if (addr != this_addr) {
624 addr = this_addr;

Completed in 118 milliseconds