Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/s390/kernel/
H A Dperf_cpum_sf.c196 unsigned long *new, *tail, *tail_prev = NULL; in realloc_sampling_buffer() local
236 tail_prev = tail; in realloc_sampling_buffer()
252 if (tail_prev) { in realloc_sampling_buffer()
255 tail = tail_prev; in realloc_sampling_buffer()
261 tail_prev = new = NULL; /* Allocated at least one SBD */ in realloc_sampling_buffer()