Home
last modified time | relevance | path

Searched defs:policy (Results 1 – 25 of 169) sorted by relevance

1234567

/linux/drivers/cpufreq/
H A Dcpufreq.c122 struct kobject *get_governor_parent_kobj(struct cpufreq_policy *policy) in get_governor_parent_kobj()
176 void cpufreq_generic_init(struct cpufreq_policy *policy, in cpufreq_generic_init()
193 struct cpufreq_policy *policy = per_cpu(cpufreq_cpu_data, cpu); in cpufreq_cpu_get_raw() local
201 struct cpufreq_policy *policy = cpufreq_cpu_get_raw(cpu); in cpufreq_generic_get() local
226 struct cpufreq_policy *policy = NULL; in cpufreq_cpu_get() local
252 void cpufreq_cpu_put(struct cpufreq_policy *policy) in cpufreq_cpu_put()
306 static void cpufreq_notify_transition(struct cpufreq_policy *policy, in cpufreq_notify_transition()
358 static void cpufreq_notify_post_transition(struct cpufreq_policy *policy, in cpufreq_notify_post_transition()
370 void cpufreq_freq_transition_begin(struct cpufreq_policy *policy, in cpufreq_freq_transition_begin()
404 void cpufreq_freq_transition_end(struct cpufreq_policy *policy, in cpufreq_freq_transition_end()
[all …]
H A Dfreq_table.c17 static bool policy_has_boost_freq(struct cpufreq_policy *policy) in policy_has_boost_freq()
31 int cpufreq_frequency_table_cpuinfo(struct cpufreq_policy *policy, in cpufreq_frequency_table_cpuinfo()
68 int cpufreq_frequency_table_verify(struct cpufreq_policy_data *policy, in cpufreq_frequency_table_verify()
108 int cpufreq_generic_frequency_table_verify(struct cpufreq_policy_data *policy) in cpufreq_generic_frequency_table_verify()
117 int cpufreq_table_index_unsorted(struct cpufreq_policy *policy, in cpufreq_table_index_unsorted()
210 int cpufreq_frequency_table_get_index(struct cpufreq_policy *policy, in cpufreq_frequency_table_get_index()
232 static ssize_t show_available_freqs(struct cpufreq_policy *policy, char *buf, in show_available_freqs()
272 static ssize_t scaling_available_frequencies_show(struct cpufreq_policy *policy, in scaling_available_frequencies_show()
283 static ssize_t scaling_boost_frequencies_show(struct cpufreq_policy *policy, in scaling_boost_frequencies_show()
290 static int set_freq_table_sorted(struct cpufreq_policy *policy) in set_freq_table_sorted()
[all …]
H A Dcppc_cpufreq.c139 static void cppc_cpufreq_cpu_fie_init(struct cpufreq_policy *policy) in cppc_cpufreq_cpu_fie_init()
180 static void cppc_cpufreq_cpu_fie_exit(struct cpufreq_policy *policy) in cppc_cpufreq_cpu_fie_exit()
252 static inline void cppc_cpufreq_cpu_fie_init(struct cpufreq_policy *policy) in cppc_cpufreq_cpu_fie_init()
256 static inline void cppc_cpufreq_cpu_fie_exit(struct cpufreq_policy *policy) in cppc_cpufreq_cpu_fie_exit()
269 static int cppc_cpufreq_set_target(struct cpufreq_policy *policy, in cppc_cpufreq_set_target()
294 static unsigned int cppc_cpufreq_fast_switch(struct cpufreq_policy *policy, in cppc_cpufreq_fast_switch()
315 static int cppc_verify_policy(struct cpufreq_policy_data *policy) in cppc_verify_policy()
365 static unsigned int get_perf_level_count(struct cpufreq_policy *policy) in get_perf_level_count()
399 struct cpufreq_policy *policy; in cppc_get_cpu_power() local
469 struct cpufreq_policy *policy; in cppc_get_cpu_cost() local
[all …]
H A Damd-pstate.c230 static int msr_update_perf(struct cpufreq_policy *policy, u8 min_perf, in msr_update_perf()
277 static inline int amd_pstate_update_perf(struct cpufreq_policy *policy, in amd_pstate_update_perf()
286 static int msr_set_epp(struct cpufreq_policy *policy, u8 epp) in msr_set_epp()
326 static inline int amd_pstate_set_epp(struct cpufreq_policy *policy, u8 epp) in amd_pstate_set_epp()
331 static int shmem_set_epp(struct cpufreq_policy *policy, u8 epp) in shmem_set_epp()
372 static inline int msr_cppc_enable(struct cpufreq_policy *policy) in msr_cppc_enable()
377 static int shmem_cppc_enable(struct cpufreq_policy *policy) in shmem_cppc_enable()
384 static inline int amd_pstate_cppc_enable(struct cpufreq_policy *policy) in amd_pstate_cppc_enable()
481 static int shmem_update_perf(struct cpufreq_policy *policy, u8 min_perf, in shmem_update_perf()
628 static void amd_pstate_update_min_max_limit(struct cpufreq_policy *policy) in amd_pstate_update_min_max_limit()
[all …]
H A Dcpufreq_userspace.c31 static int cpufreq_set(struct cpufreq_policy *policy, unsigned int freq) in cpufreq_set()
50 static ssize_t show_speed(struct cpufreq_policy *policy, char *buf) in show_speed()
55 static int cpufreq_userspace_policy_init(struct cpufreq_policy *policy) in cpufreq_userspace_policy_init()
73 static void cpufreq_userspace_policy_exit(struct cpufreq_policy *policy) in cpufreq_userspace_policy_exit()
79 static int cpufreq_userspace_policy_start(struct cpufreq_policy *policy) in cpufreq_userspace_policy_start()
93 static void cpufreq_userspace_policy_stop(struct cpufreq_policy *policy) in cpufreq_userspace_policy_stop()
105 static void cpufreq_userspace_policy_limits(struct cpufreq_policy *policy) in cpufreq_userspace_policy_limits()
H A Dcpufreq_stats.c58 static ssize_t show_total_trans(struct cpufreq_policy *policy, char *buf) in show_total_trans()
69 static ssize_t show_time_in_state(struct cpufreq_policy *policy, char *buf) in show_time_in_state()
103 static ssize_t store_reset(struct cpufreq_policy *policy, const char *buf, in store_reset()
124 static ssize_t show_trans_table(struct cpufreq_policy *policy, char *buf) in show_trans_table()
194 void cpufreq_stats_free_table(struct cpufreq_policy *policy) in cpufreq_stats_free_table()
210 void cpufreq_stats_create_table(struct cpufreq_policy *policy) in cpufreq_stats_create_table()
265 void cpufreq_stats_record_transition(struct cpufreq_policy *policy, in cpufreq_stats_record_transition()
H A Dacpi-cpufreq.c131 static int set_boost(struct cpufreq_policy *policy, int val) in set_boost()
141 static ssize_t show_freqdomain_cpus(struct cpufreq_policy *policy, char *buf) in show_freqdomain_cpus()
154 static ssize_t store_cpb(struct cpufreq_policy *policy, const char *buf, in store_cpb()
174 static ssize_t show_cpb(struct cpufreq_policy *policy, char *buf) in show_cpb()
196 static unsigned extract_io(struct cpufreq_policy *policy, u32 value) in extract_io()
211 static unsigned extract_msr(struct cpufreq_policy *policy, u32 msr) in extract_msr()
232 static unsigned extract_freq(struct cpufreq_policy *policy, u32 val) in extract_freq()
365 struct cpufreq_policy *policy; in get_cur_freq_on_cpu() local
394 static unsigned int check_freqs(struct cpufreq_policy *policy, in check_freqs()
410 static int acpi_cpufreq_target(struct cpufreq_policy *policy, in acpi_cpufreq_target()
[all …]
H A Dapple-soc-cpufreq.c137 struct cpufreq_policy *policy; in apple_soc_cpufreq_get_rate() local
171 static int apple_soc_cpufreq_set_target(struct cpufreq_policy *policy, in apple_soc_cpufreq_set_target()
201 static unsigned int apple_soc_cpufreq_fast_switch(struct cpufreq_policy *policy, in apple_soc_cpufreq_fast_switch()
210 static int apple_soc_cpufreq_find_cluster(struct cpufreq_policy *policy, in apple_soc_cpufreq_find_cluster()
238 static int apple_soc_cpufreq_init(struct cpufreq_policy *policy) in apple_soc_cpufreq_init()
332 static void apple_soc_cpufreq_exit(struct cpufreq_policy *policy) in apple_soc_cpufreq_exit()
H A Dlongrun.c35 static void longrun_get_policy(struct cpufreq_policy *policy) in longrun_get_policy()
71 static int longrun_set_policy(struct cpufreq_policy *policy) in longrun_set_policy()
125 static int longrun_verify_policy(struct cpufreq_policy_data *policy) in longrun_verify_policy()
252 static int longrun_cpu_init(struct cpufreq_policy *policy) in longrun_cpu_init()
H A Dscpi-cpufreq.c32 struct cpufreq_policy *policy; in scpi_cpufreq_get_rate() local
47 scpi_cpufreq_set_target(struct cpufreq_policy *policy, unsigned int index) in scpi_cpufreq_set_target()
91 static int scpi_cpufreq_init(struct cpufreq_policy *policy) in scpi_cpufreq_init()
178 static void scpi_cpufreq_exit(struct cpufreq_policy *policy) in scpi_cpufreq_exit()
H A Dcpufreq_ondemand.c60 static unsigned int generic_powersave_bias_target(struct cpufreq_policy *policy, in generic_powersave_bias_target()
108 static void ondemand_powersave_bias_init(struct cpufreq_policy *policy) in ondemand_powersave_bias_init()
115 static void dbs_freq_increase(struct cpufreq_policy *policy, unsigned int freq) in dbs_freq_increase()
136 static void od_update(struct cpufreq_policy *policy) in od_update()
172 static unsigned int od_dbs_update(struct cpufreq_policy *policy) in od_dbs_update()
391 static void od_start(struct cpufreq_policy *policy) in od_start()
429 struct cpufreq_policy *policy; in od_set_powersave_bias() local
H A Dscmi-cpufreq.c40 struct cpufreq_policy *policy; in scmi_cpufreq_get_rate() local
63 scmi_cpufreq_set_target(struct cpufreq_policy *policy, unsigned int index) in scmi_cpufreq_set_target()
71 static unsigned int scmi_cpufreq_fast_switch(struct cpufreq_policy *policy, in scmi_cpufreq_fast_switch()
196 static int scmi_cpufreq_init(struct cpufreq_policy *policy) in scmi_cpufreq_init()
339 static void scmi_cpufreq_exit(struct cpufreq_policy *policy) in scmi_cpufreq_exit()
355 static void scmi_cpufreq_register_em(struct cpufreq_policy *policy) in scmi_cpufreq_register_em()
H A Dintel_pstate.c232 unsigned int policy; member
442 static void intel_pstate_init_acpi_perf_limits(struct cpufreq_policy *policy) in intel_pstate_init_acpi_perf_limits()
498 static void intel_pstate_exit_perf_limits(struct cpufreq_policy *policy) in intel_pstate_exit_perf_limits()
509 static inline void intel_pstate_init_acpi_perf_limits(struct cpufreq_policy *policy) in intel_pstate_init_acpi_perf_limits()
513 static inline void intel_pstate_exit_perf_limits(struct cpufreq_policy *policy) in intel_pstate_exit_perf_limits()
815 struct cpufreq_policy *policy, char *buf) in show_energy_performance_available_preferences()
833 struct cpufreq_policy *policy, const char *buf, size_t count) in store_energy_performance_preference()
901 struct cpufreq_policy *policy, char *buf) in show_energy_performance_preference()
918 static ssize_t show_base_frequency(struct cpufreq_policy *policy, char *buf) in show_base_frequency()
1441 static int intel_pstate_suspend(struct cpufreq_policy *policy) in intel_pstate_suspend()
[all …]
H A Dpowernv-cpufreq.c86 struct cpufreq_policy *policy; member
217 static inline void reset_gpstates(struct cpufreq_policy *policy) in reset_gpstates()
379 static ssize_t cpuinfo_nominal_freq_show(struct cpufreq_policy *policy, in cpuinfo_nominal_freq_show()
672 struct cpufreq_policy *policy = gpstates->policy; in gpstate_timer_handler() local
739 static int powernv_cpufreq_target_index(struct cpufreq_policy *policy, in powernv_cpufreq_target_index()
826 static int powernv_cpufreq_cpu_init(struct cpufreq_policy *policy) in powernv_cpufreq_cpu_init()
875 static void powernv_cpufreq_cpu_exit(struct cpufreq_policy *policy) in powernv_cpufreq_cpu_exit()
914 struct cpufreq_policy *policy; in powernv_cpufreq_work_fn() local
1015 static unsigned int powernv_fast_switch(struct cpufreq_policy *policy, in powernv_fast_switch()
/linux/fs/crypto/
H A Dpolicy.c36 int fscrypt_policy_to_key_spec(const union fscrypt_policy *policy, in fscrypt_policy_to_key_spec()
120 static bool supported_iv_ino_lblk_policy(const struct fscrypt_policy_v2 *policy, in supported_iv_ino_lblk_policy()
181 static bool fscrypt_supported_v1_policy(const struct fscrypt_policy_v1 *policy, in fscrypt_supported_v1_policy()
215 static bool fscrypt_supported_v2_policy(const struct fscrypt_policy_v2 *policy, in fscrypt_supported_v2_policy()
333 const struct fscrypt_policy_v1 *policy = &policy_u->v1; in fscrypt_new_context() local
349 const struct fscrypt_policy_v2 *policy = &policy_u->v2; in fscrypt_new_context() local
396 struct fscrypt_policy_v1 *policy = &policy_u->v1; in fscrypt_policy_from_context() local
411 struct fscrypt_policy_v2 *policy = &policy_u->v2; in fscrypt_policy_from_context() local
433 static int fscrypt_get_policy(struct inode *inode, union fscrypt_policy *policy) in fscrypt_get_policy()
457 const union fscrypt_policy *policy) in set_encryption_policy()
[all …]
/linux/security/selinux/ss/
H A Dservices.c242 struct selinux_policy *policy; in security_mls_enabled() local
725 static int security_validtrans_handle_fail(struct selinux_policy *policy, in security_validtrans_handle_fail()
759 struct selinux_policy *policy; in security_compute_validatetrans() local
863 struct selinux_policy *policy; in security_bounded_transition() local
943 static void avd_init(struct selinux_policy *policy, struct av_decision *avd) in avd_init()
1033 struct selinux_policy *policy; in security_compute_xperms_decision() local
1129 struct selinux_policy *policy; in security_compute_av() local
1186 struct selinux_policy *policy; in security_compute_av_user() local
1312 struct selinux_policy *policy; in security_sidtab_hash_stats() local
1340 struct selinux_policy *policy; in security_sid_to_context_core() local
[all …]
/linux/include/linux/
H A Dcpufreq.h74 unsigned int policy; /* see above */ member
194 struct cpufreq_policy *policy; member
219 static inline void cpufreq_cpu_put(struct cpufreq_policy *policy) { } in cpufreq_cpu_put()
230 static inline bool policy_is_shared(struct cpufreq_policy *policy) in policy_is_shared()
294 static inline void cpufreq_stats_create_table(struct cpufreq_policy *policy) { } in cpufreq_stats_create_table()
295 static inline void cpufreq_stats_free_table(struct cpufreq_policy *policy) { } in cpufreq_stats_free_table()
296 static inline void cpufreq_stats_record_transition(struct cpufreq_policy *policy, in cpufreq_stats_record_transition()
490 static inline void cpufreq_verify_within_limits(struct cpufreq_policy_data *policy, in cpufreq_verify_within_limits()
499 cpufreq_verify_within_cpu_limits(struct cpufreq_policy_data *policy) in cpufreq_verify_within_cpu_limits()
656 static inline bool sugov_is_governor(struct cpufreq_policy *policy) in sugov_is_governor()
[all …]
/linux/net/netlink/
H A Dpolicy.c22 const struct nla_policy *policy; member
28 const struct nla_policy *policy, in add_policy() argument
83 netlink_policy_dump_get_policy_idx(struct netlink_policy_dump_state * state,const struct nla_policy * policy,unsigned int maxtype) netlink_policy_dump_get_policy_idx() argument
128 netlink_policy_dump_add_policy(struct netlink_policy_dump_state ** pstate,const struct nla_policy * policy,unsigned int maxtype) netlink_policy_dump_add_policy() argument
153 const struct nla_policy *policy; netlink_policy_dump_add_policy() local
434 struct nlattr *policy; netlink_policy_dump_write() local
[all...]
/linux/kernel/sched/
H A Dcpufreq_schedutil.c17 struct cpufreq_policy *policy; member
152 unsigned long get_capacity_ref_freq(struct cpufreq_policy *policy) in get_capacity_ref_freq()
194 struct cpufreq_policy *policy = sg_policy->policy; in get_next_freq() local
492 struct cpufreq_policy *policy = sg_policy->policy; in sugov_next_freq_shared() local
635 static struct sugov_policy *sugov_policy_alloc(struct cpufreq_policy *policy) in sugov_policy_alloc()
670 struct cpufreq_policy *policy = sg_policy->policy; in sugov_kthread_create() local
738 static int sugov_init(struct cpufreq_policy *policy) in sugov_init()
819 static void sugov_exit(struct cpufreq_policy *policy) in sugov_exit()
841 static int sugov_start(struct cpufreq_policy *policy) in sugov_start()
874 static void sugov_stop(struct cpufreq_policy *policy) in sugov_stop()
[all …]
H A Dsyscalls.c19 static inline int __normal_prio(int policy, int rt_prio, int nice) in __normal_prio() argument
296 int policy = attr->sched_policy; in DEFINE_CLASS() local
460 user_check_sched_setscheduler(struct task_struct * p,const struct sched_attr * attr,int policy,int reset_on_fork) user_check_sched_setscheduler() argument
520 int oldpolicy = -1, policy = attr->sched_policy; __sched_setscheduler() local
759 _sched_setscheduler(struct task_struct * p,int policy,const struct sched_param * param,bool check) _sched_setscheduler() argument
792 sched_setscheduler(struct task_struct * p,int policy,const struct sched_param * param) sched_setscheduler() argument
822 sched_setscheduler_nocheck(struct task_struct * p,int policy,const struct sched_param * param) sched_setscheduler_nocheck() argument
874 do_sched_setscheduler(pid_t pid,int policy,struct sched_param __user * param) do_sched_setscheduler() argument
955 SYSCALL_DEFINE3(sched_setscheduler,pid_t,pid,int,policy,struct sched_param __user *,param) SYSCALL_DEFINE3() argument
1485 SYSCALL_DEFINE1(sched_get_priority_max,int,policy) SYSCALL_DEFINE1() argument
1513 SYSCALL_DEFINE1(sched_get_priority_min,int,policy) SYSCALL_DEFINE1() argument
[all...]
/linux/drivers/thermal/
H A Dcpufreq_cooling.c73 struct cpufreq_policy *policy; member
237 struct cpufreq_policy *policy = cpufreq_cdev->policy; in cpufreq_get_requested_power() local
320 struct cpufreq_policy *policy = cpufreq_cdev->policy; in cpufreq_power2state() local
334 struct cpufreq_policy *policy; in em_is_sane() local
393 struct cpufreq_policy *policy; in get_state_freq() local
517 struct cpufreq_policy *policy, in __cpufreq_cooling_register()
626 cpufreq_cooling_register(struct cpufreq_policy *policy) in cpufreq_cooling_register()
649 of_cpufreq_cooling_register(struct cpufreq_policy *policy) in of_cpufreq_cooling_register()
/linux/rust/kernel/
H A Dcpufreq.rs1068 let policy = unsafe { Policy::from_raw_mut(ptr) }; in init_callback() localVariable
1085 let policy = unsafe { Policy::from_raw_mut(ptr) }; in exit_callback() localVariable
1101 let policy = unsafe { Policy::from_raw_mut(ptr) }; in online_callback() localVariable
1118 let policy = unsafe { Policy::from_raw_mut(ptr) }; in offline_callback() localVariable
1135 let policy = unsafe { Policy::from_raw_mut(ptr) }; in suspend_callback() localVariable
1150 let policy = unsafe { Policy::from_raw_mut(ptr) }; in resume_callback() localVariable
1164 let policy = unsafe { Policy::from_raw_mut(ptr) }; in ready_callback() localVariable
1197 let policy = unsafe { Policy::from_raw_mut(ptr) }; in setpolicy_callback() localVariable
1216 let policy = unsafe { Policy::from_raw_mut(ptr) }; in target_callback() localVariable
1234 let policy = unsafe { Policy::from_raw_mut(ptr) }; in target_index_callback() localVariable
[all …]
/linux/drivers/hwtracing/stm/
H A Dpolicy.c31 struct stp_policy *policy; member
228 struct stp_policy *policy; in stp_policy_node_make() local
291 struct stp_policy *policy = to_stp_policy(item); in stp_policy_device_show() local
307 struct stp_policy *policy = to_stp_policy(item); in stp_policy_protocol_show() local
326 void stp_policy_unbind(struct stp_policy *policy) in stp_policy_unbind()
353 struct stp_policy *policy = to_stp_policy(item); in stp_policy_release() local
491 __stp_policy_node_lookup(struct stp_policy *policy, char *s) in __stp_policy_node_lookup()
/linux/drivers/acpi/
H A Dprocessor_thermal.c67 struct cpufreq_policy *policy; in cpu_has_cpufreq() local
98 struct cpufreq_policy *policy; in cpufreq_set_cur_state() local
158 void acpi_thermal_cpufreq_init(struct cpufreq_policy *policy) in acpi_thermal_cpufreq_init()
184 void acpi_thermal_cpufreq_exit(struct cpufreq_policy *policy) in acpi_thermal_cpufreq_exit()
/linux/include/net/
H A Dnetlink.h390 #define _NLA_POLICY_NESTED(maxattr, policy) \ argument
384 _NLA_POLICY_NESTED(maxattr,policy) global() argument
386 _NLA_POLICY_NESTED_ARRAY(maxattr,policy) global() argument
388 NLA_POLICY_NESTED(policy) global() argument
684 nla_parse(struct nlattr ** tb,int maxtype,const struct nlattr * head,int len,const struct nla_policy * policy,struct netlink_ext_ack * extack) nla_parse() argument
709 nla_parse_deprecated(struct nlattr ** tb,int maxtype,const struct nlattr * head,int len,const struct nla_policy * policy,struct netlink_ext_ack * extack) nla_parse_deprecated() argument
735 nla_parse_deprecated_strict(struct nlattr ** tb,int maxtype,const struct nlattr * head,int len,const struct nla_policy * policy,struct netlink_ext_ack * extack) nla_parse_deprecated_strict() argument
756 __nlmsg_parse(const struct nlmsghdr * nlh,int hdrlen,struct nlattr * tb[],int maxtype,const struct nla_policy * policy,unsigned int validate,struct netlink_ext_ack * extack) __nlmsg_parse() argument
783 nlmsg_parse(const struct nlmsghdr * nlh,int hdrlen,struct nlattr * tb[],int maxtype,const struct nla_policy * policy,struct netlink_ext_ack * extack) nlmsg_parse() argument
803 nlmsg_parse_deprecated(const struct nlmsghdr * nlh,int hdrlen,struct nlattr * tb[],int maxtype,const struct nla_policy * policy,struct netlink_ext_ack * extack) nlmsg_parse_deprecated() argument
824 nlmsg_parse_deprecated_strict(const struct nlmsghdr * nlh,int hdrlen,struct nlattr * tb[],int maxtype,const struct nla_policy * policy,struct netlink_ext_ack * extack) nlmsg_parse_deprecated_strict() argument
862 nla_validate_deprecated(const struct nlattr * head,int len,int maxtype,const struct nla_policy * policy,struct netlink_ext_ack * extack) nla_validate_deprecated() argument
884 nla_validate(const struct nlattr * head,int len,int maxtype,const struct nla_policy * policy,struct netlink_ext_ack * extack) nla_validate() argument
901 nlmsg_validate_deprecated(const struct nlmsghdr * nlh,int hdrlen,int maxtype,const struct nla_policy * policy,struct netlink_ext_ack * extack) nlmsg_validate_deprecated() argument
1316 nla_parse_nested(struct nlattr * tb[],int maxtype,const struct nlattr * nla,const struct nla_policy * policy,struct netlink_ext_ack * extack) nla_parse_nested() argument
1340 nla_parse_nested_deprecated(struct nlattr * tb[],int maxtype,const struct nlattr * nla,const struct nla_policy * policy,struct netlink_ext_ack * extack) nla_parse_nested_deprecated() argument
2273 __nla_validate_nested(const struct nlattr * start,int maxtype,const struct nla_policy * policy,unsigned int validate,struct netlink_ext_ack * extack) __nla_validate_nested() argument
2283 nla_validate_nested(const struct nlattr * start,int maxtype,const struct nla_policy * policy,struct netlink_ext_ack * extack) nla_validate_nested() argument
2292 nla_validate_nested_deprecated(const struct nlattr * start,int maxtype,const struct nla_policy * policy,struct netlink_ext_ack * extack) nla_validate_nested_deprecated() argument
[all...]

1234567