/linux/net/netlink/ |
A D | policy.c | 24 } 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() 55 memset(&state->policies[state->n_alloc], 0, in add_policy() 58 state->policies[state->n_alloc].policy = policy; in add_policy() 91 if (state->policies[i].policy == policy && in netlink_policy_dump_get_policy_idx() 92 state->policies[i].maxtype == maxtype) in netlink_policy_dump_get_policy_idx() [all …]
|
/linux/drivers/gpu/drm/i915/gt/uc/ |
A D | intel_guc_ads.c | 48 struct guc_policies policies; member 106 policies->dpc_promote_time = GLOBAL_POLICY_DEFAULT_DPC_PROMOTE_TIME_US; in guc_policies_init() 107 policies->max_num_work_items = GLOBAL_POLICY_MAX_NUM_WI; in guc_policies_init() 109 policies->global_flags = 0; in guc_policies_init() 111 policies->global_flags |= GLOBAL_POLICY_DISABLE_ENGINE_RESET; in guc_policies_init() 113 policies->is_valid = 1; in guc_policies_init() 125 drm_printf(dp, " DPC promote time = %u\n", blob->policies.dpc_promote_time); in intel_guc_ads_print_policy_info() 127 drm_printf(dp, " Flags = %u\n", blob->policies.global_flags); in intel_guc_ads_print_policy_info() 152 guc_policies_init(guc, &blob->policies); in intel_guc_global_policies_update() 507 guc_policies_init(guc, &blob->policies); in __guc_ads_init() [all …]
|
/linux/tools/testing/selftests/cpufreq/ |
A D | cpufreq.sh | 31 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/Documentation/admin-guide/mm/ |
A D | numa_memory_policy.rst | 17 Memory policies should not be confused with cpusets 90 VMA policies have a few complicating details: 102 * VMA policies are shared between all tasks that share a 107 space is discarded and recreated on exec*(), VMA policies 109 applications may use VMA policies. 127 application installs shared policies the same way as VMA 131 range of a task's address space, shared policies apply 393 used for non-shared policies. For this reason, shared policies are marked 395 for shared policies. 398 shared policies in a tree structure under spinlock, shared policies are [all …]
|
/linux/tools/perf/trace/beauty/ |
A D | sched_policy.c | 22 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/Documentation/filesystems/ |
A D | fscrypt.rst | 148 Limitations of v1 policies 169 policies on all new encrypted directories. 259 DIRECT_KEY policies 281 other v2 encryption policies. 283 IV_INO_LBLK_64 policies 298 IV_INO_LBLK_32 policies 471 For new encrypted directories, use v2 policies. 486 policies`_. 488 policies`_. 723 policies, then ``key_spec.type`` must contain [all …]
|
/linux/drivers/staging/wfx/ |
A D | data_tx.c | 160 struct tx_policy *policies = wvif->tx_policy_cache.cache; in wfx_tx_policy_upload() local 167 is_used = memzcmp(policies[i].rates, in wfx_tx_policy_upload() 168 sizeof(policies[i].rates)); in wfx_tx_policy_upload() 169 if (!policies[i].uploaded && is_used) in wfx_tx_policy_upload() 173 policies[i].uploaded = true; in wfx_tx_policy_upload() 174 memcpy(tmp_rates, policies[i].rates, sizeof(tmp_rates)); in wfx_tx_policy_upload()
|
/linux/Documentation/admin-guide/device-mapper/ |
A D | cache-policies.rst | 2 Guidance for writing policies 7 makes it easier to write the policies. 26 Overview of supplied cache replacement policies
|
A D | index.rst | 8 cache-policies
|
/linux/Documentation/ABI/removed/ |
A D | raw1394 | 7 to implement sensible device security policies, and its low level
|
/linux/security/landlock/ |
A D | Kconfig | 10 tailored access control policies. A Landlock security policy is a
|
/linux/Documentation/admin-guide/LSM/ |
A D | SELinux.rst | 6 to use the distro-provided policies, or install the
|
A D | SafeSetID.rst | 109 Note on GID policies and setgroups() 116 policies add no meaningful security. setgroups() restrictions will be enforced
|
/linux/drivers/acpi/dptf/ |
A D | Kconfig | 11 a coordinated approach for different policies to effect the hardware
|
/linux/Documentation/userspace-api/media/mediactl/ |
A D | media-controller-intro.rst | 31 implementing policies that belong to userspace.
|
/linux/Documentation/ABI/testing/ |
A D | configfs-stp-policy | 5 This group contains policies mandating Master/Channel allocation
|
/linux/fs/nfsd/ |
A D | Kconfig | 155 SELinux and Smack to label files to facilitate enforcement of their policies. 159 Smack policies on NFSv4 files, say N.
|
/linux/block/ |
A D | Kconfig | 80 the IO rate to a device. IO rate policies are per cgroup and 82 cgroups and specifying per device IO rate policies.
|
/linux/Documentation/userspace-api/ |
A D | landlock.rst | 140 the other system access controls (e.g. filesystem DAC, other LSM policies, 182 creating standalone and modular security policies per application, which will 184 policies.
|
/linux/Documentation/admin-guide/cgroup-v1/ |
A D | blkio-controller.rst | 8 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
|
/linux/Documentation/driver-api/ |
A D | spi.rst | 44 policies for how they use the bits transferred with SPI.
|
/linux/Documentation/process/ |
A D | code-of-conduct.rst | 73 Further details of specific enforcement policies may be posted
|
/linux/net/xfrm/ |
A D | Kconfig | 55 one, two policies can be applied to the same packet at once.
|
/linux/Documentation/cpu-freq/ |
A D | core.rst | 33 Reference counting of the cpufreq policies is done by cpufreq_cpu_get
|
/linux/Documentation/security/ |
A D | landlock.rst | 38 policies, CPU-based attacks), Landlock rules shall not be able to
|