Searched refs:deref_locked (Results 1 - 1 of 1) sorted by path

/linux-master/net/ipv4/
H A Dtcp_metrics.c160 #define deref_locked(p) \ macro
191 oldest = deref_locked(tcp_metrics_hash[hash].chain);
192 for (tm = deref_locked(oldest->tcpm_next); tm;
193 tm = deref_locked(tm->tcpm_next)) {
910 for (tm = deref_locked(*pp); tm; tm = deref_locked(*pp)) {
952 for (tm = deref_locked(*pp); tm; tm = deref_locked(*pp)) {

Completed in 214 milliseconds