Home
last modified time | relevance | path

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

/linux-4.1.27/mm/
Dslab.c3333 struct array_cache *shared_array = n->shared; in cache_flusharray() local
3334 int max = shared_array->limit - shared_array->avail; in cache_flusharray()
3338 memcpy(&(shared_array->entry[shared_array->avail]), in cache_flusharray()
3340 shared_array->avail += batchcount; in cache_flusharray()