Home
last modified time | relevance | path

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

/linux-4.4.14/net/core/
Ddst.c303 int newrefcnt; in dst_release() local
306 newrefcnt = atomic_dec_return(&dst->__refcnt); in dst_release()
307 if (unlikely(newrefcnt < 0)) in dst_release()
309 __func__, dst, newrefcnt); in dst_release()
310 if (!newrefcnt && unlikely(nocache)) in dst_release()