Searched refs:next_object (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.2-release/sys/vm/
H A Dvm_fault.c300 vm_object_t next_object; local
743 next_object = fs.object->backing_object;
744 if (next_object == NULL) {
774 KASSERT(fs.object != next_object,
775 ("object loop %p", next_object));
776 VM_OBJECT_WLOCK(next_object);
777 vm_object_pip_add(next_object, 1);
781 fs.object = next_object;
/freebsd-10.2-release/crypto/heimdal/lib/hx509/
H A Dsoftp11.c85 int next_object; member in struct:soft_token::session_state::__anon5216
656 state->find.next_object = -1;
877 soft_token.state[i].find.next_object = -1;
1310 if (state->find.next_object != -1) {
1336 state->find.next_object = 0;
1341 state->find.next_object = 0;
1362 if (state->find.next_object == -1) {
1371 for (i = state->find.next_object; i < soft_token.object.num_objs; i++) {
1373 state->find.next_object = i + 1;

Completed in 188 milliseconds