Home
last modified time | relevance | path

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

123

/linux/fs/proc/
H A Dtask_mmu.c2081 unsigned long categories = 0; in pagemap_page_category() local
2086 categories |= PAGE_IS_PRESENT; in pagemap_page_category()
2088 categories |= PAGE_IS_WRITTEN; in pagemap_page_category()
2093 categories |= PAGE_IS_FILE; in pagemap_page_category()
2097 categories |= PAGE_IS_PFNZERO; in pagemap_page_category()
2099 categories |= PAGE_IS_SOFT_DIRTY; in pagemap_page_category()
2103 categories |= PAGE_IS_SWAPPED; in pagemap_page_category()
2105 categories |= PAGE_IS_WRITTEN; in pagemap_page_category()
2111 categories |= PAGE_IS_FILE; in pagemap_page_category()
2114 categories |= PAGE_IS_SOFT_DIRTY; in pagemap_page_category()
[all …]
/linux/tools/testing/selftests/tc-testing/
H A Dtdc_helper.py42 categories = set(map(lambda x: x['category'], testlist))
44 print(", ".join(str(s) for s in 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.c846 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.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.c65 return r.categories; in pagemap_scan_get_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.h360 __u64 categories; member
/linux/tools/perf/trace/beauty/include/uapi/linux/
H A Dfs.h363 __u64 categories; member
/linux/include/uapi/linux/
H A Dfs.h357 /* Bitmasks provided in pm_scan_args masks and reported in page_region.categories. */
371 * @categories: PAGE_IS_* category bitmask for the region
376 __u64 categories;
394 * @category_inverted: PAGE_IS_* categories which values match if 0 instead of 1
397 * @return_mask: PAGE_IS_* categories that are to be reported in `page_region`s returned
367 __u64 categories; global() 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/Documentation/devicetree/bindings/pinctrl/
H A Dfsl,mxs-pinctrl.txt25 Those subnodes under mxs pin controller node will fall into two categories.
/linux/Documentation/accel/
H A Dintroduction.rst17 categories:
/linux/Documentation/arch/arm64/
H A Dsilicon-errata.rst12 errata are broadly classified into the following 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

123