Home
last modified time | relevance | path

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

/dragonfly/sys/sys/
H A Dglobaldata.h197 uint64_t gd_anoninum; /* anonymous inode (pipes) */ member
/dragonfly/sys/kern/
H A Dsys_pipe.c420 pipe->inum = gd->gd_anoninum++ * ncpus + gd->gd_cpuid + 2; in pipe_create()
H A Duipc_socket.c196 so->so_inum = gd->gd_anoninum++ * ncpus + gd->gd_cpuid + 2; in soalloc()