HomeSort by: relevance | last modified time | path
    Searched defs:procfs_hashhead (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/miscfs/procfs/
procfs_vfsops.c 136 procfs_hashhead(pid_t pid) function in typeref:struct:hashhead *
483 LIST_INSERT_HEAD(procfs_hashhead(pfs->pfs_pid), pfs, pfs_hash);
564 head = procfs_hashhead(p->p_pid);
procfs_vfsops.c 136 procfs_hashhead(pid_t pid) function in typeref:struct:hashhead *
483 LIST_INSERT_HEAD(procfs_hashhead(pfs->pfs_pid), pfs, pfs_hash);
564 head = procfs_hashhead(p->p_pid);

Completed in 21 milliseconds