Searched defs:object_hash (Results 1 – 2 of 2) sorted by relevance
36 #define object_hash( obj ) (((struct hash_header *)((char *)(obj) - sizeof(struct hash_header)))->h… macro
349 unsigned int object_hash( OBJECT * obj ) in object_hash() function