Searched refs:next_object (Results 1 – 2 of 2) sorted by relevance
85 int next_object; member660 state->find.next_object = -1; in find_object_final()881 soft_token.state[i].find.next_object = -1; in C_Initialize()1314 if (state->find.next_object != -1) { in C_FindObjectsInit()1340 state->find.next_object = 0; in C_FindObjectsInit()1345 state->find.next_object = 0; in C_FindObjectsInit()1366 if (state->find.next_object == -1) { in C_FindObjects()1375 for (i = state->find.next_object; i < soft_token.object.num_objs; i++) { in C_FindObjects()1377 state->find.next_object = i + 1; in C_FindObjects()
1154 vm_object_t next_object; in vm_fault_next() local1187 next_object = fs->object->backing_object; in vm_fault_next()1188 if (next_object == NULL) in vm_fault_next()1191 KASSERT(fs->object != next_object, ("object loop %p", next_object)); in vm_fault_next()1193 VM_OBJECT_RLOCK(next_object); in vm_fault_next()1195 VM_OBJECT_WLOCK(next_object); in vm_fault_next()1196 vm_object_pip_add(next_object, 1); in vm_fault_next()1201 fs->object = next_object; in vm_fault_next()