Home
last modified time | relevance | path

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

/dragonfly/sys/kern/
H A Duipc_usrreq.c1840 struct file **extra_ref; member
1913 info.extra_ref = kmalloc(256 * sizeof(struct file *), M_FILE, M_WAITOK); in unp_gc()
1926 for (i = info.index, fpp = info.extra_ref; --i >= 0; ++fpp) { in unp_gc()
1931 for (i = info.index, fpp = info.extra_ref; --i >= 0; ++fpp) in unp_gc()
1935 kfree((caddr_t)info.extra_ref, M_FILE); in unp_gc()
1960 info->extra_ref[info->index++] = fp; in unp_gc_checkrefs()