Searched refs:policy (Results 251 - 275 of 505) sorted by relevance

<<11121314151617181920>>

/linux-master/arch/arm/mach-tegra/
H A Dsleep.S143 /* in LP2 idle (SDRAM active), set the CPU burst policy to PLLP */
145 mov r0, #(2 << 28) @ burst policy = run mode
/linux-master/drivers/infiniband/ulp/ipoib/
H A Dipoib_netlink.c172 .policy = ipoib_policy,
/linux-master/arch/powerpc/platforms/pseries/
H A Dplpks-secvar.c144 var.policy = get_policy(key);
/linux-master/net/netfilter/
H A Dnft_last.c134 .policy = nft_last_policy,
H A Dnft_range.c147 .policy = nft_range_policy,
H A Dnft_osf.c170 .policy = nft_osf_policy,
H A Dnft_connlimit.c175 .policy = nft_connlimit_policy,
267 .policy = nft_connlimit_policy,
/linux-master/include/uapi/linux/netfilter_bridge/
H A Debtables.h86 int policy; member in struct:ebt_entries
100 * different techniques for naming the policy and such. So, iptables doesn't
/linux-master/drivers/net/wireless/silabs/wfx/
H A Ddata_tx.c44 /* TX policy cache implementation */
46 static void wfx_tx_policy_build(struct wfx_vif *wvif, struct wfx_tx_policy *policy, argument
53 WARN(rates[0].idx < 0, "invalid rate policy");
54 memset(policy, 0, sizeof(*policy));
60 /* Pack two values in each byte of policy->rates */
64 policy->rates[rateid / 2] |= count;
112 WARN(1, "unable to get a valid Tx policy");
120 /* If policy is not found create a new one using the oldest entry in "free" list */
302 dev_warn(wvif->wdev->dev, "unable to get a valid Tx policy");
[all...]
/linux-master/drivers/net/wireless/intel/iwlwifi/fw/api/
H A Dtime-event.h143 * enum iwl_time_event_policy - Time event policy values
207 * @policy: defines whether uCode shall notify the host or other uCode modules
227 __le16 policy; member in struct:iwl_time_event_cmd
/linux-master/drivers/gpu/drm/amd/display/dc/dml2/
H A Ddisplay_mode_util.h58 __DML_DLL_EXPORT__ void dml_print_dml_policy(const struct dml_mode_eval_policy_st *policy);
/linux-master/include/net/
H A Drtnetlink.h53 * @policy: Netlink policy for device specific attribute validation
93 const struct nla_policy *policy; member in struct:rtnl_link_ops
/linux-master/fs/btrfs/
H A Dextent-tree.h83 /* Allocation policy */
84 enum btrfs_extent_allocation_policy policy; member in struct:find_free_extent_ctl
/linux-master/include/linux/
H A Dfscrypt.h91 * the log2_data_unit_size field of the fscrypt policy. This flag is
146 * Get the dummy fscrypt policy in use on the filesystem (if any).
151 * Return: A pointer to the dummy fscrypt policy, if the filesystem is
348 /* policy.c */
358 const union fscrypt_policy *policy; member in struct:fscrypt_dummy_policy
370 return dummy_policy->policy != NULL;
375 kfree(dummy_policy->policy);
376 dummy_policy->policy = NULL;
539 /* policy.c */
951 * in an encrypted directory tree use the same encryption policy
[all...]
H A Dshmem_fs.h34 struct shared_policy policy; /* NUMA memory alloc policy */ member in struct:shmem_inode_info
71 struct mempolicy *mpol; /* default memory policy for mappings */
/linux-master/drivers/md/
H A DMakefile21 dm-cache-y += dm-cache-target.o dm-cache-metadata.o dm-cache-policy.o \
23 dm-cache-smq-y += dm-cache-policy-smq.o
/linux-master/arch/x86/include/uapi/asm/
H A Dkvm.h705 __u32 policy; member in struct:kvm_sev_launch_start
741 __u32 policy; member in struct:kvm_sev_guest_status
760 __u32 policy; member in struct:kvm_sev_send_start
790 __u32 policy; member in struct:kvm_sev_receive_start
/linux-master/tools/arch/x86/include/uapi/asm/
H A Dkvm.h705 __u32 policy; member in struct:kvm_sev_launch_start
741 __u32 policy; member in struct:kvm_sev_guest_status
760 __u32 policy; member in struct:kvm_sev_send_start
790 __u32 policy; member in struct:kvm_sev_receive_start
/linux-master/drivers/net/dsa/mv88e6xxx/
H A Dchip.c2292 const struct mv88e6xxx_policy *policy)
2294 enum mv88e6xxx_policy_mapping mapping = policy->mapping;
2295 enum mv88e6xxx_policy_action action = policy->action;
2296 const u8 *addr = policy->addr;
2297 u16 vid = policy->vid;
2328 /* Skip the port's policy clearing if the mapping is still in use */
2330 idr_for_each_entry(&chip->policies, policy, id)
2331 if (policy->port == port &&
2332 policy->mapping == mapping &&
2333 policy
2291 mv88e6xxx_policy_apply(struct mv88e6xxx_chip *chip, int port, const struct mv88e6xxx_policy *policy) argument
2346 struct mv88e6xxx_policy *policy; local
2426 struct mv88e6xxx_policy *policy; local
2473 struct mv88e6xxx_policy *policy; local
[all...]
/linux-master/drivers/ata/
H A Dlibata.h174 extern int sata_pmp_set_lpm(struct ata_link *link, enum ata_lpm_policy policy,
189 enum ata_lpm_policy policy, unsigned hints)
188 sata_pmp_set_lpm(struct ata_link *link, enum ata_lpm_policy policy, unsigned hints) argument
/linux-master/arch/x86/include/asm/
H A Defi.h279 #define __efi64_argmap_load_file(protocol, path, policy, bufsize, buf) \
280 ((protocol), (path), (policy), efi64_zero_upper(bufsize), (buf))
/linux-master/tools/testing/selftests/futex/functional/
H A Dfutex_requeue_pi.c73 int policy, int prio)
88 ret = pthread_attr_setschedpolicy(&attr, policy);
72 create_rt_thread(pthread_t *pth, void*(*func)(void *), void *arg, int policy, int prio) argument
/linux-master/mm/kfence/
H A Dkfence_test.c244 static void *test_alloc(struct kunit *test, size_t size, gfp_t gfp, enum allocation_policy policy) argument
250 switch (policy) {
265 kunit_info(test, "%s: size=%zu, gfp=%x, policy=%s, cache=%i\n", __func__, size, gfp,
299 if (policy == ALLOCATE_ANY)
301 if (policy == ALLOCATE_LEFT && PAGE_ALIGNED(alloc))
303 if (policy == ALLOCATE_RIGHT && !PAGE_ALIGNED(alloc))
305 } else if (policy == ALLOCATE_NONE)
/linux-master/net/netfilter/ipset/
H A Dip_set_core.c2122 .policy = ip_set_create_policy,
2128 .policy = ip_set_setname_policy,
2134 .policy = ip_set_setname_policy,
2140 .policy = ip_set_setname2_policy,
2146 .policy = ip_set_setname2_policy,
2152 .policy = ip_set_dump_policy,
2158 .policy = ip_set_setname_policy,
2164 .policy = ip_set_adt_policy,
2170 .policy = ip_set_adt_policy,
2176 .policy
[all...]
/linux-master/drivers/net/wireless/intel/iwlwifi/
H A Diwl-dbg-tlv.c202 * The higher part of the ID from version 2 is debug policy.
1065 u32 policy = le32_to_cpu(trig->apply_policy); local
1070 if (!(policy & IWL_FW_INI_APPLY_POLICY_OVERRIDE_DATA)) {
1111 if (policy & IWL_FW_INI_APPLY_POLICY_OVERRIDE_CFG) {
1120 if (policy & IWL_FW_INI_APPLY_POLICY_OVERRIDE_REGIONS) {
1144 u32 policy = le32_to_cpu(trig->apply_policy); local
1147 if (!(policy & IWL_FW_INI_APPLY_POLICY_MATCH_TIME_POINT))
1150 if (!(policy & IWL_FW_INI_APPLY_POLICY_MATCH_DATA) ||

Completed in 290 milliseconds

<<11121314151617181920>>