Home
last modified time | relevance | path

Searched refs:policies (Results 1 – 25 of 73) sorted by relevance

123

/Linux-v6.6/net/netlink/
Dpolicy.c24 } policies[]; member
38 if (state->policies[i].policy == policy && in add_policy()
39 state->policies[i].maxtype == maxtype) in add_policy()
42 if (!state->policies[i].policy) { in add_policy()
43 state->policies[i].policy = policy; in add_policy()
44 state->policies[i].maxtype = maxtype; in add_policy()
50 state = krealloc(state, struct_size(state, policies, n_alloc), in add_policy()
55 memset(&state->policies[state->n_alloc], 0, in add_policy()
56 flex_array_size(state, policies, n_alloc - state->n_alloc)); in add_policy()
58 state->policies[state->n_alloc].policy = policy; in add_policy()
[all …]
/Linux-v6.6/tools/testing/selftests/cpufreq/
Dcpufreq.sh31 policies=$(ls $CPUFREQROOT| grep "policy[0-9].*")
32 for policy in $policies; do
39 policies=$(ls $CPUFREQROOT| grep "policy[0-9].*")
40 for policy in $policies; do
/Linux-v6.6/tools/testing/selftests/amd-pstate/
Drun.sh73 policies=$(ls $CPUFREQROOT| grep "policy[0-9].*")
74 for policy in $policies; do
86 policies=$(awk '{print $1}' $OUTFILE.backup_governor.log)
87 for policy in $policies; do
101 policies=$(ls $CPUFREQROOT| grep "policy[0-9].*")
102 for policy in $policies; do
/Linux-v6.6/Documentation/admin-guide/mm/
Dnuma_memory_policy.rst15 Memory policies should not be confused with cpusets
18 memory may be allocated by a set of processes. Memory policies are a
20 both cpusets and policies are applied to a task, the restrictions of the cpuset
61 In a multi-threaded task, task policies apply only to the thread
88 VMA policies have a few complicating details:
100 * VMA policies are shared between all tasks that share a
103 fork(). However, because VMA policies refer to a specific
105 space is discarded and recreated on exec*(), VMA policies
107 applications may use VMA policies.
123 Conceptually, shared policies apply to "memory objects" mapped
[all …]
/Linux-v6.6/tools/perf/trace/beauty/
Dsched_policy.c22 const char *policies[] = { in syscall_arg__scnprintf_sched_policy() local
31 printed = scnprintf(bf, size, "%s%s", show_prefix ? prefix : "", policies[policy]); in syscall_arg__scnprintf_sched_policy()
/Linux-v6.6/drivers/gpu/drm/i915/gt/uc/
Dintel_guc_ads.c60 struct guc_policies policies; member
148 ads_blob_write(guc, policies.dpc_promote_time, in guc_policies_init()
150 ads_blob_write(guc, policies.max_num_work_items, in guc_policies_init()
156 ads_blob_write(guc, policies.global_flags, global_flags); in guc_policies_init()
157 ads_blob_write(guc, policies.is_valid, 1); in guc_policies_init()
168 ads_blob_read(guc, policies.dpc_promote_time)); in intel_guc_ads_print_policy_info()
170 ads_blob_read(guc, policies.max_num_work_items)); in intel_guc_ads_print_policy_info()
172 ads_blob_read(guc, policies.global_flags)); in intel_guc_ads_print_policy_info()
834 offsetof(struct __guc_ads_blob, policies)); in __guc_ads_init()
/Linux-v6.6/Documentation/filesystems/
Dfscrypt.rst148 Limitations of v1 policies
151 v1 encryption policies have some weaknesses with respect to online
167 All the above problems are fixed with v2 encryption policies. For
169 policies on all new encrypted directories.
212 the key is used for v1 encryption policies or for v2 encryption
213 policies. Users **must not** use the same key for both v1 and v2
214 encryption policies. (No real-world attack is currently known on this
218 For v1 encryption policies, the KDF only supports deriving per-file
224 For v2 encryption policies, the KDF is HKDF-SHA512. The master key is
259 DIRECT_KEY policies
[all …]
/Linux-v6.6/drivers/net/wireless/silabs/wfx/
Ddata_tx.c152 struct wfx_tx_policy *policies = wvif->tx_policy_cache.cache; in wfx_tx_policy_upload() local
159 is_used = memzcmp(policies[i].rates, sizeof(policies[i].rates)); in wfx_tx_policy_upload()
160 if (!policies[i].uploaded && is_used) in wfx_tx_policy_upload()
164 policies[i].uploaded = true; in wfx_tx_policy_upload()
165 memcpy(tmp_rates, policies[i].rates, sizeof(tmp_rates)); in wfx_tx_policy_upload()
/Linux-v6.6/Documentation/admin-guide/device-mapper/
Dindex.rst8 cache-policies
Dcache-policies.rst2 Guidance for writing policies
7 makes it easier to write the policies.
26 Overview of supplied cache replacement policies
/Linux-v6.6/Documentation/ABI/removed/
Draw13947 to implement sensible device security policies, and its low level
/Linux-v6.6/security/landlock/
DKconfig10 tailored access control policies. A Landlock security policy is a
/Linux-v6.6/Documentation/admin-guide/LSM/
DSELinux.rst6 to use the distro-provided policies, or install the
DSafeSetID.rst109 Note on GID policies and setgroups()
116 policies add no meaningful security. setgroups() restrictions will be enforced
/Linux-v6.6/drivers/acpi/dptf/
DKconfig11 a coordinated approach for different policies to effect the hardware
/Linux-v6.6/Documentation/bpf/
Dmap_sockmap.rst89 This helper is used in programs implementing policies at the socket level. If
169 This helper is used in programs implementing policies at the socket level. If
185 This helper is used in programs implementing policies at the skb socket level.
201 For socket policies, apply the verdict of the BPF program to the next (number
221 For socket policies, prevent the execution of the verdict BPF program for
236 For socket policies, pull in non-linear data from user space for ``msg`` and set
/Linux-v6.6/Documentation/userspace-api/media/mediactl/
Dmedia-controller-intro.rst31 implementing policies that belong to userspace.
/Linux-v6.6/Documentation/ABI/testing/
Dconfigfs-stp-policy5 This group contains policies mandating Master/Channel allocation
/Linux-v6.6/Documentation/driver-api/thermal/
Dintel_dptf.rst18 a coordinated approach for different policies to effect the hardware
37 A set of UUIDs strings presenting available policies
39 user space can support those policies.
/Linux-v6.6/fs/nfsd/
DKconfig156 SELinux and Smack to label files to facilitate enforcement of their policies.
160 Smack policies on NFSv4 files, say N.
/Linux-v6.6/security/selinux/
DKconfig33 policies. If unsure, say Y. With this option enabled, the
/Linux-v6.6/block/
DKconfig97 the IO rate to a device. IO rate policies are per cgroup and
99 cgroups and specifying per device IO rate policies.
/Linux-v6.6/Documentation/driver-api/
Dspi.rst44 policies for how they use the bits transferred with SPI.
/Linux-v6.6/Documentation/process/
Dcode-of-conduct.rst73 Further details of specific enforcement policies may be posted
/Linux-v6.6/Documentation/admin-guide/cgroup-v1/
Dblkio-controller.rst8 a need of various kinds of IO control policies (like proportional BW, max BW)
11 and based on user options switch IO policies in the background.
297 Common files among various policies

123