Home
last modified time | relevance | path

Searched refs:categories (Results 1 – 25 of 59) sorted by relevance

123

/linux/fs/proc/
H A Dtask_mmu.c2347 unsigned long categories; in pagemap_page_category() local
2355 categories = PAGE_IS_PRESENT; in pagemap_page_category()
2358 categories |= PAGE_IS_WRITTEN; in pagemap_page_category()
2363 categories |= PAGE_IS_FILE; in pagemap_page_category()
2367 categories |= PAGE_IS_PFNZERO; in pagemap_page_category()
2369 categories |= PAGE_IS_SOFT_DIRTY; in pagemap_page_category()
2373 categories = PAGE_IS_SWAPPED; in pagemap_page_category()
2376 categories |= PAGE_IS_WRITTEN; in pagemap_page_category()
2380 categories |= PAGE_IS_GUARD; in pagemap_page_category()
2384 categories |= PAGE_IS_FILE; in pagemap_page_category()
[all …]
/linux/tools/testing/selftests/tc-testing/
H A Dtdc_helper.py42 categories = set()
45 categories.update(t['category'])
48 print(", ".join(sorted(categories)))
H A DTODO.txt4 present, prevent the related categories from running.
/linux/Documentation/devicetree/bindings/powerpc/fsl/
H A Dcpus.txt18 Power CPUs. The EREF defines some architecture categories not defined
19 by the Power ISA. For these EREF-specific categories, the existence of
/linux/Documentation/netlabel/
H A Ddraft-ietf-cipso-ipsecurity-01.txt40 categories or compartments, another security option (Type 133) exists and
121 To conserve space in the protocol, security levels and categories are
250 provides representation of categories 0 to 239. The ordering of the bits
285 octets are zero filled. Ten octets, allowing for 80 categories, was chosen
294 large but sparsely populated sets of categories. Tag type 2 is in the MAC
346 In this tag, categories are represented by their actual value rather than
348 octets. Up to 15 categories may be represented by this tag. Valid values
349 for categories are 0 to 65534. Category 65535 is not a valid category
350 value. The categories MUST be listed in ascending order within the tag.
356 labels where all categories in a range, or set of ranges, are included
[all …]
/linux/Documentation/misc-devices/
H A Dindex.rst8 fit into other categories.
/linux/sound/x86/
H A DKconfig7 X86 sound devices that don't fall under SoC or PCI categories
/linux/tools/memory-model/Documentation/
H A Dordering.txt1 This document gives an overview of the categories of memory-ordering
8 This section lists LKMM's three top-level categories of memory-ordering
22 operation in the previous categories. This being the real world,
26 Each of the above categories is described in more detail by one of the
33 Each of the following categories of barriers is described in its own
255 Each of the above categories has its own section below.
336 There are a couple of categories of acquire operations:
441 Each of these two categories of unordered accesses has a section below:
457 These operations come in three categories:
/linux/tools/testing/selftests/mm/
H A Dpagemap_ioctl.c847 LEN(vec[0]) == vec_size && vec[0].categories == PAGE_IS_WRITTEN, in hpage_unit_tests()
1104 (vec[0].categories & (PAGE_IS_WRITTEN | PAGE_IS_PRESENT)) == in sanity_tests()
1112 (vec[0].categories & (PAGE_IS_WRITTEN | PAGE_IS_PRESENT)) == in sanity_tests()
1120 (vec[0].categories & (PAGE_IS_WRITTEN | PAGE_IS_PRESENT)) == in sanity_tests()
1151 vec[0].categories == PAGE_IS_WRITTEN, in sanity_tests()
1177 (vec[0].categories & PAGE_IS_FILE), in sanity_tests()
1213 (vec[0].categories & PAGE_IS_WRITTEN), in sanity_tests()
1340 if (rgns[i].categories != PAGE_IS_WRITTEN) in get_dirty_pages_reset()
H A Drun_vmtests.sh23 -t: specify specific categories to tests to run
32 to the -t argument containing one or more of the following categories
/linux/Documentation/virt/
H A Dparavirt_ops.rst21 pv_ops operations are classified into three categories:
/linux/Documentation/doc-guide/
H A Dmaintainer-profile.rst33 place. Some possible categories are: kernel developers (experts or
/linux/tools/include/uapi/linux/
H A Dfs.h377 __u64 categories; member
/linux/Documentation/admin-guide/perf/
H A Ddwc_pcie_pmu.rst29 The PMU measures data in two categories:
/linux/include/uapi/linux/
H A Dfs.h448 /* Bitmasks provided in pm_scan_args masks and reported in page_region.categories. */
463 * @categories: PAGE_IS_* category bitmask for the region
468 __u64 categories;
486 * @category_inverted: PAGE_IS_* categories which values match if 0 instead of 1
489 * @return_mask: PAGE_IS_* categories that are to be reported in `page_region`s returned
466 __u64 categories; global() member
/linux/tools/perf/trace/beauty/include/uapi/linux/
H A Dfs.h468 __u64 categories; member
/linux/Documentation/scsi/
H A Dscsi-generic.rst14 used on SCSI devices that don't fit into the already serviced categories.
/linux/Documentation/userspace-api/media/dvb/
H A Dca_high_level.rst54 accommodate all other CI based devices, that fall into the other categories.
/linux/Documentation/driver-api/
H A Ds390-drivers.rst36 into several categories:
/linux/Documentation/driver-api/surface_aggregator/clients/
H A Ddtx.rst158 Error and status codes are divided into different categories, which can be
160 severity and type of that error. The current categories are:
186 Other categories are reserved for future use. The ``SDTX_CATEGORY()`` macro
/linux/tools/perf/Documentation/
H A Dperf-sched.txt147 the following three categories:
155 Under each of these three categories, sched stats report provides
/linux/Documentation/accel/
H A Dintroduction.rst17 categories:
/linux/Documentation/admin-guide/
H A Dperf-security.rst17 categories:
53 into two categories [6]_ : a) privileged processes (whose effective user
/linux/Documentation/security/
H A Dlsm.rst113 categories: hooks that are used to manage the security fields and hooks
/linux/Documentation/admin-guide/cifs/
H A Dtodo.rst49 h) implement support for security and trusted categories of xattrs

123