/linux-4.4.14/block/ |
D | blk-cgroup.c | 53 const struct blkcg_policy *pol) in blkcg_policy_enabled() 119 struct blkcg_policy *pol = blkcg_policy[i]; in blkg_alloc() local 217 struct blkcg_policy *pol = blkcg_policy[i]; in blkg_create() local 231 struct blkcg_policy *pol = blkcg_policy[i]; in blkg_create() local 322 struct blkcg_policy *pol = blkcg_policy[i]; in blkg_destroy() local 456 struct blkcg_policy *pol = blkcg_policy[i]; in blkcg_reset_stats() local 498 const struct blkcg_policy *pol, int data, in blkcg_print_blkgs() 699 struct blkcg_policy *pol, int off) in blkg_stat_recursive_sum() 741 struct blkcg_policy *pol, int off) in blkg_rwstat_recursive_sum() 785 int blkg_conf_prep(struct blkcg *blkcg, const struct blkcg_policy *pol, in blkg_conf_prep() [all …]
|
/linux-4.4.14/include/linux/ |
D | mempolicy.h | 64 static inline void mpol_put(struct mempolicy *pol) in mpol_put() 74 static inline int mpol_needs_cond_ref(struct mempolicy *pol) in mpol_needs_cond_ref() 79 static inline void mpol_cond_put(struct mempolicy *pol) in mpol_cond_put() 86 static inline struct mempolicy *mpol_dup(struct mempolicy *pol) in mpol_dup() 95 static inline void mpol_get(struct mempolicy *pol) in mpol_get() 212 static inline void mpol_cond_put(struct mempolicy *pol) in mpol_cond_put() 216 static inline void mpol_get(struct mempolicy *pol) in mpol_get()
|
D | blk-cgroup.h | 309 struct blkcg_policy *pol) in blkg_to_pd() 315 struct blkcg_policy *pol) in blkcg_to_cpd() 756 static inline int blkcg_policy_register(struct blkcg_policy *pol) { return 0; } in blkcg_policy_register() 757 static inline void blkcg_policy_unregister(struct blkcg_policy *pol) { } in blkcg_policy_unregister() 759 const struct blkcg_policy *pol) { return 0; } in blkcg_activate_policy() 761 const struct blkcg_policy *pol) { } in blkcg_deactivate_policy() 766 struct blkcg_policy *pol) { return NULL; } in blkg_to_pd()
|
/linux-4.4.14/mm/ |
D | mempolicy.c | 128 struct mempolicy *pol = p->mempolicy; in get_task_policy() local 165 static inline int mpol_store_user_nodemask(const struct mempolicy *pol) in mpol_store_user_nodemask() 178 static int mpol_new_interleave(struct mempolicy *pol, const nodemask_t *nodes) in mpol_new_interleave() 186 static int mpol_new_preferred(struct mempolicy *pol, const nodemask_t *nodes) in mpol_new_preferred() 197 static int mpol_new_bind(struct mempolicy *pol, const nodemask_t *nodes) in mpol_new_bind() 214 static int mpol_set_nodemask(struct mempolicy *pol, in mpol_set_nodemask() 303 static void mpol_rebind_default(struct mempolicy *pol, const nodemask_t *nodes, in mpol_rebind_default() 314 static void mpol_rebind_nodemask(struct mempolicy *pol, const nodemask_t *nodes, in mpol_rebind_nodemask() 358 static void mpol_rebind_preferred(struct mempolicy *pol, in mpol_rebind_preferred() 399 static void mpol_rebind_policy(struct mempolicy *pol, const nodemask_t *newmask, in mpol_rebind_policy() [all …]
|
/linux-4.4.14/net/xfrm/ |
D | xfrm_policy.c | 250 struct xfrm_policy *pol = container_of(flo, struct xfrm_policy, flo); in xfrm_policy_flo_get() local 262 struct xfrm_policy *pol = container_of(flo, struct xfrm_policy, flo); in xfrm_policy_flo_check() local 416 struct xfrm_policy *pol; in xfrm_dst_hash_transfer() local 451 struct xfrm_policy *pol; in xfrm_idx_hash_transfer() local 581 struct xfrm_policy *pol; in xfrm_hash_rebuild() local 733 static bool xfrm_policy_mark_match(struct xfrm_policy *policy, in xfrm_policy_mark_match() 751 struct xfrm_policy *pol; in xfrm_policy_insert() local 819 struct xfrm_policy *pol, *ret; in xfrm_policy_bysel_ctx() local 856 struct xfrm_policy *pol, *ret; in xfrm_policy_byid() local 899 struct xfrm_policy *pol; in xfrm_policy_flush_secctx_check() local [all …]
|
D | xfrm_state.c | 726 static void xfrm_state_look_at(struct xfrm_policy *pol, struct xfrm_state *x, in xfrm_state_look_at() 766 struct xfrm_policy *pol, int *err, in xfrm_state_find() 1737 int km_query(struct xfrm_state *x, struct xfrm_tmpl *t, struct xfrm_policy *pol) in km_query() 1770 void km_policy_expired(struct xfrm_policy *pol, int dir, int hard, u32 portid) in km_policy_expired() 1846 struct xfrm_policy *pol = NULL; in xfrm_user_policy() local
|
D | xfrm_user.c | 1333 static int copy_from_user_sec_ctx(struct xfrm_policy *pol, struct nlattr **attrs) in copy_from_user_sec_ctx() 1403 static int copy_from_user_tmpl(struct xfrm_policy *pol, struct nlattr **attrs) in copy_from_user_tmpl()
|
/linux-4.4.14/drivers/mfd/ |
D | wm8350-gpio.c | 167 static int gpio_set_polarity(struct wm8350 *wm8350, int gpio, int pol) in gpio_set_polarity() 189 int pol, int pull, int invert, int debounce) in wm8350_gpio_config()
|
/linux-4.4.14/drivers/cpufreq/ |
D | powernow-k8.c | 935 struct cpufreq_policy *pol; member 942 struct cpufreq_policy *pol = pta->pol; in powernowk8_target_fn() local 996 static int powernowk8_target(struct cpufreq_policy *pol, unsigned index) in powernowk8_target() 1034 static int powernowk8_cpu_init(struct cpufreq_policy *pol) in powernowk8_cpu_init() 1114 static int powernowk8_cpu_exit(struct cpufreq_policy *pol) in powernowk8_cpu_exit()
|
/linux-4.4.14/arch/mips/include/asm/ |
D | txx9pio.h | 20 __u32 pol; member
|
/linux-4.4.14/drivers/input/touchscreen/ |
D | wm97xx-core.c | 232 enum wm97xx_gpio_pol pol, enum wm97xx_gpio_sticky sticky, in wm97xx_config_gpio() 307 u16 status, pol; in wm97xx_pen_irq_worker() local
|
/linux-4.4.14/drivers/irqchip/ |
D | irq-tb10x.c | 57 uint32_t im, mod, pol; in tb10x_irq_set_type() local
|
D | irq-mips-gic.c | 104 static inline void gic_set_polarity(unsigned int intr, unsigned int pol) in gic_set_polarity()
|
/linux-4.4.14/include/media/ |
D | omap4iss.h | 20 u8 pol; member
|
/linux-4.4.14/include/drm/ |
D | exynos_drm.h | 97 struct exynos_drm_ipp_pol pol; member
|
/linux-4.4.14/drivers/video/fbdev/omap2/dss/ |
D | hdmi_phy.c | 47 u8 lane, pol; in hdmi_phy_parse_lanes() local
|
D | dsi.c | 3790 u8 lane, pol; in dsi_configure_pins() local
|
/linux-4.4.14/security/selinux/ss/ |
D | avtab.c | 389 int avtab_read_item(struct avtab *a, void *fp, struct policydb *pol, in avtab_read_item() 556 int avtab_read(struct avtab *a, void *fp, struct policydb *pol) in avtab_read()
|
D | mls.c | 234 int mls_context_to_sid(struct policydb *pol, in mls_context_to_sid()
|
D | services.c | 110 static int selinux_set_mapping(struct policydb *pol, in selinux_set_mapping() 1315 static int string_to_context_struct(struct policydb *pol, in string_to_context_struct()
|
/linux-4.4.14/drivers/ssb/ |
D | driver_gpio.c | 132 u32 pol = chipco_read32(chipco, SSB_CHIPCO_GPIOPOL); in ssb_gpio_irq_chipco_handler() local 329 u32 pol = ssb_read32(extif->dev, SSB_EXTIF_GPIO_INTPOL); in ssb_gpio_irq_extif_handler() local
|
/linux-4.4.14/net/key/ |
D | af_key.c | 1939 parse_ipsecrequests(struct xfrm_policy *xp, struct sadb_x_policy *pol) in parse_ipsecrequests() 2010 struct sadb_x_policy *pol; in pfkey_xfrm_policy2msg() local 2195 struct sadb_x_policy *pol; in pfkey_spdadd() local 2309 struct sadb_x_policy *pol; in pfkey_spddelete() local 2495 struct sadb_x_policy *pol; in pfkey_migrate() local 2593 struct sadb_x_policy *pol; in pfkey_spdget() local 3084 struct sadb_x_policy *pol; in pfkey_send_acquire() local 3193 struct sadb_x_policy *pol = (struct sadb_x_policy*)data; in pfkey_compile_policy() local 3484 struct sadb_x_policy *pol; in pfkey_send_migrate() local
|
/linux-4.4.14/include/uapi/linux/netfilter/ |
D | xt_policy.h | 64 struct xt_policy_elem pol[XT_POLICY_MAX_ELEM]; member
|
/linux-4.4.14/drivers/media/pci/zoran/ |
D | zr36016.c | 316 struct vfe_polarity *pol) in zr36016_set_video()
|
D | zr36060.c | 597 struct vfe_polarity *pol) in zr36060_set_video()
|
D | zr36050.c | 606 struct vfe_polarity *pol) in zr36050_set_video()
|
/linux-4.4.14/drivers/media/platform/omap3isp/ |
D | omap3isp.h | 76 u8 pol; member
|
/linux-4.4.14/drivers/bcma/ |
D | driver_gpio.c | 113 u32 pol = bcma_cc_read32(cc, BCMA_CC_GPIOPOL); in bcma_gpio_irq_handler() local
|
/linux-4.4.14/arch/mips/alchemy/devboards/ |
D | db1550.c | 259 static void db1550_spi_cs_en(struct au1550_spi_info *spi, int cs, int pol) in db1550_spi_cs_en()
|
D | db1200.c | 700 static void db1200_spi_cs_en(struct au1550_spi_info *spi, int cs, int pol) in db1200_spi_cs_en()
|
/linux-4.4.14/arch/ia64/kernel/ |
D | iosapic.c | 219 unsigned long pol, trigger, dmode; in set_rte() local 485 static int iosapic_find_sharable_irq(unsigned long trigger, unsigned long pol) in iosapic_find_sharable_irq()
|
/linux-4.4.14/drivers/acpi/ |
D | resource.c | 381 u8 pol = p ? ACPI_ACTIVE_LOW : ACPI_ACTIVE_HIGH; in acpi_dev_get_irqresource() local
|
/linux-4.4.14/drivers/gpio/ |
D | gpio-grgpio.c | 137 u32 pol; in grgpio_irq_set_type() local
|
D | gpio-xlp.c | 174 int pol, irq_type; in xlp_gpio_set_irq_type() local
|
/linux-4.4.14/kernel/sched/ |
D | debug.c | 525 struct mempolicy *pol; in sched_show_numa() local
|
/linux-4.4.14/drivers/spi/ |
D | spi-s3c24xx.c | 92 static void s3c24xx_spi_gpiocs(struct s3c2410_spi_info *spi, int cs, int pol) in s3c24xx_spi_gpiocs()
|
D | spi-fsl-spi.c | 115 bool pol = spi->mode & SPI_CS_HIGH; in fsl_spi_chipselect() local
|
/linux-4.4.14/tools/power/cpupower/lib/ |
D | sysfs.c | 632 struct cpufreq_policy *pol = sysfs_get_freq_policy(cpu); in sysfs_set_frequency() local
|
/linux-4.4.14/drivers/gpu/drm/exynos/ |
D | exynos_drm_fimc.c | 166 struct exynos_drm_ipp_pol pol; member 264 struct exynos_drm_ipp_pol *pol) in fimc_set_polarity()
|
/linux-4.4.14/fs/kernfs/ |
D | file.c | 436 struct mempolicy *pol; in kernfs_vma_get_policy() local
|
/linux-4.4.14/drivers/nvdimm/ |
D | bus.c | 240 const char *pol = nd_region->ro ? "only" : "write"; in nvdimm_revalidate_disk() local
|
/linux-4.4.14/drivers/pinctrl/qcom/ |
D | pinctrl-msm.c | 549 unsigned pol; in msm_gpio_update_dual_edge_pos() local
|
/linux-4.4.14/drivers/pinctrl/mediatek/ |
D | pinctrl-mtk-common.h | 184 unsigned int pol; member
|
/linux-4.4.14/ipc/ |
D | shm.c | 400 struct mempolicy *pol = NULL; in shm_get_policy() local
|
/linux-4.4.14/fs/proc/ |
D | task_mmu.c | 1544 struct mempolicy *pol; in show_numa_map() local
|
/linux-4.4.14/include/uapi/linux/ |
D | xfrm.h | 444 struct xfrm_userpolicy_info pol; member
|
/linux-4.4.14/arch/mips/include/asm/txx9/ |
D | tx4939.h | 98 struct tx4939_le_reg pol; member
|
/linux-4.4.14/drivers/gpu/drm/gma500/ |
D | intel_bios.h | 263 u8 pol:1; member
|
/linux-4.4.14/include/net/ |
D | xfrm.h | 1160 struct xfrm_policy *pol; in xfrm_sk_free_policy() local
|
/linux-4.4.14/drivers/net/ethernet/dec/tulip/ |
D | de4x5.c | 3439 test_mii_reg(struct net_device *dev, int reg, int mask, bool pol, long msec) in test_mii_reg()
|
/linux-4.4.14/sound/pci/hda/ |
D | patch_realtek.c | 3277 int pol, pin; in alc269_fixup_hp_mute_led() local
|