Searched refs:hash (Results 1 – 2 of 2) sorted by relevance
48 static __initdata struct hash { struct51 struct hash *next; argument55 static inline int hash(int major, int minor, int ino) in hash() function65 struct hash **p, *q; in find_link()66 for (p = head + hash(major, minor, ino); *p; p = &(*p)->next) { in find_link()77 q = kmalloc(sizeof(struct hash), GFP_KERNEL); in find_link()92 struct hash **p, *q; in free_hash()
2097 prompt "Which hash algorithm should modules be signed with?"