Searched refs:buffer_bytes (Results 1 – 1 of 1) sorted by relevance
102 int buffer_bytes; in profile_init() local115 buffer_bytes = prof_len*sizeof(atomic_t); in profile_init()122 prof_buffer = kzalloc(buffer_bytes, GFP_KERNEL|__GFP_NOWARN); in profile_init()126 prof_buffer = alloc_pages_exact(buffer_bytes, in profile_init()131 prof_buffer = vzalloc(buffer_bytes); in profile_init()