Lines Matching refs:curr
586 void *curr; in xa_store_bh() local
589 curr = __xa_store(xa, index, entry, gfp); in xa_store_bh()
592 return curr; in xa_store_bh()
612 void *curr; in xa_store_irq() local
615 curr = __xa_store(xa, index, entry, gfp); in xa_store_irq()
618 return curr; in xa_store_irq()
687 void *curr; in xa_cmpxchg() local
690 curr = __xa_cmpxchg(xa, index, old, entry, gfp); in xa_cmpxchg()
693 return curr; in xa_cmpxchg()
714 void *curr; in xa_cmpxchg_bh() local
717 curr = __xa_cmpxchg(xa, index, old, entry, gfp); in xa_cmpxchg_bh()
720 return curr; in xa_cmpxchg_bh()
741 void *curr; in xa_cmpxchg_irq() local
744 curr = __xa_cmpxchg(xa, index, old, entry, gfp); in xa_cmpxchg_irq()
747 return curr; in xa_cmpxchg_irq()