Searched refs:realloc_sampling_buffer (Results 1 - 1 of 1) sorted by relevance

/linux-master/arch/s390/kernel/
H A Dperf_cpum_sf.c235 * realloc_sampling_buffer() - extend sampler memory
245 static int realloc_sampling_buffer(struct sf_buffer *sfb, function
353 * realloc_sampling_buffer() invocation.
359 rc = realloc_sampling_buffer(sfb, num_sdb, GFP_KERNEL);
363 "realloc_sampling_buffer failed with rc %i\n",
575 rc = realloc_sampling_buffer(sfb, num, GFP_ATOMIC);

Completed in 92 milliseconds