Home
last modified time | relevance | path

Searched refs:mmap_buffer_aligned (Results 1 – 1 of 1) sorted by relevance

/external/netperf/src/
Dnetlib.c1707 char *mmap_buffer, *mmap_buffer_aligned; in allocate_exs_buffer_ring() local
1743 mmap_buffer_aligned = (char *) ((uintptr_t)mmap_buffer & ~(NBPG-1)); in allocate_exs_buffer_ring()
1748 mmap_size, mmap_buffer, mmap_buffer_aligned); in allocate_exs_buffer_ring()
1752 *mhandlep = exs_mregister ((void *)mmap_buffer_aligned, (size_t)mmap_size, 0); in allocate_exs_buffer_ring()
1774 temp_link->buffer_base = (char *) mmap_buffer_aligned + (i*malloc_size); in allocate_exs_buffer_ring()