procfs_vfsops.c | 132 static struct hashhead *procfs_hashtab; variable in typeref:struct:hashhead * 139 return &procfs_hashtab[pid & procfs_hashmask]; 661 procfs_hashtab = hashinit(PROCFS_HASHSIZE, HASH_LIST, true, 673 hashdone(procfs_hashtab, HASH_LIST, procfs_hashmask);
|