Home
last modified time | relevance | path

Searched defs:pol (Results 1 – 25 of 54) sorted by relevance

123

/linux/include/linux/
H A Dmempolicy.h67 static inline void mpol_put(struct mempolicy *pol) in mpol_put()
77 static inline int mpol_needs_cond_ref(struct mempolicy *pol) in mpol_needs_cond_ref()
82 static inline void mpol_cond_put(struct mempolicy *pol) in mpol_cond_put()
89 static inline struct mempolicy *mpol_dup(struct mempolicy *pol) in mpol_dup()
96 static inline void mpol_get(struct mempolicy *pol) in mpol_get()
176 static inline bool mpol_is_preferred_many(struct mempolicy *pol) in mpol_is_preferred_many()
200 static inline void mpol_put(struct mempolicy *pol) in mpol_put()
204 static inline void mpol_cond_put(struct mempolicy *pol) in mpol_cond_put()
208 static inline void mpol_get(struct mempolicy *pol) in mpol_get()
301 static inline bool mpol_is_preferred_many(struct mempolicy *pol) in mpol_is_preferred_many()
/linux/security/safesetid/
H A Dsecurityfs.c72 struct setid_ruleset *pol = in __release_ruleset() local
84 static void release_ruleset(struct setid_ruleset *pol){ in release_ruleset()
88 static void insert_rule(struct setid_ruleset *pol, struct setid_rule *rule) in insert_rule()
98 static int verify_ruleset(struct setid_ruleset *pol) in verify_ruleset()
142 struct setid_ruleset *pol; in handle_policy_update() local
270 struct setid_ruleset *pol; in safesetid_file_read() local
H A Dlsm.c70 struct setid_ruleset *pol; in setid_policy_lookup() local
/linux/block/
H A Dblk-cgroup.c344 struct blkcg_policy *pol = blkcg_policy[i]; in blkg_alloc() local
418 struct blkcg_policy *pol = blkcg_policy[i]; in blkg_create() local
432 struct blkcg_policy *pol = blkcg_policy[i]; in blkg_create() local
538 struct blkcg_policy *pol = blkcg_policy[i]; in blkg_destroy() local
606 struct blkcg_policy *pol = blkcg_policy[i]; in blkg_destroy_all() local
671 struct blkcg_policy *pol = blkcg_policy[i]; in blkcg_reset_stats() local
711 const struct blkcg_policy *pol, int data, in blkcg_print_blkgs()
834 int blkg_conf_prep(struct blkcg *blkcg, const struct blkcg_policy *pol, in blkg_conf_prep()
1176 struct blkcg_policy *pol = blkcg_policy[i]; in blkcg_print_one_stat() local
1400 struct blkcg_policy *pol = blkcg_policy[i]; in blkcg_css_alloc() local
[all …]
H A Dblk-cgroup.h287 const struct blkcg_policy *pol) in blkg_to_pd()
293 struct blkcg_policy *pol) in blkcg_to_cpd()
480 const struct blkcg_policy *pol) in blkcg_policy_enabled()
505 static inline int blkcg_policy_register(struct blkcg_policy *pol) { return 0; } in blkcg_policy_register()
506 static inline void blkcg_policy_unregister(struct blkcg_policy *pol) { } in blkcg_policy_unregister()
508 const struct blkcg_policy *pol) { return 0; } in blkcg_activate_policy()
510 const struct blkcg_policy *pol) { } in blkcg_deactivate_policy()
513 const struct blkcg_policy *pol) { return NULL; } in blkg_to_pd()
H A Dblk-cgroup-rwstat.c96 void blkg_rwstat_recursive_sum(struct blkcg_gq *blkg, struct blkcg_policy *pol, in blkg_rwstat_recursive_sum()
/linux/net/xfrm/
H A Dxfrm_policy.c582 struct xfrm_policy *pol; in xfrm_dst_hash_transfer() local
617 struct xfrm_policy *pol; in xfrm_idx_hash_transfer() local
752 xfrm_policy_inexact_alloc_bin(const struct xfrm_policy *pol, u8 dir) in xfrm_policy_inexact_alloc_bin()
1280 struct xfrm_policy *pol; in xfrm_hash_rebuild() local
1481 struct xfrm_policy *pol) in xfrm_policy_mark_match()
1539 struct xfrm_policy *pol, *newpos = NULL, *delpol = NULL; in xfrm_policy_insert_list() local
1627 struct xfrm_policy *pol; in __xfrm_policy_bysel_ctx() local
1650 struct xfrm_policy *pol, *ret = NULL; in xfrm_policy_bysel_ctx() local
1718 struct xfrm_policy *pol, *ret; in xfrm_policy_byid() local
1758 struct xfrm_policy *pol; in xfrm_policy_flush_secctx_check() local
[all …]
/linux/security/ipe/
H A Dpolicy_tests.c250 struct ipe_policy *pol; in ipe_parser_unsigned_test() local
278 struct ipe_policy *pol = NULL; in ipe_parser_widestring_test() local
H A Deval.c319 struct ipe_policy *pol = NULL; in ipe_evaluate_event() local
/linux/drivers/mfd/
H A Dwm8350-gpio.c162 static int gpio_set_polarity(struct wm8350 *wm8350, int gpio, int pol) in gpio_set_polarity()
184 int pol, int pull, int invert, int debounce) in wm8350_gpio_config()
/linux/drivers/cpufreq/
H A Dpowernow-k8.c925 struct cpufreq_policy *pol; member
932 struct cpufreq_policy *pol = pta->pol; in powernowk8_target_fn() local
986 static int powernowk8_target(struct cpufreq_policy *pol, unsigned index) in powernowk8_target()
1024 static int powernowk8_cpu_init(struct cpufreq_policy *pol) in powernowk8_cpu_init()
1095 static void powernowk8_cpu_exit(struct cpufreq_policy *pol) in powernowk8_cpu_exit()
/linux/drivers/net/ethernet/microchip/lan966x/
H A Dlan966x_police.c19 struct lan966x_tc_policer *pol, in lan966x_police_add()
141 struct lan966x_tc_policer pol; in lan966x_police_port_add() local
/linux/drivers/media/platform/sunxi/sun4i-csi/
H A Dsun4i_csi.h25 #define CSI_CFG_VREF_POL(pol) ((pol) << 2) argument
26 #define CSI_CFG_HREF_POL(pol) ((pol) << 1) argument
27 #define CSI_CFG_PCLK_POL(pol) ((pol) << 0) argument
/linux/net/key/
H A Daf_key.c1960 parse_ipsecrequest(struct xfrm_policy *xp, struct sadb_x_policy *pol, in parse_ipsecrequest()
2012 parse_ipsecrequests(struct xfrm_policy *xp, struct sadb_x_policy *pol) in parse_ipsecrequests()
2087 struct sadb_x_policy *pol; in pfkey_xfrm_policy2msg() local
2269 struct sadb_x_policy *pol; in pfkey_spdadd() local
2383 struct sadb_x_policy *pol; in pfkey_spddelete() local
2571 struct sadb_x_policy *pol; in pfkey_migrate() local
2669 struct sadb_x_policy *pol; in pfkey_spdget() local
3176 struct sadb_x_policy *pol; in pfkey_send_acquire() local
3288 struct sadb_x_policy *pol = (struct sadb_x_policy*)data; in pfkey_compile_policy() local
3577 struct sadb_x_policy *pol; in pfkey_send_migrate() local
/linux/drivers/gpu/drm/omapdrm/dss/
H A Dhdmi_phy.c37 u8 lane, pol; in hdmi_phy_parse_lanes() local
/linux/security/selinux/ss/
H A Davtab.c306 int avtab_read_item(struct avtab *a, struct policy_file *fp, struct policydb *pol, in avtab_read_item() argument
477 avtab_read(struct avtab * a,struct policy_file * fp,struct policydb * pol) avtab_read() argument
[all...]
/linux/drivers/irqchip/
H A Dirq-tb10x.c44 uint32_t mod, pol, im = data->mask; in tb10x_irq_set_type() local
/linux/drivers/net/ethernet/mscc/
H A Docelot_police.c203 struct ocelot_policer *pol) in ocelot_port_policer_add()
/linux/drivers/video/fbdev/omap2/omapfb/dss/
H A Dhdmi_phy.c46 u8 lane, pol; in hdmi_phy_parse_lanes() local
/linux/include/uapi/linux/netfilter/
H A Dxt_policy.h68 struct xt_policy_elem pol[XT_POLICY_MAX_ELEM]; member
/linux/drivers/media/pci/zoran/
H A Dzr36016.c214 struct vfe_settings *cap, struct vfe_polarity *pol) in zr36016_set_video()
H A Dzr36050.c544 struct vfe_settings *cap, struct vfe_polarity *pol) in zr36050_set_video()
H A Dzr36060.c484 struct vfe_settings *cap, struct vfe_polarity *pol) in zr36060_set_video()
/linux/drivers/counter/
H A Dti-ecap-capture.c236 size_t idx, enum counter_signal_polarity *pol) in ecap_cnt_pol_read()
252 size_t idx, enum counter_signal_polarity pol) in ecap_cnt_pol_write()
/linux/drivers/media/platform/ti/omap3isp/
H A Domap3isp.h70 u8 pol; member

123