Lines Matching refs:hashtable
11 The implementation introduces a global, in-kernel hashtable that
15 specifically, the parent pointer serves as the hashtable key while the
16 numeric id subsequently filters hashtable queries. Multiple shadow
26 A hashtable references all shadow variables. These references are
46 - search hashtable for <obj, id> pair
49 - search hashtable for <obj, id> pair
55 - add <obj, id> to the global hashtable
58 - search hashtable for <obj, id> pair
64 - add <obj, id> pair to the global hashtable
67 - find and remove a <obj, id> reference from global hashtable
73 - find and remove any <*, id> references from global hashtable