Lines Matching refs:parent
7 allocated separately from parent data structures, which are left
12 associates pointers to parent objects and a numeric identifier of the
15 specifically, the parent pointer serves as the hashtable key while the
17 variables may attach to the same parent object, but their numeric
34 - obj - pointer to parent object
107 Matching parent's lifecycle
110 If parent data structures are frequently created and destroyed, it may
112 allocation and release functions. In this case, the parent data
115 part of the parent's initialization and should be completed before the
116 parent "goes live" (ie, any shadow variable get-API requests are made
119 For commit 1d147bfa6429, when a parent sta_info structure is allocated,
153 When the parent sta_info structure is freed, first free the shadow
163 In-flight parent objects
167 variables alongside their parent objects. Or a livepatch fix may
168 require shadow variables for only a subset of parent object instances.
201 A shadow variable can be freed just before its parent object is freed,
211 suggests how to handle the parent object.