Searched refs:pol (Results 1 – 6 of 6) sorted by relevance
/include/linux/ |
D | mempolicy.h | 110 extern void __mpol_put(struct mempolicy *pol); 111 static inline void mpol_put(struct mempolicy *pol) in mpol_put() argument 113 if (pol) in mpol_put() 114 __mpol_put(pol); in mpol_put() 121 static inline int mpol_needs_cond_ref(struct mempolicy *pol) in mpol_needs_cond_ref() argument 123 return (pol && (pol->flags & MPOL_F_SHARED)); in mpol_needs_cond_ref() 126 static inline void mpol_cond_put(struct mempolicy *pol) in mpol_cond_put() argument 128 if (mpol_needs_cond_ref(pol)) in mpol_cond_put() 129 __mpol_put(pol); in mpol_cond_put() 142 extern struct mempolicy *__mpol_dup(struct mempolicy *pol); [all …]
|
D | wm97xx.h | 298 enum wm97xx_gpio_pol pol,
|
D | xfrm.h | 409 struct xfrm_userpolicy_info pol; member
|
/include/linux/netfilter/ |
D | xt_policy.h | 68 struct xt_policy_elem pol[XT_POLICY_MAX_ELEM]; member
|
/include/linux/mfd/wm8350/ |
D | gpio.h | 331 int pol, int pull, int invert, int debounce);
|
/include/net/ |
D | xfrm.h | 285 extern int km_query(struct xfrm_state *x, struct xfrm_tmpl *t, struct xfrm_policy *pol); 1074 extern int xfrm_policy_delete(struct xfrm_policy *pol, int dir); 1324 struct xfrm_policy *pol, int *err, 1461 extern int xfrm_sk_policy_insert(struct sock *sk, int dir, struct xfrm_policy *pol); 1462 extern int xfrm_bundle_ok(struct xfrm_policy *pol, struct xfrm_dst *xdst, 1478 extern void km_policy_expired(struct xfrm_policy *pol, int dir, int hard, u32 pid);
|