Searched refs:new_tobj_list (Results 1 – 1 of 1) sorted by relevance
1038 kernel_object_t *new_tobj_list = NULL; in process_found_objects() local1111 if (new_tobj_list == NULL) { in process_found_objects()1112 new_tobj_list = objp1; in process_found_objects()1116 new_tobj_list->prev = objp1; in process_found_objects()1117 objp1->next = new_tobj_list; in process_found_objects()1119 new_tobj_list = objp1; in process_found_objects()1143 if (new_tobj_list != NULL) { in process_found_objects()1145 objp = new_tobj_list; in process_found_objects()1159 pslot->sl_tobj_list = new_tobj_list; in process_found_objects()1168 objp = new_tobj_list; in process_found_objects()