Searched refs:oldval (Results 1 – 2 of 2) sorted by relevance
48 __be16 oldval; in set_ect_tcp() local65 oldval = ((__be16 *)tcph)[6]; in set_ect_tcp()72 oldval, ((__be16 *)tcph)[6], false); in set_ect_tcp()
359 long oldval, newval; in rds_ib_send_grab_credits() local367 oldval = newval = atomic_read(&ic->i_credits); in rds_ib_send_grab_credits()368 posted = IB_GET_POST_CREDITS(oldval); in rds_ib_send_grab_credits()369 avail = IB_GET_SEND_CREDITS(oldval); in rds_ib_send_grab_credits()401 if (atomic_cmpxchg(&ic->i_credits, oldval, newval) != oldval) in rds_ib_send_grab_credits()
Completed in 28 milliseconds