Skip to content

Commit

Permalink
Fix references.
Browse files Browse the repository at this point in the history
Duplicate/unused references located via mark -
https://github.com/lorenzo-stoakes/mark
  • Loading branch information
lorenzo-stoakes committed Jun 13, 2016
1 parent 08769d3 commit 3edddc5
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 24 deletions.
6 changes: 3 additions & 3 deletions 10.md
Original file line number Diff line number Diff line change
Expand Up @@ -717,7 +717,7 @@ static int shrink_caches(zone_t * classzone, int priority, unsigned int gfp_mask
[inode]:https://github.com/lorenzo-stoakes/linux-historical/blob/v2.4.22/include/linux/fs.h#L438
[lru]:https://en.wikipedia.org/wiki/Cache_algorithms#LRU
[page]:https://github.com/lorenzo-stoakes/linux-historical/blob/v2.4.22/include/linux/mm.h#L154
[swap_out]:https://github.com/lorenzo-stoakes/linux-historical/blob/v2.4.22/mm/vmscan.c#L269
[swap_out]:https://github.com/lorenzo-stoakes/linux-historical/blob/v2.4.22/mm/vmscan.c#L296

[active_list]:https://github.com/lorenzo-stoakes/linux-historical/blob/v2.4.22/mm/page_alloc.c#L29
[inactive_list]:https://github.com/lorenzo-stoakes/linux-historical/blob/v2.4.22/mm/page_alloc.c#L28
Expand Down Expand Up @@ -754,9 +754,9 @@ static int shrink_caches(zone_t * classzone, int priority, unsigned int gfp_mask
[__find_page_nolock]:https://github.com/lorenzo-stoakes/linux-historical/blob/v2.4.22/mm/filemap.c#L443
[__add_to_page_cache]:https://github.com/lorenzo-stoakes/linux-historical/blob/v2.4.22/mm/filemap.c#L653
[generic_file_readahead]:https://github.com/lorenzo-stoakes/linux-historical/blob/v2.4.22/mm/filemap.c#L1222
[swapper_space]:https://github.com/lorenzo-stoakes/linux-historical/blob/v2.4.22/mm/swap_state.c?v=linux-2.4.22#L39
[swapper_space]:https://github.com/lorenzo-stoakes/linux-historical/blob/v2.4.22/mm/swap_state.c#L39
[shmem_getpage]:https://github.com/lorenzo-stoakes/linux-historical/blob/v2.4.22/mm/shmem.c#L583
[shmem_unuse]:https://github.com/lorenzo-stoakes/linux-historical/blob/v2.4.22/include/linux/swap.h#L213
[shmem_unuse]:https://github.com/lorenzo-stoakes/linux-historical/blob/v2.4.22/mm/shmem.c#L498

[pagemap_lru_lock]:https://github.com/lorenzo-stoakes/linux-historical/blob/v2.4.22/include/linux/swap.h#L162
[pagemap_lru_lock_cacheline]:https://github.com/lorenzo-stoakes/linux-historical/blob/v2.4.22/mm/filemap.c#L65
Expand Down
2 changes: 0 additions & 2 deletions 11.md
Original file line number Diff line number Diff line change
Expand Up @@ -962,8 +962,6 @@ static int rw_swap_page_base(int rw, swp_entry_t entry, struct page *page)
[address_space]:https://github.com/lorenzo-stoakes/linux-historical/blob/v2.4.22/include/linux/fs.h#L406
[add_to_swap_cache]:https://github.com/lorenzo-stoakes/linux-historical/blob/v2.4.22/mm/swap_state.c#L70
[add_to_page_cache]:https://github.com/lorenzo-stoakes/linux-historical/blob/v2.4.22/mm/filemap.c#L667
[get_swap_page]:https://github.com/lorenzo-stoakes/linux-historical/blob/v2.4.22/mm/swapfile.c#L99
[add_to_swap_cache]:https://github.com/lorenzo-stoakes/linux-historical/blob/v2.4.22/mm/swap_state.c#L70
[lookup_swap_cache]:https://github.com/lorenzo-stoakes/linux-historical/blob/v2.4.22/mm/swap_state.c#L161
[swap_duplicate]:https://github.com/lorenzo-stoakes/linux-historical/blob/v2.4.22/mm/swapfile.c#L1161
[swap_free]:https://github.com/lorenzo-stoakes/linux-historical/blob/v2.4.22/mm/swapfile.c#L214
Expand Down
4 changes: 0 additions & 4 deletions 2.md
Original file line number Diff line number Diff line change
Expand Up @@ -647,17 +647,14 @@ supports the concept of 'high memory'.
[zone_struct]:https://github.com/lorenzo-stoakes/linux-historical/blob/v2.4.22/include/linux/mmzone.h#L37
[wait_on_page]:https://github.com/lorenzo-stoakes/linux-historical/blob/v2.4.22/include/linux/pagemap.h#L94
[unlock_page]:https://github.com/lorenzo-stoakes/linux-historical/blob/v2.4.22/mm/filemap.c#L874
[free_area_init_core]:https://github.com/lorenzo-stoakes/linux-historical/blob/v2.4.22/mm/page_alloc.c#L684
[setup_memory]:https://github.com/lorenzo-stoakes/linux-historical/blob/v2.4.22/arch/i386/kernel/setup.c#L991
[find_max_pfn]:https://github.com/lorenzo-stoakes/linux-historical/blob/v2.4.22/arch/i386/kernel/setup.c#L873
[e820]:https://en.wikipedia.org/wiki/E820
[find_max_low_pfn]:https://github.com/lorenzo-stoakes/linux-historical/blob/v2.4.22/arch/i386/kernel/setup.c#L895
[__PAGE_OFFSET]:https://github.com/lorenzo-stoakes/linux-historical/blob/v2.4.22/include/asm-i386/page.h#L81
[bootmem.c]:https://github.com/lorenzo-stoakes/linux-historical/blob/v2.4.22/mm/bootmem.c
[highstart_pfn_ASSIGN]:https://github.com/lorenzo-stoakes/linux-historical/blob/v2.4.22/arch/i386/kernel/setup.c#L1006
[wait_on_page]:https://github.com/lorenzo-stoakes/linux-historical/blob/v2.4.22/include/linux/pagemap.h#L94
[UnlockPage]:https://github.com/lorenzo-stoakes/linux-historical/blob/v2.4.22/include/linux/mm.h#L309
[unlock_page]:https://github.com/lorenzo-stoakes/linux-historical/blob/v2.4.22/mm/filemap.c#L874
[__wait_on_page]:https://github.com/lorenzo-stoakes/linux-historical/blob/v2.4.22/mm/filemap.c#L849
[page_waitqueue]:https://github.com/lorenzo-stoakes/linux-historical/blob/v2.4.22/mm/filemap.c#L783
[thundering herd]:https://en.wikipedia.org/wiki/Thundering_herd_problem
Expand Down Expand Up @@ -693,7 +690,6 @@ supports the concept of 'high memory'.
[ClearPageLaunder]:https://github.com/lorenzo-stoakes/linux-historical/blob/v2.4.22/include/linux/mm.h#L327
[LockPage]:https://github.com/lorenzo-stoakes/linux-historical/blob/v2.4.22/include/linux/mm.h#L321
[PageLocked]:https://github.com/lorenzo-stoakes/linux-historical/blob/v2.4.22/include/linux/mm.h#L320
[UnlockPage]:https://github.com/lorenzo-stoakes/linux-historical/blob/v2.4.22/include/linux/mm.h#L309
[TestSetPageLRU]:https://github.com/lorenzo-stoakes/linux-historical/blob/v2.4.22/include/linux/mm.h#L408
[PageLRU]:https://github.com/lorenzo-stoakes/linux-historical/blob/v2.4.22/include/linux/mm.h#L407
[TestClearPageLRU]:https://github.com/lorenzo-stoakes/linux-historical/blob/v2.4.22/include/linux/mm.h#L409
Expand Down
3 changes: 0 additions & 3 deletions 3.md
Original file line number Diff line number Diff line change
Expand Up @@ -1015,7 +1015,6 @@ has to traverse the full page directory structures to find the relevant PTE.
[PMD_SHIFT/3lvl]:https://github.com/lorenzo-stoakes/linux-historical/blob/v2.4.22/include/asm-i386/pgtable-3level.h#L21
[PTRS_PER_PMD/3lvl]:https://github.com/lorenzo-stoakes/linux-historical/blob/v2.4.22/include/asm-i386/pgtable-3level.h#L22
[pte_offset]:https://github.com/lorenzo-stoakes/linux-historical/blob/v2.4.22/include/asm-i386/pgtable.h#L342
[__pte_offset]:https://github.com/lorenzo-stoakes/linux-historical/blob/v2.4.22/include/asm-i386/pgtable.h#L340
[pmd_page]:https://github.com/lorenzo-stoakes/linux-historical/blob/v2.4.22/include/asm-i386/pgtable.h#L323
[pte_val/3lvl]:https://github.com/lorenzo-stoakes/linux-historical/blob/v2.4.22/include/asm-i386/page.h#L43
[pmd_val]:https://github.com/lorenzo-stoakes/linux-historical/blob/v2.4.22/include/asm-i386/page.h#L54
Expand All @@ -1028,7 +1027,6 @@ has to traverse the full page directory structures to find the relevant PTE.
[PGDIR_SIZE]:https://github.com/lorenzo-stoakes/linux-historical/blob/v2.4.22/include/asm-i386/pgtable.h#L138
[PGDIR_MASK]:https://github.com/lorenzo-stoakes/linux-historical/blob/v2.4.22/include/asm-i386/pgtable.h#L139
[PAGE_ALIGN]:https://github.com/lorenzo-stoakes/linux-historical/blob/v2.4.22/include/asm-i386/page.h#L66
[PAGE_MASK]:https://github.com/lorenzo-stoakes/linux-historical/blob/v2.4.22/include/asm-i386/page.h#L7
[PTRS_PER_PTE/3lvl]:https://github.com/lorenzo-stoakes/linux-historical/blob/v2.4.22/include/asm-i386/pgtable-3level.h#L27
[pgprot_t]:https://github.com/lorenzo-stoakes/linux-historical/blob/v2.4.22/include/asm-i386/page.h#L52
[__pte]:https://github.com/lorenzo-stoakes/linux-historical/blob/v2.4.22/include/asm-i386/page.h#L58
Expand Down Expand Up @@ -1067,7 +1065,6 @@ has to traverse the full page directory structures to find the relevant PTE.
[pte_mkwrite]:https://github.com/lorenzo-stoakes/linux-historical/blob/v2.4.22/include/asm-i386/pgtable.h#L297
[pte_wrprotect]:https://github.com/lorenzo-stoakes/linux-historical/blob/v2.4.22/include/asm-i386/pgtable.h#L292

[pte_exec]:https://github.com/lorenzo-stoakes/linux-historical/blob/v2.4.22/include/asm-i386/pgtable.h#L283
[pte_mkexec]:https://github.com/lorenzo-stoakes/linux-historical/blob/v2.4.22/include/asm-i386/pgtable.h#L294
[pte_exprotect]:https://github.com/lorenzo-stoakes/linux-historical/blob/v2.4.22/include/asm-i386/pgtable.h#L289

Expand Down
2 changes: 1 addition & 1 deletion 4.md
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ represented diagrammatically:
called to ensure that a `mm_struct` is not shared between processors in SMP
machines - it's a null operation on UP machines.

* During process exit [start_lazy_tlb()][start_lazy_tlb] is used birefly while
* During process exit [start_lazy_tlb()][start_lazy_tlb] is used briefly while
the process is waiting to be reaped by the parent.

* Let's take a look at [struct mm_struct][mm_struct] again:
Expand Down
1 change: 0 additions & 1 deletion 8.md
Original file line number Diff line number Diff line change
Expand Up @@ -1497,7 +1497,6 @@ static kmem_cache_t cache_cache = {

[kmem_cache_init_objs]:https://github.com/lorenzo-stoakes/linux-historical/blob/v2.4.22/mm/slab.c#L1058
[kmem_cache_alloc_head]:https://github.com/lorenzo-stoakes/linux-historical/blob/v2.4.22/mm/slab.c#L1231
[kmem_cache_alloc_batch]:https://github.com/lorenzo-stoakes/linux-historical/blob/v2.4.22/mm/slab.c#L1305

[cache_sizes_t]:https://github.com/lorenzo-stoakes/linux-historical/blob/v2.4.22/mm/slab.c#L331
[cache_sizes]:https://github.com/lorenzo-stoakes/linux-historical/blob/v2.4.22/mm/slab.c#L337
Expand Down
11 changes: 1 addition & 10 deletions all.md
Original file line number Diff line number Diff line change
Expand Up @@ -1980,7 +1980,7 @@ represented diagrammatically:
called to ensure that a `mm_struct` is not shared between processors in SMP
machines - it's a null operation on UP machines.

* During process exit [start_lazy_tlb()][start_lazy_tlb] is used birefly while
* During process exit [start_lazy_tlb()][start_lazy_tlb] is used briefly while
the process is waiting to be reaped by the parent.

* Let's take a look at [struct mm_struct][mm_struct] again:
Expand Down Expand Up @@ -8504,7 +8504,6 @@ give the process a chance of exiting cleanly. Otherwise a `SIGKILL` is sent.
[__pmd]:https://github.com/lorenzo-stoakes/linux-historical/blob/v2.4.22/include/asm-i386/page.h#L59
[__pmd_offset]:https://github.com/lorenzo-stoakes/linux-historical/blob/v2.4.22/include/asm-i386/pgtable.h#L336
[__pte]:https://github.com/lorenzo-stoakes/linux-historical/blob/v2.4.22/include/asm-i386/page.h#L58
[__pte_offset]:https://github.com/lorenzo-stoakes/linux-historical/blob/v2.4.22/include/asm-i386/pgtable.h#L340
[__start___ex_table]:https://github.com/lorenzo-stoakes/linux-historical/blob/v2.4.22/arch/i386/vmlinux.lds#L23
[__stop___ex_table]:https://github.com/lorenzo-stoakes/linux-historical/blob/v2.4.22/arch/i386/vmlinux.lds#L25
[__user_walk]:https://github.com/lorenzo-stoakes/linux-historical/blob/v2.4.22/fs/namei.c#L850
Expand Down Expand Up @@ -8537,7 +8536,6 @@ give the process a chance of exiting cleanly. Otherwise a `SIGKILL` is sent.
[alloc_bootmem_low_pages]:https://github.com/lorenzo-stoakes/linux-historical/blob/v2.4.22/include/linux/bootmem.h#L44
[alloc_bootmem_low_pages_node]:https://github.com/lorenzo-stoakes/linux-historical/blob/v2.4.22/include/linux/bootmem.h#L57
[alloc_bootmem_node]:https://github.com/lorenzo-stoakes/linux-historical/blob/v2.4.22/include/linux/bootmem.h#L53
[alloc_bootmem_node]:https://github.com/lorenzo-stoakes/linux-historical/blob/v2.4.22/mm/bootmem.c#L344
[alloc_bootmem_pages]:https://github.com/lorenzo-stoakes/linux-historical/blob/v2.4.22/include/linux/bootmem.h#L42
[alloc_bootmem_pages_node]:https://github.com/lorenzo-stoakes/linux-historical/blob/v2.4.22/include/linux/bootmem.h#L55
[alloc_bounce_bh]:https://github.com/lorenzo-stoakes/linux-historical/blob/v2.4.22/mm/highmem.c#L369
Expand Down Expand Up @@ -8717,13 +8715,11 @@ give the process a chance of exiting cleanly. Otherwise a `SIGKILL` is sent.
[kmalloc]:https://github.com/lorenzo-stoakes/linux-historical/blob/v2.4.22/mm/slab.c#L1555
[kmap]:https://github.com/lorenzo-stoakes/linux-historical/blob/v2.4.22/include/asm-i386/highmem.h#L62
[kmap_atomic]:https://github.com/lorenzo-stoakes/linux-historical/blob/v2.4.22/include/asm-i386/highmem.h#L83
[kmap_atomic]:https://github.com/lorenzo-stoakes/linux-historical/blob/v2.4.22/include/linux/highmem.h#L72
[kmap_high]:https://github.com/lorenzo-stoakes/linux-historical/blob/v2.4.22/mm/highmem.c#L132
[kmap_init]:https://github.com/lorenzo-stoakes/linux-historical/blob/v2.4.22/arch/i386/mm/init.c#L81
[kmap_nonblock]:https://github.com/lorenzo-stoakes/linux-historical/blob/v2.4.22/include/asm-i386/highmem.h#L63
[kmem_bufctl_t]:https://github.com/lorenzo-stoakes/linux-historical/blob/v2.4.22/mm/slab.c#L141
[kmem_cache_alloc]:https://github.com/lorenzo-stoakes/linux-historical/blob/v2.4.22/mm/slab.c#L1529
[kmem_cache_alloc_batch]:https://github.com/lorenzo-stoakes/linux-historical/blob/v2.4.22/mm/slab.c#L1305
[kmem_cache_alloc_head]:https://github.com/lorenzo-stoakes/linux-historical/blob/v2.4.22/mm/slab.c#L1231
[kmem_cache_alloc_one_tail]:https://github.com/lorenzo-stoakes/linux-historical/blob/v2.4.22/mm/slab.c#L1242
[kmem_cache_create]:https://github.com/lorenzo-stoakes/linux-historical/blob/v2.4.22/mm/slab.c#L622
Expand Down Expand Up @@ -8765,7 +8761,6 @@ give the process a chance of exiting cleanly. Otherwise a `SIGKILL` is sent.
[make_pages_present]:https://github.com/lorenzo-stoakes/linux-historical/blob/v2.4.22/mm/memory.c#L1460
[map_new_virtual]:https://github.com/lorenzo-stoakes/linux-historical/blob/v2.4.22/mm/highmem.c#L80
[mark_page_accessed]:https://github.com/lorenzo-stoakes/linux-historical/blob/v2.4.22/mm/filemap.c#L1332
[mem_init]:https://github.com/lorenzo-stoakes/linux-historical/blob/v2.4.22/arch/alpha/mm/init.c#L360
[mem_init]:https://github.com/lorenzo-stoakes/linux-historical/blob/v2.4.22/arch/i386/mm/init.c#L507
[mem_map]:https://github.com/lorenzo-stoakes/linux-historical/blob/v2.4.22/mm/memory.c#L73
[mk_pte]:https://github.com/lorenzo-stoakes/linux-historical/blob/v2.4.22/include/asm-i386/pgtable.h#L309
Expand Down Expand Up @@ -8859,7 +8854,6 @@ give the process a chance of exiting cleanly. Otherwise a `SIGKILL` is sent.
[pte_alloc_one_fast]:https://github.com/lorenzo-stoakes/linux-historical/blob/v2.4.22/include/asm-i386/pgalloc.h#L117
[pte_clear]:https://github.com/lorenzo-stoakes/linux-historical/blob/v2.4.22/include/asm-i386/pgtable.h#L268
[pte_dirty]:https://github.com/lorenzo-stoakes/linux-historical/blob/v2.4.22/include/asm-i386/pgtable.h#L284
[pte_exec]:https://github.com/lorenzo-stoakes/linux-historical/blob/v2.4.22/include/asm-i386/pgtable.h#L283
[pte_exprotect]:https://github.com/lorenzo-stoakes/linux-historical/blob/v2.4.22/include/asm-i386/pgtable.h#L289
[pte_free]:https://github.com/lorenzo-stoakes/linux-historical/blob/v2.4.22/include/asm-i386/pgalloc.h#L142
[pte_free_fast]:https://github.com/lorenzo-stoakes/linux-historical/blob/v2.4.22/include/asm-i386/pgalloc.h#L130
Expand Down Expand Up @@ -8953,7 +8947,6 @@ give the process a chance of exiting cleanly. Otherwise a `SIGKILL` is sent.
[shmem_truncate_direct]:https://github.com/lorenzo-stoakes/linux-historical/blob/v2.4.22/mm/shmem.c#L265
[shmem_truncate_indirect]:https://github.com/lorenzo-stoakes/linux-historical/blob/v2.4.22/mm/shmem.c#L309
[shmem_unlink]:https://github.com/lorenzo-stoakes/linux-historical/blob/v2.4.22/mm/shmem.c#L1221
[shmem_unuse]:https://github.com/lorenzo-stoakes/linux-historical/blob/v2.4.22/include/linux/swap.h#L213
[shmem_unuse]:https://github.com/lorenzo-stoakes/linux-historical/blob/v2.4.22/mm/shmem.c#L498
[shmem_vm_ops]:https://github.com/lorenzo-stoakes/linux-historical/blob/v2.4.22/mm/shmem.c#L1547
[shmem_writepage]:https://github.com/lorenzo-stoakes/linux-historical/blob/v2.4.22/mm/shmem.c#L522
Expand Down Expand Up @@ -8987,7 +8980,6 @@ give the process a chance of exiting cleanly. Otherwise a `SIGKILL` is sent.
[swap_list]:https://github.com/lorenzo-stoakes/linux-historical/blob/v2.4.22/mm/swapfile.c#L30
[swap_list_t]:https://github.com/lorenzo-stoakes/linux-historical/blob/v2.4.22/include/linux/swap.h#L153
[swap_mm]:https://github.com/lorenzo-stoakes/linux-historical/blob/v2.4.22/mm/vmscan.c#L251
[swap_out]:https://github.com/lorenzo-stoakes/linux-historical/blob/v2.4.22/mm/vmscan.c#L269
[swap_out]:https://github.com/lorenzo-stoakes/linux-historical/blob/v2.4.22/mm/vmscan.c#L296
[swap_out_mm]:https://github.com/lorenzo-stoakes/linux-historical/blob/v2.4.22/mm/vmscan.c#L256
[swap_out_pgd]:https://github.com/lorenzo-stoakes/linux-historical/blob/v2.4.22/mm/vmscan.c#L197
Expand All @@ -8999,7 +8991,6 @@ give the process a chance of exiting cleanly. Otherwise a `SIGKILL` is sent.
[swapon]:http://man7.org/linux/man-pages/man8/swapon.8.html
[swapper_pg_dir]:https://github.com/lorenzo-stoakes/linux-historical/blob/v2.4.22/arch/i386/kernel/head.S#L380
[swapper_space]:https://github.com/lorenzo-stoakes/linux-historical/blob/v2.4.22/mm/swap_state.c#L39
[swapper_space]:https://github.com/lorenzo-stoakes/linux-historical/blob/v2.4.22/mm/swap_state.c?v=linux-2.4.22#L39
[switch_mm]:https://github.com/lorenzo-stoakes/linux-historical/blob/v2.4.22/include/asm-i386/mmu_context.h#L28
[swp_entry_t]:https://github.com/lorenzo-stoakes/linux-historical/blob/v2.4.22/include/linux/shmem_fs.h#L16
[swp_entry_to_pte]:https://github.com/lorenzo-stoakes/linux-historical/blob/v2.4.22/include/asm-i386/pgtable.h#L356
Expand Down

0 comments on commit 3edddc5

Please sign in to comment.