| /kernel/linux/linux-6.6/include/linux/ |
| D | mempolicy.h | 63 static inline void mpol_put(struct mempolicy *pol) in mpol_put() 73 static inline int mpol_needs_cond_ref(struct mempolicy *pol) in mpol_needs_cond_ref() 78 static inline void mpol_cond_put(struct mempolicy *pol) in mpol_cond_put() 85 static inline struct mempolicy *mpol_dup(struct mempolicy *pol) in mpol_dup() 94 static inline void mpol_get(struct mempolicy *pol) in mpol_get() 180 static inline bool mpol_is_preferred_many(struct mempolicy *pol) in mpol_is_preferred_many() 200 static inline void mpol_cond_put(struct mempolicy *pol) in mpol_cond_put() 204 static inline void mpol_get(struct mempolicy *pol) in mpol_get() 291 static inline bool mpol_is_preferred_many(struct mempolicy *pol) in mpol_is_preferred_many()
|
| D | netlink.h | 143 #define NL_SET_BAD_ATTR_POLICY(extack, attr, pol) do { \ argument 152 #define NL_SET_ERR_MSG_ATTR_POL(extack, attr, pol, msg) do { \ argument 165 #define NL_SET_ERR_MSG_ATTR_POL_FMT(extack, attr, pol, fmt, args...) do { \ argument
|
| /kernel/linux/linux-5.10/security/safesetid/ |
| D | securityfs.c | 72 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 267 struct setid_ruleset *pol; in safesetid_file_read() local
|
| /kernel/linux/linux-6.6/security/safesetid/ |
| D | securityfs.c | 72 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 267 struct setid_ruleset *pol; in safesetid_file_read() local
|
| /kernel/linux/linux-5.10/block/ |
| D | blk-cgroup.c | 61 const struct blkcg_policy *pol) in blkcg_policy_enabled() 180 struct blkcg_policy *pol = blkcg_policy[i]; in blkg_alloc() local 275 struct blkcg_policy *pol = blkcg_policy[i]; in blkg_create() local 289 struct blkcg_policy *pol = blkcg_policy[i]; in blkg_create() local 390 struct blkcg_policy *pol = blkcg_policy[i]; in blkg_destroy() local 464 struct blkcg_policy *pol = blkcg_policy[i]; in blkcg_reset_stats() local 505 const struct blkcg_policy *pol, int data, in blkcg_print_blkgs() 547 const struct blkcg_policy *pol, in blkg_lookup_check() 608 int blkg_conf_prep(struct blkcg *blkcg, const struct blkcg_policy *pol, in blkg_conf_prep() 934 struct blkcg_policy *pol = blkcg_policy[i]; in blkcg_print_stat() local [all …]
|
| D | blk-cgroup-rwstat.c | 103 void blkg_rwstat_recursive_sum(struct blkcg_gq *blkg, struct blkcg_policy *pol, in blkg_rwstat_recursive_sum()
|
| /kernel/linux/linux-6.6/mm/ |
| D | mempolicy.c | 167 struct mempolicy *pol = p->mempolicy; in get_task_policy() local 189 static inline int mpol_store_user_nodemask(const struct mempolicy *pol) in mpol_store_user_nodemask() 202 static int mpol_new_nodemask(struct mempolicy *pol, const nodemask_t *nodes) in mpol_new_nodemask() 210 static int mpol_new_preferred(struct mempolicy *pol, const nodemask_t *nodes) in mpol_new_preferred() 228 static int mpol_set_nodemask(struct mempolicy *pol, in mpol_set_nodemask() 319 static void mpol_rebind_default(struct mempolicy *pol, const nodemask_t *nodes) in mpol_rebind_default() 323 static void mpol_rebind_nodemask(struct mempolicy *pol, const nodemask_t *nodes) in mpol_rebind_nodemask() 343 static void mpol_rebind_preferred(struct mempolicy *pol, in mpol_rebind_preferred() 356 static void mpol_rebind_policy(struct mempolicy *pol, const nodemask_t *newmask) in mpol_rebind_policy() 780 struct mempolicy *pol) in vma_replace_policy() [all …]
|
| /kernel/linux/linux-6.6/block/ |
| D | blk-cgroup.c | 114 const struct blkcg_policy *pol) in blkcg_policy_enabled() 339 struct blkcg_policy *pol = blkcg_policy[i]; in blkg_alloc() local 417 struct blkcg_policy *pol = blkcg_policy[i]; in blkg_create() local 431 struct blkcg_policy *pol = blkcg_policy[i]; in blkg_create() local 546 struct blkcg_policy *pol = blkcg_policy[i]; in blkg_destroy() local 612 struct blkcg_policy *pol = blkcg_policy[i]; in blkg_destroy_all() local 651 struct blkcg_policy *pol = blkcg_policy[i]; in blkcg_reset_stats() local 691 const struct blkcg_policy *pol, int data, in blkcg_print_blkgs() 812 int blkg_conf_prep(struct blkcg *blkcg, const struct blkcg_policy *pol, in blkg_conf_prep() 1146 struct blkcg_policy *pol = blkcg_policy[i]; in blkcg_print_one_stat() local [all …]
|
| D | blk-cgroup.h | 274 struct blkcg_policy *pol) in blkg_to_pd() 280 struct blkcg_policy *pol) in blkcg_to_cpd() 486 static inline int blkcg_policy_register(struct blkcg_policy *pol) { return 0; } in blkcg_policy_register() 487 static inline void blkcg_policy_unregister(struct blkcg_policy *pol) { } in blkcg_policy_unregister() 489 const struct blkcg_policy *pol) { return 0; } in blkcg_activate_policy() 491 const struct blkcg_policy *pol) { } in blkcg_deactivate_policy() 494 struct blkcg_policy *pol) { return NULL; } in blkg_to_pd()
|
| D | blk-cgroup-rwstat.c | 103 void blkg_rwstat_recursive_sum(struct blkcg_gq *blkg, struct blkcg_policy *pol, in blkg_rwstat_recursive_sum()
|
| /kernel/linux/linux-5.10/include/linux/ |
| D | mempolicy.h | 66 static inline void mpol_put(struct mempolicy *pol) in mpol_put() 76 static inline int mpol_needs_cond_ref(struct mempolicy *pol) in mpol_needs_cond_ref() 81 static inline void mpol_cond_put(struct mempolicy *pol) in mpol_cond_put() 88 static inline struct mempolicy *mpol_dup(struct mempolicy *pol) in mpol_dup() 97 static inline void mpol_get(struct mempolicy *pol) in mpol_get() 203 static inline void mpol_cond_put(struct mempolicy *pol) in mpol_cond_put() 207 static inline void mpol_get(struct mempolicy *pol) in mpol_get()
|
| D | blk-cgroup.h | 377 struct blkcg_policy *pol) in blkg_to_pd() 383 struct blkcg_policy *pol) in blkcg_to_cpd() 653 static inline int blkcg_policy_register(struct blkcg_policy *pol) { return 0; } in blkcg_policy_register() 654 static inline void blkcg_policy_unregister(struct blkcg_policy *pol) { } in blkcg_policy_unregister() 656 const struct blkcg_policy *pol) { return 0; } in blkcg_activate_policy() 658 const struct blkcg_policy *pol) { } in blkcg_deactivate_policy() 664 struct blkcg_policy *pol) { return NULL; } in blkg_to_pd()
|
| /kernel/linux/linux-5.10/mm/ |
| D | mempolicy.c | 158 struct mempolicy *pol = p->mempolicy; in get_task_policy() local 180 static inline int mpol_store_user_nodemask(const struct mempolicy *pol) in mpol_store_user_nodemask() 193 static int mpol_new_interleave(struct mempolicy *pol, const nodemask_t *nodes) in mpol_new_interleave() 201 static int mpol_new_preferred(struct mempolicy *pol, const nodemask_t *nodes) in mpol_new_preferred() 212 static int mpol_new_bind(struct mempolicy *pol, const nodemask_t *nodes) in mpol_new_bind() 229 static int mpol_set_nodemask(struct mempolicy *pol, in mpol_set_nodemask() 320 static void mpol_rebind_default(struct mempolicy *pol, const nodemask_t *nodes) in mpol_rebind_default() 324 static void mpol_rebind_nodemask(struct mempolicy *pol, const nodemask_t *nodes) in mpol_rebind_nodemask() 344 static void mpol_rebind_preferred(struct mempolicy *pol, in mpol_rebind_preferred() 375 static void mpol_rebind_policy(struct mempolicy *pol, const nodemask_t *newmask) in mpol_rebind_policy() [all …]
|
| /kernel/linux/linux-6.6/drivers/net/ethernet/microchip/sparx5/ |
| D | sparx5_police.c | 11 struct sparx5_policer *pol) in sparx5_policer_service_conf_set() 42 int sparx5_policer_conf_set(struct sparx5 *sparx5, struct sparx5_policer *pol) in sparx5_policer_conf_set()
|
| /kernel/linux/linux-6.6/net/xfrm/ |
| D | xfrm_policy.c | 527 struct xfrm_policy *pol; in xfrm_dst_hash_transfer() local 562 struct xfrm_policy *pol; in xfrm_idx_hash_transfer() local 697 xfrm_policy_inexact_alloc_bin(const struct xfrm_policy *pol, u8 dir) in xfrm_policy_inexact_alloc_bin() 1227 struct xfrm_policy *pol; in xfrm_hash_rebuild() local 1450 struct xfrm_policy *pol) in xfrm_policy_mark_match() 1507 struct xfrm_policy *pol, *delpol = NULL; in xfrm_policy_insert_inexact_list() local 1544 struct xfrm_policy *pol, *newpos = NULL, *delpol = NULL; in xfrm_policy_insert_list() local 1629 struct xfrm_policy *pol; in __xfrm_policy_bysel_ctx() local 1652 struct xfrm_policy *pol, *ret = NULL; in xfrm_policy_bysel_ctx() local 1720 struct xfrm_policy *pol, *ret; in xfrm_policy_byid() local [all …]
|
| /kernel/linux/linux-5.10/net/xfrm/ |
| D | xfrm_policy.c | 526 struct xfrm_policy *pol; in xfrm_dst_hash_transfer() local 561 struct xfrm_policy *pol; in xfrm_idx_hash_transfer() local 696 xfrm_policy_inexact_alloc_bin(const struct xfrm_policy *pol, u8 dir) in xfrm_policy_inexact_alloc_bin() 1226 struct xfrm_policy *pol; in xfrm_hash_rebuild() local 1446 struct xfrm_policy *pol) in xfrm_policy_mark_match() 1503 struct xfrm_policy *pol, *delpol = NULL; in xfrm_policy_insert_inexact_list() local 1540 struct xfrm_policy *pol, *newpos = NULL, *delpol = NULL; in xfrm_policy_insert_list() local 1622 struct xfrm_policy *pol; in __xfrm_policy_bysel_ctx() local 1645 struct xfrm_policy *pol, *ret = NULL; in xfrm_policy_bysel_ctx() local 1713 struct xfrm_policy *pol, *ret; in xfrm_policy_byid() local [all …]
|
| /kernel/linux/linux-6.6/drivers/mfd/ |
| D | wm8350-gpio.c | 162 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()
|
| /kernel/linux/linux-5.10/drivers/mfd/ |
| D | wm8350-gpio.c | 162 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()
|
| /kernel/linux/linux-6.6/drivers/net/ethernet/microchip/lan966x/ |
| D | lan966x_police.c | 19 struct lan966x_tc_policer *pol, in lan966x_police_add() 141 struct lan966x_tc_policer pol; in lan966x_police_port_add() local
|
| /kernel/linux/linux-5.10/drivers/cpufreq/ |
| D | powernow-k8.c | 923 struct cpufreq_policy *pol; member 930 struct cpufreq_policy *pol = pta->pol; in powernowk8_target_fn() local 984 static int powernowk8_target(struct cpufreq_policy *pol, unsigned index) in powernowk8_target() 1022 static int powernowk8_cpu_init(struct cpufreq_policy *pol) in powernowk8_cpu_init() 1092 static int powernowk8_cpu_exit(struct cpufreq_policy *pol) in powernowk8_cpu_exit()
|
| /kernel/linux/linux-6.6/drivers/cpufreq/ |
| D | powernow-k8.c | 923 struct cpufreq_policy *pol; member 930 struct cpufreq_policy *pol = pta->pol; in powernowk8_target_fn() local 984 static int powernowk8_target(struct cpufreq_policy *pol, unsigned index) in powernowk8_target() 1022 static int powernowk8_cpu_init(struct cpufreq_policy *pol) in powernowk8_cpu_init() 1092 static int powernowk8_cpu_exit(struct cpufreq_policy *pol) in powernowk8_cpu_exit()
|
| /kernel/linux/linux-5.10/drivers/media/platform/sunxi/sun4i-csi/ |
| D | sun4i_csi.h | 25 #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
|
| /kernel/linux/linux-6.6/drivers/media/platform/sunxi/sun4i-csi/ |
| D | sun4i_csi.h | 25 #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
|
| /kernel/linux/linux-6.6/arch/mips/include/asm/ |
| D | txx9pio.h | 20 __u32 pol; member
|
| /kernel/linux/linux-5.10/arch/mips/include/asm/ |
| D | txx9pio.h | 20 __u32 pol; member
|