Searched refs:pol (Results 1 – 9 of 9) sorted by relevance
/include/linux/ |
D | mempolicy.h | 63 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 …]
|
D | wm97xx.h | 320 enum wm97xx_gpio_pol pol,
|
/include/linux/spi/ |
D | s3c24xx.h | 23 void (*set_cs)(struct s3c2410_spi_info *spi, int cs, int pol);
|
/include/drm/ |
D | exynos_drm.h | 96 struct exynos_drm_ipp_pol pol; member
|
/include/uapi/linux/netfilter/ |
D | xt_policy.h | 64 struct xt_policy_elem pol[XT_POLICY_MAX_ELEM]; member
|
/include/media/ |
D | omap3isp.h | 88 u8 pol; member
|
/include/linux/mfd/wm8350/ |
D | gpio.h | 350 int pol, int pull, int invert, int debounce);
|
/include/net/ |
D | xfrm.h | 320 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/ |
D | xfrm.h | 438 struct xfrm_userpolicy_info pol; member
|