Searched refs:buffer_bytes (Results 1 – 1 of 1) sorted by relevance
106 int buffer_bytes; in profile_init() local119 buffer_bytes = prof_len*sizeof(atomic_t); in profile_init()126 prof_buffer = kzalloc(buffer_bytes, GFP_KERNEL|__GFP_NOWARN); in profile_init()130 prof_buffer = alloc_pages_exact(buffer_bytes, in profile_init()135 prof_buffer = vzalloc(buffer_bytes); in profile_init()