• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/mm/

Lines Matching defs:ptl

628 	spinlock_t *ptl;
632 pte = pte_offset_map_lock(mm, pmd, addr, &ptl);
701 pte_unmap_unlock(pte - 1, ptl);
910 spinlock_t *ptl;
939 ptep = pte_offset_map_lock(mm, pmd, address, &ptl);
961 pte_unmap_unlock(ptep, ptl);
1112 spinlock_t *ptl;
1115 pte = pte_alloc_map_lock(mm, pmd, addr, &ptl);
1134 pte_unmap_unlock(pte - 1, ptl);
1197 pte_t * fastcall get_locked_pte(struct mm_struct *mm, unsigned long addr, spinlock_t **ptl)
1204 return pte_alloc_map_lock(mm, pmd, addr, ptl);
1220 spinlock_t *ptl;
1227 pte = get_locked_pte(mm, addr, &ptl);
1242 pte_unmap_unlock(pte, ptl);
1298 spinlock_t *ptl;
1304 pte = get_locked_pte(mm, addr, &ptl);
1318 pte_unmap_unlock(pte, ptl);
1335 spinlock_t *ptl;
1337 pte = pte_alloc_map_lock(mm, pmd, addr, &ptl);
1347 pte_unmap_unlock(pte - 1, ptl);
1458 spinlock_t *uninitialized_var(ptl);
1462 pte_alloc_map_lock(mm, pmd, addr, &ptl);
1477 pte_unmap_unlock(pte-1, ptl);
1560 spinlock_t *ptl = pte_lockptr(mm, pmd);
1561 spin_lock(ptl);
1563 spin_unlock(ptl);
1631 spinlock_t *ptl, pte_t orig_pte)
1668 pte_unmap_unlock(page_table, ptl);
1680 &ptl);
1707 pte_unmap_unlock(page_table, ptl);
1725 page_table = pte_offset_map_lock(mm, pmd, address, &ptl);
1760 pte_unmap_unlock(page_table, ptl);
2123 spinlock_t *ptl;
2148 page_table = pte_offset_map_lock(mm, pmd, address, &ptl);
2167 page_table = pte_offset_map_lock(mm, pmd, address, &ptl);
2196 page_table, pmd, ptl, pte) == VM_FAULT_OOM)
2205 pte_unmap_unlock(page_table, ptl);
2209 pte_unmap_unlock(page_table, ptl);
2225 spinlock_t *ptl;
2241 page_table = pte_offset_map_lock(mm, pmd, address, &ptl);
2253 ptl = pte_lockptr(mm, pmd);
2254 spin_lock(ptl);
2267 pte_unmap_unlock(page_table, ptl);
2293 spinlock_t *ptl;
2358 page_table = pte_offset_map_lock(mm, pmd, address, &ptl);
2365 pte_unmap_unlock(page_table, ptl);
2412 pte_unmap_unlock(page_table, ptl);
2443 spinlock_t *ptl;
2460 page_table = pte_offset_map_lock(mm, pmd, address, &ptl);
2469 pte_unmap_unlock(page_table, ptl);
2529 spinlock_t *ptl;
2553 ptl = pte_lockptr(mm, pmd);
2554 spin_lock(ptl);
2560 pte, pmd, ptl, entry);
2578 pte_unmap_unlock(pte, ptl);