Searched refs:hash (Results 1 – 2 of 2) sorted by relevance
34 static __initdata struct hash { struct37 struct hash *next; argument41 static inline int hash(int major, int minor, int ino) in hash() argument51 struct hash **p, *q; in find_link()52 for (p = head + hash(major, minor, ino); *p; p = &(*p)->next) { in find_link()63 q = kmalloc(sizeof(struct hash), GFP_KERNEL); in find_link()78 struct hash **p, *q; in free_hash()
1747 prompt "Which hash algorithm should modules be signed with?"