Searched refs:np_refs (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/sys/dev/netmap/
H A Dnetmap_freebsd.c1102 priv->np_refs++;
1119 priv->np_refs--;
H A Dnetmap.c1060 priv->np_refs = 1;
1080 if (--priv->np_refs > 0) {
H A Dnetmap_kern.h1911 * np_refs counts the number of references to the structure: one for the fd,
1914 * np_refs is protected by NMG_LOCK.
1934 int np_refs; /* use with NMG_LOCK held */ member in struct:netmap_priv_d

Completed in 125 milliseconds