Lines Matching full:object
23 /* Size of the entire stack object, including reserved areas */
31 /* Object extra data. Only some objects use this, determined by object type */
76 * Lookup a kernel object and init its metadata if it exists
78 * Calling this on an object will make it usable from userspace.
79 * Intended to be called as the last statement in kernel object init
82 * @param obj Address of the kernel object
101 * Allocate memory and install as a generic kernel object
104 * allocated memory in the kernel object lookup tables with type K_OBJ_ANY.
111 * and may be freed later by passing the actual object pointer (found
114 * @param align Required memory alignment for the allocated object
115 * @param size Size of the allocated object
118 * kernel object tables
126 * Allocate memory and install as a generic kernel object
129 * allocated memory in the kernel object lookup tables with type K_OBJ_ANY.
136 * and may be freed later by passing the actual object pointer (found
139 * @param size Size of the allocated object
142 * kernel object tables