Home
last modified time | relevance | path

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

/linux-4.1.27/net/core/
Ddst.c284 int newrefcnt; in dst_release() local
287 newrefcnt = atomic_dec_return(&dst->__refcnt); in dst_release()
288 WARN_ON(newrefcnt < 0); in dst_release()
289 if (!newrefcnt && unlikely(nocache)) in dst_release()