Home
last modified time | relevance | path

Searched refs:oldval (Results 1 – 2 of 2) sorted by relevance

/net/ipv4/netfilter/
A Dipt_ECN.c48 __be16 oldval; in set_ect_tcp() local
65 oldval = ((__be16 *)tcph)[6]; in set_ect_tcp()
72 oldval, ((__be16 *)tcph)[6], false); in set_ect_tcp()
/net/rds/
A Dib_send.c359 long oldval, newval; in rds_ib_send_grab_credits() local
367 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