Home
last modified time | relevance | path

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

/dragonfly/sys/kern/
H A Duipc_usrreq.c2145 struct file **unref; in unp_gc() local
2237 unref = kmalloc(filemax * sizeof(struct file *), M_TEMP, M_WAITOK); in unp_gc()
2270 unref[fileidx++] = fp; in unp_gc()
2289 sorflush(unref[i]->f_data); in unp_gc()
2291 fdrop(unref[i]); in unp_gc()
2293 kfree(unref, M_TEMP); in unp_gc()
/dragonfly/sys/dev/drm/
H A Ddrm_property.c754 goto unref; in drm_mode_getblob_ioctl()
758 unref: in drm_mode_getblob_ioctl()
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/ext/
H A Drope912 // only purpose in life is to ensure that unref is called
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/ext/
H A Drope911 // only purpose in life is to ensure that unref is called