Home
last modified time | relevance | path

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

/external/netperf/
Dnetlib.c1392 char *mmap_buffer, *mmap_buffer_aligned; in allocate_exs_buffer_ring() local
1427 mmap_buffer_aligned = (char *) ((uintptr_t)mmap_buffer & ~(NBPG-1)); in allocate_exs_buffer_ring()
1431 mmap_size, mmap_buffer, mmap_buffer_aligned); in allocate_exs_buffer_ring()
1435 *mhandlep = exs_mregister ((void *)mmap_buffer_aligned, (size_t)mmap_size, 0); in allocate_exs_buffer_ring()
1457 temp_link->buffer_base = (char *) mmap_buffer_aligned + (i*malloc_size); in allocate_exs_buffer_ring()