Lines Matching refs:referenced
798 int referenced;
810 int referenced = 0;
832 referenced++;
837 referenced++;
841 referenced++;
850 if (referenced)
853 referenced++;
855 if (referenced) {
856 pra->referenced++;
878 * referenced flag or activated the folio in zap_pte_range().
894 * folio_referenced() - Test if the folio was referenced.
898 * @vm_flags: A combination of all the vma->vm_flags which referenced the folio.
902 * Return: The number of mappings which referenced the folio. Return -1 if
943 return rwc.contended ? -1 : pra.referenced;