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

/linux-master/mm/
H A Dpercpu.c545 * @oslot: the previous slot it was on
555 static void pcpu_chunk_relocate(struct pcpu_chunk *chunk, int oslot) argument
563 if (oslot != nslot)
564 __pcpu_chunk_move(chunk, nslot, oslot < nslot);
1222 int bit_off, end, oslot; local
1226 oslot = pcpu_chunk_slot(chunk);
1260 pcpu_chunk_relocate(chunk, oslot);
1279 int bit_off, bits, end, oslot, freed; local
1284 oslot = pcpu_chunk_slot(chunk);
1304 pcpu_chunk_relocate(chunk, oslot);
[all...]

Completed in 148 milliseconds