Home
last modified time | relevance | path

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

/kernel/
Dprofile.c105 int buffer_bytes; in profile_init() local
111 buffer_bytes = prof_len*sizeof(atomic_t); in profile_init()
118 prof_buffer = kzalloc(buffer_bytes, GFP_KERNEL|__GFP_NOWARN); in profile_init()
122 prof_buffer = alloc_pages_exact(buffer_bytes, in profile_init()
127 prof_buffer = vzalloc(buffer_bytes); in profile_init()