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

/linux-master/tools/testing/selftests/tc-testing/
H A Dtdc_helper.py9 """ Sort the master test list into categories. """
27 """ Discover all unique test categories present in the test case file. """
41 """ Show all categories that are present in a test case file. """
42 categories = set(map(lambda x: x['category'], testlist))
43 print("Available categories:")
44 print(", ".join(str(s) for s in categories))
/linux-master/fs/proc/
H A Dtask_mmu.c1780 unsigned long categories = 0; local
1785 categories |= PAGE_IS_PRESENT;
1787 categories |= PAGE_IS_WRITTEN;
1792 categories |= PAGE_IS_FILE;
1796 categories |= PAGE_IS_PFNZERO;
1798 categories |= PAGE_IS_SOFT_DIRTY;
1802 categories |= PAGE_IS_SWAPPED;
1804 categories |= PAGE_IS_WRITTEN;
1810 categories |= PAGE_IS_FILE;
1813 categories |
1844 unsigned long categories = PAGE_IS_HUGE; local
1902 unsigned long categories = PAGE_IS_HUGE; local
1968 pagemap_scan_is_interesting_page(unsigned long categories, const struct pagemap_scan_private *p) argument
1980 pagemap_scan_is_interesting_vma(unsigned long categories, const struct pagemap_scan_private *p) argument
2034 pagemap_scan_push_range(unsigned long categories, struct pagemap_scan_private *p, unsigned long addr, unsigned long end) argument
2064 pagemap_scan_output(unsigned long categories, struct pagemap_scan_private *p, unsigned long addr, unsigned long *end) argument
2104 unsigned long categories; local
2211 unsigned long categories = p->cur_vma_category | local
2251 unsigned long categories; local
[all...]
/linux-master/tools/testing/selftests/mm/
H A Dpagemap_ioctl.c843 LEN(vec[0]) == vec_size && vec[0].categories == PAGE_IS_WRITTEN,
1100 (vec[0].categories & (PAGE_IS_WRITTEN | PAGE_IS_PRESENT)) ==
1108 (vec[0].categories & (PAGE_IS_WRITTEN | PAGE_IS_PRESENT)) ==
1116 (vec[0].categories & (PAGE_IS_WRITTEN | PAGE_IS_PRESENT)) ==
1147 vec[0].categories == PAGE_IS_WRITTEN,
1173 (vec[0].categories & PAGE_IS_FILE),
1209 (vec[0].categories & PAGE_IS_WRITTEN),
1334 if (rgns[i].categories != PAGE_IS_WRITTEN)
H A Drun_vmtests.sh19 -t: specify specific categories to tests to run
28 to the -t argument containing one or more of the following categories
H A Dvm_util.c63 return r.categories;
/linux-master/include/uapi/linux/
H A Dfs.h339 /* Bitmasks provided in pm_scan_args masks and reported in page_region.categories. */
353 * @categories: PAGE_IS_* category bitmask for the region
358 __u64 categories; member in struct:page_region
376 * @category_inverted: PAGE_IS_* categories which values match if 0 instead of 1
379 * @return_mask: PAGE_IS_* categories that are to be reported in `page_region`s returned
/linux-master/tools/include/uapi/linux/
H A Dfs.h339 /* Bitmasks provided in pm_scan_args masks and reported in page_region.categories. */
353 * @categories: PAGE_IS_* category bitmask for the region
358 __u64 categories; member in struct:page_region
376 * @category_inverted: PAGE_IS_* categories which values match if 0 instead of 1
379 * @return_mask: PAGE_IS_* categories that are to be reported in `page_region`s returned

Completed in 163 milliseconds