Home
last modified time | relevance | path

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

/kernel/
Dprofile.c107 int buffer_bytes; in profile_init() local
113 buffer_bytes = prof_len*sizeof(atomic_t); in profile_init()
115 prof_buffer = alloc_bootmem(buffer_bytes); in profile_init()
126 prof_buffer = kzalloc(buffer_bytes, GFP_KERNEL); in profile_init()
130 prof_buffer = alloc_pages_exact(buffer_bytes, GFP_KERNEL|__GFP_ZERO); in profile_init()
134 prof_buffer = vmalloc(buffer_bytes); in profile_init()