Home
last modified time | relevance | path

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

/openbmc/linux/arch/s390/kernel/
H A Dperf_cpum_sf.c249 unsigned long *new, *tail, *tail_prev = NULL; in realloc_sampling_buffer() local
289 tail_prev = tail; in realloc_sampling_buffer()
305 if (tail_prev) { in realloc_sampling_buffer()
308 tail = tail_prev; in realloc_sampling_buffer()
314 tail_prev = new = NULL; /* Allocated at least one SBD */ in realloc_sampling_buffer()