/linux/Documentation/filesystems/ |
H A D | propagate_umount.txt | 43 1) for any set S, there is a maximal non-shifting subset of S 46 subset of S. That subset is also non-shifting and it can be calculated 115 If mount m is forbidden in a set S, it is forbidden in any subset S' it 118 there's none, we could use it to find the maximal non-shifting subset 183 The following will reduce S to its maximal non-shifting subset: 196 the maximal non-shifting subset, since we were removing only forbidden 262 One useful observation is that we are given a closed subset in S - the 266 In other words, the elements of that subset will remain in S until 267 the end and Trim_one(S, m) is a no-op for all m from that subset. 272 to iterate through. Let's represent it as a subset in a cyclic list, [all …]
|
/linux/Documentation/netlink/specs/ |
H A D | ovpn.yaml | 165 subset-of: peer 193 subset-of: peer 219 subset-of: peer 282 subset-of: keyconf 294 subset-of: keyconf 300 subset-of: keyconf 327 subset-of: ovpn 336 subset-of: ovpn 345 subset-of: ovpn 354 subset-of: ovpn [all …]
|
H A D | devlink.yaml | 858 subset-of: devlink 867 subset-of: devlink 874 subset-of: devlink 883 subset-of: devlink 890 subset-of: devlink 899 subset-of: devlink 932 subset-of: devlink 939 subset-of: devlink 962 subset-of: devlink 969 subset-of: devlink [all …]
|
H A D | dpll.yaml | 442 subset-of: pin 456 subset-of: pin 464 subset-of: pin 472 subset-of: pin
|
/linux/drivers/usb/gadget/function/ |
H A D | f_subset.c | 3 * f_subset.c -- "CDC Subset" Ethernet link function driver 20 * This function packages a simple "CDC Subset" Ethernet port with no real 23 * why we call it the "CDC Subset". 37 * Subset" in terms of data transfer and lack of control model. This was 42 * descriptors to the CDC Subset code, making this code look like a SAFE 63 * "Simple" CDC-subset option is a simple vendor-neutral model that most 110 * the submode of "SAFE" which directly matches the CDC Subset. 236 [0].s = "CDC Ethernet Subset/SAFE", 262 DBG(cdev, "reset cdc subset\n"); in geth_set_alt() 266 DBG(cdev, "init + activate cdc subset\n"); in geth_set_alt() [all …]
|
/linux/drivers/irqchip/ |
H A D | irq-mvebu-icu.c | 116 const struct mvebu_icu_subset_data *subset = msi_data->subset_data; in mvebu_icu_init() local 122 writel_relaxed(msg[0].address_hi, icu->base + subset->offset_set_ah); in mvebu_icu_init() 123 writel_relaxed(msg[0].address_lo, icu->base + subset->offset_set_al); in mvebu_icu_init() 125 if (subset->icu_group != ICU_GRP_NSR) in mvebu_icu_init() 129 writel_relaxed(msg[1].address_hi, icu->base + subset->offset_clr_ah); in mvebu_icu_init() 130 writel_relaxed(msg[1].address_lo, icu->base + subset->offset_clr_al); in mvebu_icu_init() 301 .name = "mvebu-icu-subset",
|
/linux/Documentation/arch/arm64/ |
H A D | asymmetric-32bit.rst | 15 Some Armv9 SoCs suffer from a big.LITTLE misfeature where only a subset 56 The subset of CPUs capable of running 32-bit tasks is described in 74 1. If the 32-bit-capable subset of the affinity mask is not empty, 75 then the affinity is restricted to that subset and the old affinity 85 subset of the cpuset determined by the walk.
|
/linux/drivers/usb/gadget/legacy/ |
H A D | ether.c | 44 * systems may not. (This is a subset of CDC Ethernet.) 46 * It turns out that if you add a few descriptors to that "CDC Subset", 74 * returns false, in which case it supports the CDC Subset. By default, 124 * The protocol is a minimal subset of CDC Ether, which works on any bulk 248 * We _always_ have an ECM, CDC Subset, or EEM configuration. 340 /* CDC Subset */ in eth_bind() 351 eth_config_driver.label = "CDC Subset/SAFE"; in eth_bind() 366 /* RNDIS plus ECM-or-Subset */ in eth_bind()
|
/linux/security/apparmor/ |
H A D | file.c | 304 * test target x permissions are equal OR a subset of link x permissions 305 * this is done as part of the subset test, where a hardlink must have 306 * a subset of permissions that the target has. 308 * Returns: true if subset else false 372 /* done if link subset test is not required */ in profile_path_link() 376 /* Do link perm subset test requiring allowed permission on link are in profile_path_link() 377 * a subset of the allowed permissions on target. in profile_path_link() 382 /* AA_MAY_LINK is not considered in the subset test */ in profile_path_link() 393 info = "link not subset of target"; in profile_path_link() 420 * The subset test if required forces that permissions granted [all …]
|
/linux/Documentation/userspace-api/media/ |
H A D | glossary.rst | 46 An API designed to control a subset of the :term:`Media Hardware` 66 A subset of the :term:`Media Hardware`. For example an :term:`I²C` or 145 Subset of the hardware that is supported by the Linux Media API. 169 A subset of I²C, which defines a stricter usage of the bus.
|
/linux/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | irq_affinity.c | 91 * isn't subset of req_mask, so we will skip it. irq1_mask is subset of req_mask, 94 * fit. And since mask is subset of itself, we will pass the first if bellow. 112 /* skip IRQs with a mask which is not subset of req_mask */ in irq_pool_find_least_loaded()
|
/linux/Documentation/netlink/ |
H A D | genetlink.yaml | 113 subset-of: 194 required: [ subset-of ] 195 subset-of: 199 # type property is only required if not in subset definition 202 subset-of:
|
H A D | netlink-raw.yaml | 204 subset-of: 315 required: [ subset-of ] 316 subset-of: 320 # type property is only required if not in subset definition 323 subset-of:
|
/linux/tools/perf/pmu-events/arch/x86/pantherlake/ |
H A D | frontend.json | 21 …"BriefDescription": "This event counts a subset of the Topdown Slots event that when no operation … 25 …"PublicDescription": "This event counts a subset of the Topdown Slots event that when no operation…
|
/linux/kernel/ |
H A D | cred.c | 353 static bool cred_cap_issubset(const struct cred *set, const struct cred *subset) in cred_cap_issubset() argument 356 const struct user_namespace *subset_ns = subset->user_ns; in cred_cap_issubset() 359 * the capabilities of subset are a subset of set. in cred_cap_issubset() 362 return cap_issubset(subset->cap_permitted, set->cap_permitted); in cred_cap_issubset() 365 * therefore one is a subset of the other only if a set is an in cred_cap_issubset() 366 * ancestor of subset and set->euid is owner of subset or one in cred_cap_issubset()
|
/linux/include/linux/ceph/ |
H A D | ceph_frag.h | 6 * "Frags" are a way to describe a subset of a 32-bit number space, 8 * (subset of the number space) can be partitioned into 2^n sub-frags.
|
/linux/tools/testing/selftests/drivers/net/hw/ |
H A D | ethtool.sh | 181 # Test that when one device advertises a subset of speeds and another 190 log_test "advertise subset of speeds" 219 # Test that when one device advertises a subset of speeds, the other
|
/linux/drivers/gpu/drm/xe/ |
H A D | xe_tile.c | 38 * the subset of a GPU/tile that is responsible for implementing graphics 50 * platforms like MTL only replicate a subset of the GPU hardware and behave 69 * - GSI subset of registers (multiple copies of these registers reside
|
/linux/tools/perf/pmu-events/arch/x86/broadwellx/ |
H A D | uncore-cache.json | 9 …ed by the subevent. There are a number of subevent 'filters' but only a subset of the subevent co… 21 …ed by the subevent. There are a number of subevent 'filters' but only a subset of the subevent co… 33 …ed by the subevent. There are a number of subevent 'filters' but only a subset of the subevent co… 45 …ed by the subevent. There are a number of subevent 'filters' but only a subset of the subevent co… 57 …ed by the subevent. There are a number of subevent 'filters' but only a subset of the subevent co… 69 …ed by the subevent. There are a number of subevent 'filters' but only a subset of the subevent co… 81 …ed by the subevent. There are a number of subevent 'filters' but only a subset of the subevent co… 93 …ed by the subevent. There are a number of subevent 'filters' but only a subset of the subevent co… 105 …ed by the subevent. There are a number of subevent 'filters' but only a subset of the subevent co… 117 …ed by the subevent. There are a number of subevent 'filters' but only a subset of the subevent co… [all …]
|
/linux/tools/perf/pmu-events/arch/x86/haswellx/ |
H A D | uncore-cache.json | 9 …ed by the subevent. There are a number of subevent 'filters' but only a subset of the subevent co… 21 …ed by the subevent. There are a number of subevent 'filters' but only a subset of the subevent co… 33 …ed by the subevent. There are a number of subevent 'filters' but only a subset of the subevent co… 45 …ed by the subevent. There are a number of subevent 'filters' but only a subset of the subevent co… 57 …ed by the subevent. There are a number of subevent 'filters' but only a subset of the subevent co… 69 …ed by the subevent. There are a number of subevent 'filters' but only a subset of the subevent co… 81 …ed by the subevent. There are a number of subevent 'filters' but only a subset of the subevent co… 93 …ed by the subevent. There are a number of subevent 'filters' but only a subset of the subevent co… 105 …ed by the subevent. There are a number of subevent 'filters' but only a subset of the subevent co… 117 …ed by the subevent. There are a number of subevent 'filters' but only a subset of the subevent co… [all …]
|
/linux/Documentation/dev-tools/ |
H A D | kselftest.rst | 64 kernel src. This is applicable to "Running a subset of selftests" section 82 to "Running a subset of selftests" section below. 88 Running a subset of selftests 218 `make gen_tar` invokes `make install` so you can use it to package a subset of 219 tests by using variables specified in `Running a subset of selftests`_
|
/linux/tools/testing/selftests/proc/ |
H A D | proc-subset-pid.c | 17 * Test that "mount -t proc -o subset=pid" hides everything but pids, 51 if (mount(NULL, "/proc", "proc", 0, "subset=pid") == -1) { in make_private_proc()
|
/linux/kernel/cgroup/ |
H A D | cpuset-v1.c | 334 * is_cpuset_subset(p, q) - Is cpuset p a subset of cpuset q? 336 * One cpuset is a subset of another if all its allowed CPUs and 337 * Memory Nodes are a subset of the other, and its exclusive flags 361 /* Each of our child cpusets must be a subset of us */ in cpuset1_validate_change() 367 /* On legacy hierarchy, we must be a subset of our parent cpuset. */ in cpuset1_validate_change()
|
/linux/arch/arm64/kernel/ |
H A D | compat_alignment.c | 203 static const u32 subset[4] = { in thumb2arm() local 209 return subset[(L<<1) | ((tinstr & (1<<8)) >> 8)] | in thumb2arm() 252 const u32 subset[2] = { in do_alignment_t32_to_handler() local 256 *pinstr = subset[L] | (1<<RD_BITS(instr)); in do_alignment_t32_to_handler()
|
/linux/tools/bpf/bpftool/Documentation/ |
H A D | bpftool-feature.rst | 44 If the **macros** keyword (but not the **-j** option) is passed, a subset 57 small subset of the parameters supported by the system. Unprivileged users
|