Home
last modified time | relevance | path

Searched defs:next (Results 1 – 5 of 5) sorted by relevance

/trusty/kernel/app/smptest/
Dsmptest.c93 thread_t* next = smptest_thread[next_cpu].thread; in smptest_thread_func() local
/trusty/kernel/app/memorylatencybench/
Dmain.c54 union memlatency_state_t* next; member
/trusty/kernel/lib/trusty/
Dhandle.c290 struct handle* next; in _hlist_do_poll_locked() local
/trusty/user/base/lib/storage/rust/src/
Dlib.rs992 fn next(&mut self) -> Option<Self::Item> { in next() method
998 let next = self.try_next().transpose(); in next() localVariable
/trusty/user/base/lib/dlmalloc/
Ddlmalloc.c2487 struct malloc_segment* next; /* ptr to next segment */ member
3278 mchunkptr next = chunk_plus_offset(p, sz); in do_check_free_chunk() local
4268 msegmentptr next = sp->next; in release_unused_segments() local
4376 mchunkptr next = chunk_plus_offset(p, psize); in dispose_chunk() local
4724 mchunkptr next = chunk_plus_offset(p, psize); in dlfree() local
4835 mchunkptr next = chunk_plus_offset(p, oldsize); in try_realloc_chunk() local
5144 mchunkptr next = next_chunk(p); in internal_bulk_free() local
5180 mchunkptr next = next_chunk(q); in internal_inspect_all() local
5666 mchunkptr next = chunk_plus_offset(p, psize); in mspace_free() local