Searched refs:next_object (Results 1 – 2 of 2) sorted by relevance
85 int next_object; member656 state->find.next_object = -1; in find_object_final()877 soft_token.state[i].find.next_object = -1; in C_Initialize()1310 if (state->find.next_object != -1) { in C_FindObjectsInit()1336 state->find.next_object = 0; in C_FindObjectsInit()1341 state->find.next_object = 0; in C_FindObjectsInit()1362 if (state->find.next_object == -1) { in C_FindObjects()1371 for (i = state->find.next_object; i < soft_token.object.num_objs; i++) { in C_FindObjects()1373 state->find.next_object = i + 1; in C_FindObjects()
578 vm_object_t next_object, retry_object; in vm_fault_hold() local1075 next_object = fs.object->backing_object; in vm_fault_hold()1076 if (next_object == NULL) { in vm_fault_hold()1106 KASSERT(fs.object != next_object, in vm_fault_hold()1107 ("object loop %p", next_object)); in vm_fault_hold()1108 VM_OBJECT_WLOCK(next_object); in vm_fault_hold()1109 vm_object_pip_add(next_object, 1); in vm_fault_hold()1115 fs.object = next_object; in vm_fault_hold()