Lines Matching refs:curr
584 void *curr; in xa_store_bh() local
587 curr = __xa_store(xa, index, entry, gfp); in xa_store_bh()
590 return curr; in xa_store_bh()
610 void *curr; in xa_store_irq() local
613 curr = __xa_store(xa, index, entry, gfp); in xa_store_irq()
616 return curr; in xa_store_irq()
685 void *curr; in xa_cmpxchg() local
688 curr = __xa_cmpxchg(xa, index, old, entry, gfp); in xa_cmpxchg()
691 return curr; in xa_cmpxchg()
712 void *curr; in xa_cmpxchg_bh() local
715 curr = __xa_cmpxchg(xa, index, old, entry, gfp); in xa_cmpxchg_bh()
718 return curr; in xa_cmpxchg_bh()
739 void *curr; in xa_cmpxchg_irq() local
742 curr = __xa_cmpxchg(xa, index, old, entry, gfp); in xa_cmpxchg_irq()
745 return curr; in xa_cmpxchg_irq()