Home
last modified time | relevance | path

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

/linux/fs/
H A Dpipe.c184 unsigned int nexcess = 0; in anon_pipe_trim_and_unlock() local
187 excess[nexcess++] = anon_pipe_prealloc_pop(&pipe->prealloc); in anon_pipe_trim_and_unlock()
190 while (nexcess) in anon_pipe_trim_and_unlock()
191 put_page(excess[--nexcess]); in anon_pipe_trim_and_unlock()