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

<<11121314

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/sched/
H A Dsch_netem.c380 const struct nla_policy *policy, int len)
388 nested_len, policy);
379 parse_attr(struct nlattr *tb[], int maxtype, struct nlattr *nla, const struct nla_policy *policy, int len) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Dtaskstats.c584 .policy = taskstats_cmd_get_policy,
590 .policy = cgroupstats_cmd_get_policy,
H A Dsched_debug.c462 P(policy);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/cxx/
H A Dcxx_env.cpp71 // there is typically a single policy of throwing or returning.
574 // ON_ERROR_UNKNOWN defer the policy to policy saved in DbEnv::DbEnv
1107 DBENV_METHOD(repmgr_get_ack_policy, (int *policy), (dbenv, policy))
1108 DBENV_METHOD(repmgr_set_ack_policy, (int policy), (dbenv, policy))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/conntrack-tools/conntrack-tools-1.4.0/src/helpers/
H A Dtns.c393 .policy = {
H A Dftp.c590 .policy = {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/cell/spufs/
H A Dspufs.h128 int policy; member in struct:spu_context
H A Dsched.c128 * policy so we have to look at ->prio in this case.
134 ctx->policy = current->policy;
921 if (ctx->policy == SCHED_FIFO)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dxfrm.h44 /* Selector, used as selector both on policy rules (SPD) and SAs. */
250 XFRM_AE_CU=64, /* Event cause is policy update */
385 #define XFRM_POLICY_LOCALOK 1 /* Allow user to override global policy */
401 struct xfrm_userpolicy_info policy; member in struct:xfrm_user_acquire
H A Dsecurity.h77 extern int cap_task_setscheduler(struct task_struct *p, int policy, struct sched_param *lp);
544 * bracketing or policy changes. Notice that this hook is used when the
728 * Check permission before setting scheduling policy and/or parameters of
729 * process @p based on @policy and @lp.
731 * @policy contains the scheduling policy.
982 * the user-level policy update program (e.g., setkey).
1019 * access to the policy xp.
1023 * per-socket policy or a generic xfrm policy
2323 security_task_setscheduler(struct task_struct *p, int policy, struct sched_param *lp) argument
[all...]
H A Dsyscalls.h323 asmlinkage long sys_sched_setscheduler(pid_t pid, int policy,
335 asmlinkage long sys_sched_get_priority_max(int policy);
336 asmlinkage long sys_sched_get_priority_min(int policy);
737 asmlinkage long sys_get_mempolicy(int __user *policy,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/netlink/
H A Dgenetlink.c294 if (ops->policy)
538 ops->policy);
839 .policy = ctrl_policy,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iptables-1.4.12.1/iptables/
H A Diptables.c105 {.name = "policy", .has_arg = 1, .val = 'P'},
259 " --policy -P chain target\n"
260 " Change policy on chain to target\n"
483 printf(" (policy %s", pol);
1372 const char *policy = NULL, *newname = NULL; local
1547 policy = argv[optind++];
1550 "-%c requires a chain and a policy",
1749 ((policy != NULL && strcmp(policy, "DROP") == 0) ||
1974 ret = iptc_set_policy(chain, policy, c
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.4.12/src/iptables/
H A Diptables.c104 {.name = "policy", .has_arg = 1, .val = 'P'},
248 " --policy -P chain target\n"
249 " Change policy on chain to target\n"
472 printf(" (policy %s", pol);
1346 const char *policy = NULL, *newname = NULL; local
1521 policy = argv[optind++];
1524 "-%c requires a chain and a policy",
1723 ((policy != NULL && strcmp(policy, "DROP") == 0) ||
1948 ret = iptc_set_policy(chain, policy, c
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/mm/
H A Dshmem.c1156 mpol_shared_policy_lookup(&info->policy, idx));
1158 /* Create a pseudo vma that just contains the policy */
1172 /* Create a pseudo vma that just contains the policy */
1176 pvma.vm_policy = mpol_shared_policy_lookup(&info->policy, idx);
1179 * alloc_page_vma() will drop the shared policy reference
1528 return mpol_set_shared_policy(&SHMEM_I(i)->policy, vma, new);
1538 return mpol_shared_policy_lookup(&SHMEM_I(i)->policy, idx);
1609 mpol_shared_policy_init(&info->policy,
1624 mpol_shared_policy_init(&info->policy, NULL);
2420 mpol_free_shared_policy(&SHMEM_I(inode)->policy);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/doc/
H A Dip-cref.tex116 \item \verb|rule| --- rule in routing policy database
1169 \item \verb|throw| --- a special control route used together with policy
1172 Without policy routing it is equivalent to the absence of the route in the routing
1200 The multiple routing tables enter the game when {\em policy routing\/}
1430 Backward translation is setup with policy rules described
1778 If policy routing is used, it may be a different route.
1884 \section{{\tt ip rule} --- routing policy database management}
1889 \paragraph{Object:} \verb|rule|s in the routing policy database control
1900 This task is called ``policy routing''.
1903 ``policy routin
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/vtls/
H A Dnss.c268 PRInt32 policy = 0; local
273 SSL_CipherPolicyGet(cipherlist[i].num, &policy);
274 if(policy)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/skfp/h/
H A Dsmt.h183 #define SMT_PL_HOLD 1 /* hold policy supported (Dual MAC) */
740 struct smt_p_policy policy ; /* station policy */ member in struct:smt_sif_config
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dveth.c465 .policy = veth_policy,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/x509/
H A Dx509_vfy.h255 X509_POLICY_TREE *tree; /* Valid policy tree */
257 int explicit_policy; /* Require explicit policy value */
355 /* Enable policy checking */
357 /* Policy variable require-explicit-policy */
359 /* Policy variable inhibit-any-policy */
361 /* Policy variable inhibit-policy-mapping */
363 /* Notify callback that policy is OK */
372 /* Internal use: mask of policy related options */
490 ASN1_OBJECT *policy);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Dx509_vfy.h255 X509_POLICY_TREE *tree; /* Valid policy tree */
257 int explicit_policy; /* Require explicit policy value */
355 /* Enable policy checking */
357 /* Policy variable require-explicit-policy */
359 /* Policy variable inhibit-any-policy */
361 /* Policy variable inhibit-policy-mapping */
363 /* Notify callback that policy is OK */
372 /* Internal use: mask of policy related options */
490 ASN1_OBJECT *policy);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/caif/
H A Dchnl_net.c485 .policy = ipcaif_policy,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/rpcclient/
H A Dcmd_lsarpc.c81 const char *policy = audit_description_str(i); local
82 d_printf("%s:\t%s\n", policy, val);
1047 { "lsaquery", RPC_RTYPE_NTSTATUS, cmd_lsa_query_info_policy, NULL, PI_LSARPC, NULL, "Query info policy", "" },
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/hugetlbfs/
H A Dinode.c467 * The policy is initialized here even if we are creating a
473 mpol_shared_policy_init(&info->policy, NULL);
654 mpol_free_shared_policy(&HUGETLBFS_I(inode)->policy);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/
H A Dsa1100fb.c1214 struct cpufreq_policy *policy = data; local
1221 policy->max);
1228 * CPU policy verififcation process *

Completed in 686 milliseconds

<<11121314