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

/macosx-10.9.5/CPANInternal-140/Sub-Exporter/t/
H A Dutil-currychain.t13 sub next_obj { shift; return Test::CurryChain::Tail->new(@_); }
26 next_obj => [ 1, 2, 3 ],
/macosx-10.9.5/xnu-2422.115.4/osfmk/vm/
H A Dvm_object.c1251 vm_object_t next_obj = VM_OBJECT_NULL; local
1294 next_obj = (vm_object_t)queue_first(&vm_object_cached_list);
1296 while (!queue_end(&vm_object_cached_list, (queue_entry_t)next_obj) && object_cnt++ < max_objects_to_examine) {
1298 object = next_obj;
1299 next_obj = (vm_object_t)queue_next(&next_obj->objq);

Completed in 63 milliseconds