taglinefilesource code
pcnt90mm/filemap.cunsigned long poff, pcnt, pc;
pcnt96mm/filemap.cif ((pcnt = PTRS_PER_PAGE - poff) > size)
pcnt97mm/filemap.cpcnt = size;
pcnt99mm/filemap.cfor ( ; size > 0; ++dir, size -= pcnt,
pcnt100mm/filemap.cpcnt = (size > PTRS_PER_PAGE ? PTRS_PER_PAGE : size)) {
pcnt105mm/filemap.cstart += pcnt*PAGE_SIZE;
pcnt113mm/filemap.cfor (pc = pcnt; pc--; page_table++, start += PAGE_SIZE) {
pcnt291mm/memory.cunsigned long poff, pcnt, pc;
pcnt300mm/memory.cif ((pcnt = PTRS_PER_PAGE - poff) > size)
pcnt301mm/memory.cpcnt = size;
pcnt303mm/memory.cfor ( ; size > 0; ++dir, size -= pcnt,
pcnt304mm/memory.cpcnt = (size > PTRS_PER_PAGE ? PTRS_PER_PAGE : size)) {
pcnt318mm/memory.cfor (pc = pcnt; pc--; page_table++) {
pcnt330mm/memory.cif (pcnt == PTRS_PER_PAGE) {
pcnt342mm/memory.cunsigned long poff, pcnt;
pcnt359mm/memory.cif ((pcnt = PTRS_PER_PAGE - poff) > size)
pcnt360mm/memory.cpcnt = size;
pcnt378mm/memory.cfor (size -= pcnt; pcnt-- ;) {
pcnt391mm/memory.cpcnt = (size > PTRS_PER_PAGE ? PTRS_PER_PAGE : size);
pcnt405mm/memory.cunsigned long poff, pcnt;
pcnt421mm/memory.cif ((pcnt = PTRS_PER_PAGE - poff) > size)
pcnt422mm/memory.cpcnt = size;
pcnt440mm/memory.cfor (size -= pcnt; pcnt-- ;) {
pcnt473mm/memory.cpcnt = (size > PTRS_PER_PAGE ? PTRS_PER_PAGE : size);