Home
last modified time | relevance | path

Searched refs:pol (Results 1 – 12 of 12) sorted by relevance

/include/linux/
Dmempolicy.h62 extern void __mpol_put(struct mempolicy *pol);
63 static inline void mpol_put(struct mempolicy *pol) in mpol_put() argument
65 if (pol) in mpol_put()
66 __mpol_put(pol); in mpol_put()
73 static inline int mpol_needs_cond_ref(struct mempolicy *pol) in mpol_needs_cond_ref() argument
75 return (pol && (pol->flags & MPOL_F_SHARED)); in mpol_needs_cond_ref()
78 static inline void mpol_cond_put(struct mempolicy *pol) in mpol_cond_put() argument
80 if (mpol_needs_cond_ref(pol)) in mpol_cond_put()
81 __mpol_put(pol); in mpol_cond_put()
84 extern struct mempolicy *__mpol_dup(struct mempolicy *pol);
[all …]
Dblk-cgroup.h190 int blkcg_policy_register(struct blkcg_policy *pol);
191 void blkcg_policy_unregister(struct blkcg_policy *pol);
193 const struct blkcg_policy *pol);
195 const struct blkcg_policy *pol);
201 const struct blkcg_policy *pol, int data,
212 int blkg_conf_prep(struct blkcg *blkcg, const struct blkcg_policy *pol,
382 struct blkcg_policy *pol) in blkg_to_pd() argument
384 return blkg ? blkg->pd[pol->plid] : NULL; in blkg_to_pd()
388 struct blkcg_policy *pol) in blkcg_to_cpd() argument
390 return blkcg ? blkcg->cpd[pol->plid] : NULL; in blkcg_to_cpd()
[all …]
Dnetlink.h104 #define NL_SET_BAD_ATTR_POLICY(extack, attr, pol) do { \ argument
107 (extack)->policy = (pol); \
113 #define NL_SET_ERR_MSG_ATTR_POL(extack, attr, pol, msg) do { \ argument
122 __extack->policy = (pol); \
Dwm97xx.h320 enum wm97xx_gpio_pol pol,
/include/linux/spi/
Ds3c24xx.h20 void (*set_cs)(struct s3c2410_spi_info *spi, int cs, int pol);
/include/linux/platform_data/media/
Domap4iss.h21 u8 pol; member
/include/uapi/linux/netfilter/
Dxt_policy.h68 struct xt_policy_elem pol[XT_POLICY_MAX_ELEM]; member
/include/net/
Dxfrm.h346 struct xfrm_policy *pol);
1203 int xfrm_policy_delete(struct xfrm_policy *pol, int dir);
1207 struct xfrm_policy *pol; in xfrm_sk_free_policy() local
1209 pol = rcu_dereference_protected(sk->sk_policy[0], 1); in xfrm_sk_free_policy()
1210 if (unlikely(pol != NULL)) { in xfrm_sk_free_policy()
1211 xfrm_policy_delete(pol, XFRM_POLICY_MAX); in xfrm_sk_free_policy()
1214 pol = rcu_dereference_protected(sk->sk_policy[1], 1); in xfrm_sk_free_policy()
1215 if (unlikely(pol != NULL)) { in xfrm_sk_free_policy()
1216 xfrm_policy_delete(pol, XFRM_POLICY_MAX+1); in xfrm_sk_free_policy()
1510 struct xfrm_policy *pol, int *err,
[all …]
/include/linux/mfd/wm8350/
Dgpio.h345 int pol, int pull, int invert, int debounce);
/include/uapi/linux/
Dxfrm.h458 struct xfrm_userpolicy_info pol; member
/include/soc/mscc/
Docelot_vcap.h633 struct ocelot_policer pol; member
Docelot.h795 struct ocelot_policer *pol);