Home
last modified time | relevance | path

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

/include/linux/
Dmempolicy.h63 extern void __mpol_put(struct mempolicy *pol);
64 static inline void mpol_put(struct mempolicy *pol) in mpol_put() argument
66 if (pol) in mpol_put()
67 __mpol_put(pol); in mpol_put()
74 static inline int mpol_needs_cond_ref(struct mempolicy *pol) in mpol_needs_cond_ref() argument
76 return (pol && (pol->flags & MPOL_F_SHARED)); in mpol_needs_cond_ref()
79 static inline void mpol_cond_put(struct mempolicy *pol) in mpol_cond_put() argument
81 if (mpol_needs_cond_ref(pol)) in mpol_cond_put()
82 __mpol_put(pol); in mpol_cond_put()
85 extern struct mempolicy *__mpol_dup(struct mempolicy *pol);
[all …]
Dwm97xx.h320 enum wm97xx_gpio_pol pol,
/include/linux/spi/
Ds3c24xx.h23 void (*set_cs)(struct s3c2410_spi_info *spi, int cs, int pol);
/include/drm/
Dexynos_drm.h96 struct exynos_drm_ipp_pol pol; member
/include/uapi/linux/netfilter/
Dxt_policy.h64 struct xt_policy_elem pol[XT_POLICY_MAX_ELEM]; member
/include/media/
Domap3isp.h88 u8 pol; member
/include/linux/mfd/wm8350/
Dgpio.h350 int pol, int pull, int invert, int debounce);
/include/net/
Dxfrm.h320 extern int km_query(struct xfrm_state *x, struct xfrm_tmpl *t, struct xfrm_policy *pol);
1153 extern int xfrm_policy_delete(struct xfrm_policy *pol, int dir);
1411 struct xfrm_policy *pol, int *err,
1560 extern int xfrm_sk_policy_insert(struct sock *sk, int dir, struct xfrm_policy *pol);
1575 extern void km_policy_expired(struct xfrm_policy *pol, int dir, int hard, u32 portid);
/include/uapi/linux/
Dxfrm.h438 struct xfrm_userpolicy_info pol; member