Searched refs:SAMPLE_BUFFER_SIZE (Results 1 – 1 of 1) sorted by relevance
10 #define SAMPLE_BUFFER_SIZE 8192 macro29 if (sample_buffer_pos == sample_buffer + SAMPLE_BUFFER_SIZE) in cris_profile_sample()41 SAMPLE_BUFFER_SIZE); in read_cris_profile()55 memset(sample_buffer, 0, SAMPLE_BUFFER_SIZE); in write_cris_profile()56 return count < SAMPLE_BUFFER_SIZE ? count : SAMPLE_BUFFER_SIZE; in write_cris_profile()69 sample_buffer = kmalloc(SAMPLE_BUFFER_SIZE, GFP_KERNEL); in init_cris_profile()79 proc_set_size(entry, SAMPLE_BUFFER_SIZE); in init_cris_profile()