Home
last modified time | relevance | path

Searched defs:p (Results 376 – 400 of 4540) sorted by relevance

1...<<11121314151617181920>>...182

/linux/drivers/usb/mon/
H A Dmon_text.c307 struct list_head *p; in mon_text_fetch() local
512 struct mon_text_ptr *p, const struct mon_event_text *ep) in mon_text_read_head_t()
530 struct mon_text_ptr *p, const struct mon_event_text *ep) in mon_text_read_head_u()
548 struct mon_text_ptr *p, const struct mon_event_text *ep) in mon_text_read_statset()
569 struct mon_text_ptr *p, const struct mon_event_text *ep) in mon_text_read_intstat()
576 struct mon_text_ptr *p, const struct mon_event_text *ep) in mon_text_read_isostat()
589 struct mon_text_ptr *p, const struct mon_event_text *ep) in mon_text_read_isodesc()
611 struct mon_text_ptr *p, const struct mon_event_text *ep) in mon_text_read_data()
647 struct list_head *p; in mon_text_release() local
/linux/net/ipv6/
H A Dip6_vti.c139 vti6_tnl_bucket(struct vti6_net *ip6n, const struct __ip6_tnl_parm *p) in vti6_tnl_bucket()
199 static struct ip6_tnl *vti6_tnl_create(struct net *net, struct __ip6_tnl_parm *p) in vti6_tnl_create()
250 static struct ip6_tnl *vti6_locate(struct net *net, struct __ip6_tnl_parm *p, in vti6_locate()
652 struct __ip6_tnl_parm *p = &t->parms; in vti6_link_config() local
707 vti6_tnl_change(struct ip6_tnl *t, const struct __ip6_tnl_parm *p, in vti6_tnl_change()
722 static int vti6_update(struct ip6_tnl *t, struct __ip6_tnl_parm *p, in vti6_update()
738 vti6_parm_from_user(struct __ip6_tnl_parm *p, const struct ip6_tnl_parm2 *u) in vti6_parm_from_user()
751 vti6_parm_to_user(struct ip6_tnl_parm2 *u, const struct __ip6_tnl_parm *p) in vti6_parm_to_user()
799 struct ip6_tnl_parm2 p; in vti6_siocdevprivate() local
1035 struct __ip6_tnl_parm p; in vti6_changelink() local
/linux/drivers/gpu/drm/atmel-hlcdc/
H A Datmel_hlcdc_dc.h33 #define ATMEL_HLCDC_LAYER_DMA_IRQ(p) BIT(2 + (8 * (p))) argument
34 #define ATMEL_HLCDC_LAYER_DSCR_IRQ(p) BIT(3 + (8 * (p))) argument
35 #define ATMEL_HLCDC_LAYER_ADD_IRQ(p) BIT(4 + (8 * (p))) argument
36 #define ATMEL_HLCDC_LAYER_DONE_IRQ(p) BIT(5 + (8 * (p))) argument
37 #define ATMEL_HLCDC_LAYER_OVR_IRQ(p) BIT(6 + (8 * (p))) argument
39 #define ATMEL_HLCDC_LAYER_PLANE_HEAD(p) (((p) * 0x10) + 0x1c) argument
40 #define ATMEL_HLCDC_LAYER_PLANE_ADDR(p) (((p) * 0x10) + 0x20) argument
41 #define ATMEL_HLCDC_LAYER_PLANE_CTRL(p) (((p) * 0x10) + 0x24) argument
42 #define ATMEL_HLCDC_LAYER_PLANE_NEXT(p) (((p) * 0x10) + 0x28) argument
139 #define ATMEL_XLCDC_LAYER_OVR_IRQ(p) BIT(2 + (8 * (p))) argument
[all …]
/linux/kernel/module/
H A Dtracking.c76 return seq_list_next_rcu(p, &unloaded_tainted_modules, pos); in unloaded_tainted_modules_seq_next() argument
81 unloaded_tainted_modules_seq_stop(struct seq_file * m,void * p) unloaded_tainted_modules_seq_stop() argument
87 unloaded_tainted_modules_seq_show(struct seq_file * m,void * p) unloaded_tainted_modules_seq_show() argument
/linux/include/linux/sched/
H A Dnuma_balancing.h40 static inline pid_t task_numa_group_id(struct task_struct *p) in task_numa_group_id()
47 static inline void task_numa_free(struct task_struct *p, bool final) in task_numa_free()
50 static inline bool should_numa_migrate_memory(struct task_struct *p, in should_numa_migrate_memory()
/linux/drivers/soc/fsl/qbman/
H A Dbman_portal.c41 struct bman_portal *p = bman_create_affine_portal(pcfg); in init_pcfg() local
59 struct bman_portal *p = affine_bportals[cpu]; in bman_offline_cpu() local
77 struct bman_portal *p = affine_bportals[cpu]; in bman_online_cpu() local
/linux/tools/testing/selftests/bpf/progs/
H A Dtest_rdonly_maps.c29 unsigned * volatile p = (void *)&rdonly_values.a; in skip_loop() local
48 unsigned * volatile p = (void *)&rdonly_values.a; in part_loop() local
67 unsigned * volatile p = (void *)&rdonly_values.a; in full_loop() local
/linux/drivers/gpu/drm/radeon/
H A Dr600_cs.c349 static int r600_cs_track_validate_cb(struct radeon_cs_parser *p, int i) in r600_cs_track_validate_cb()
515 static int r600_cs_track_validate_db(struct radeon_cs_parser *p) in r600_cs_track_validate_db()
703 static int r600_cs_track_check(struct radeon_cs_parser *p) in r600_cs_track_check()
791 static int r600_cs_packet_parse_vline(struct radeon_cs_parser *p) in r600_cs_packet_parse_vline()
822 int r600_cs_common_vline_parse(struct radeon_cs_parser *p, in r600_cs_common_vline_parse()
916 static int r600_packet0_check(struct radeon_cs_parser *p, in r600_packet0_check()
938 static int r600_cs_parse_packet0(struct radeon_cs_parser *p, in r600_cs_parse_packet0()
966 static int r600_cs_check_reg(struct radeon_cs_parser *p, u32 reg, u32 idx) in r600_cs_check_reg()
1469 static int r600_check_texture_resource(struct radeon_cs_parser *p, u32 idx, in r600_check_texture_resource()
1610 static bool r600_is_safe_reg(struct radeon_cs_parser *p, u32 reg, u32 idx) in r600_is_safe_reg()
[all …]
/linux/arch/s390/kernel/
H A Dperf_cpum_cf.c148 struct cpu_cf_ptr __percpu *p = cpu_cf_root.cfptr; in get_cpu_cfhw() local
213 struct cpu_cf_ptr *p; in cpum_cf_free_cpu() local
245 struct cpu_cf_ptr *p; in cpum_cf_alloc_cpu() local
1264 static void cfset_session_del(struct cfset_request *p) in cfset_session_del()
1273 static void cfset_session_add(struct cfset_request *p) in cfset_session_add()
1311 struct cfset_call_on_cpu_parm *p = parm; in cfset_ioctl_off() local
1337 struct cfset_call_on_cpu_parm *p = parm; in cfset_ioctl_on() local
1354 static void cfset_release_cpu(void *p) in cfset_release_cpu()
1373 struct cfset_call_on_cpu_parm p = { in cfset_all_stop() local
1433 struct cfset_call_on_cpu_parm p = { in cfset_all_start() local
[all …]
/linux/sound/soc/codecs/
H A Dtas2781-i2c.c216 struct cali_reg *p = &cali_data->cali_reg_array; in tasdev_cali_data_get() local
373 struct bulk_reg_val *p = tasdev[i].cali_data_backup; in sngl_calib_start() local
490 struct bulk_reg_val *p = tasdev[i].cali_data_backup; in tas2781_calib_stop_put() local
532 struct bulk_reg_val *p = tasdev[i].cali_data_backup; in tas2563_calib_start_put() local
566 struct bulk_reg_val *p = tasdev[i].cali_data_backup; in tas2563_calib_stop_put() local
605 struct cali_reg *p = &cali_data->cali_reg_array; in tasdev_cali_data_put() local
689 struct fct_param_address *p = &(tas_fmw->fct_par_addr); in tasdev_tf_data_get() local
716 struct fct_param_address *p = &(tas_fmw->fct_par_addr); in tasdev_re_data_get() local
759 struct fct_param_address *p = &(tas_fmw->fct_par_addr); in tasdev_XMA1_data_get() local
779 struct fct_param_address *p = &(tas_fmw->fct_par_addr); in tasdev_XMA2_data_get() local
[all …]
/linux/arch/arm64/include/asm/
H A Druntime-const.h44 static inline void __runtime_fixup_16(__le32 *p, unsigned int val) in __runtime_fixup_16()
60 __le32 *p = lm_alias(where); in __runtime_fixup_ptr() local
71 __le32 *p = lm_alias(where); in __runtime_fixup_shift() local
/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_qdisc.c683 struct tc_red_qopt_offload_params *p = params; in mlxsw_sp_qdisc_red_check_params() local
719 struct tc_red_qopt_offload_params *p = params; in mlxsw_sp_qdisc_red_replace() local
764 struct tc_red_qopt_offload_params *p = params; in mlxsw_sp_qdisc_red_unoffload() local
852 struct tc_red_qopt_offload *p) in __mlxsw_sp_setup_tc_red()
887 struct tc_red_qopt_offload *p) in mlxsw_sp_setup_tc_red()
981 mlxsw_sp_qdisc_tbf_rate_kbps(struct tc_tbf_qopt_offload_replace_params *p) in mlxsw_sp_qdisc_tbf_rate_kbps()
993 struct tc_tbf_qopt_offload_replace_params *p = params; in mlxsw_sp_qdisc_tbf_check_params() local
1028 struct tc_tbf_qopt_offload_replace_params *p = params; in mlxsw_sp_qdisc_tbf_replace() local
1057 struct tc_tbf_qopt_offload_replace_params *p = params; in mlxsw_sp_qdisc_tbf_unoffload() local
1085 struct tc_tbf_qopt_offload *p) in __mlxsw_sp_setup_tc_tbf()
[all …]
/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_debugfs.c100 struct seq_tab *p; in seq_open_tab() local
115 static int seq_tab_trim(struct seq_tab *p, unsigned int new_rows) in seq_tab_trim()
129 const u32 *p = v; in cim_la_show() local
145 const u32 *p = v; in cim_la_show_3in1() local
164 const u32 *p = v; in cim_la_show_t6() local
182 const u32 *p = v; in cim_la_show_pc_t6() local
201 struct seq_tab *p; in cim_la_open() local
239 const u32 *p = v; in cim_pif_la_show() local
259 struct seq_tab *p; in cim_pif_la_open() local
282 const u32 *p = v; in cim_ma_la_show() local
[all …]
/linux/scripts/dtc/
H A Dtreesource.c102 static void write_propval_int(FILE *f, const char *p, size_t len, size_t width) in write_propval_int()
145 const char *p = prop->val.val; in add_string_markers() local
167 const char *p = prop->val.val; in guess_value_type() local
234 const char *p = &prop->val.val[m->offset]; in write_propval() local
/linux/fs/nfs/
H A Dnfs3acl.c20 static void nfs3_prepare_get_acl(struct posix_acl **p) in nfs3_prepare_get_acl()
28 static void nfs3_complete_get_acl(struct posix_acl **p, struct posix_acl *acl) in nfs3_complete_get_acl()
38 static void nfs3_abort_get_acl(struct posix_acl **p) in nfs3_abort_get_acl()
307 char *p = data + *result; in nfs3_list_one_acl() local
H A Dmount_clnt.c233 __be32 *p; in encode_mntdirpath() local
258 __be32 *p; in decode_status() local
280 __be32 *p; in decode_fhandle() local
308 __be32 *p; in decode_fhs_status() local
331 __be32 *p; in decode_fhandle3() local
355 __be32 *p; in decode_auth_flavors() local
/linux/net/sched/
H A Dact_nat.c46 struct tcf_nat *p; in tcf_nat_init() local
119 struct tcf_nat *p = to_tcf_nat(a); in tcf_nat_act() local
271 const struct tcf_nat *p = to_tcf_nat(a); in tcf_nat_dump() local
308 struct tcf_nat *p = to_tcf_nat(a); in tcf_nat_cleanup() local
/linux/kernel/trace/rv/
H A Drv_reactors.c87 static int reactors_show(struct seq_file *m, void *p) in reactors_show()
95 static void reactors_stop(struct seq_file *m, void *p) in reactors_stop()
106 static void *reactors_next(struct seq_file *m, void *p, loff_t *pos) in reactors_next()
139 static int monitor_reactor_show(struct seq_file *m, void *p) in monitor_reactor_show()
185 struct rv_monitor *p = mon; in monitor_swap_reactors() local
/linux/fs/nfsd/
H A Dnfs4xdr.c144 char *p = svcxdr_tmpalloc(argp, size_add(len, 1)); in svcxdr_dupstr() local
154 svcxdr_savemem(struct nfsd4_compoundargs *argp, __be32 *p, size_t len) in svcxdr_savemem()
198 __be32 *p; in nfsd4_decode_opaque() local
219 __be32 *p, status; in nfsd4_decode_component4() local
239 __be32 *p; in nfsd4_decode_nfstime4() local
254 __be32 *p; in nfsd4_decode_verifier4() local
292 __be32 *p, status; in nfsd4_decode_nfsace4() local
358 __be32 *p; in nfsd4_decode_security_label() local
387 __be32 *p, status; in nfsd4_decode_fattr4() local
555 __be32 *p; in nfsd4_decode_stateid4() local
[all …]
/linux/drivers/acpi/numa/
H A Dsrat.c188 struct acpi_srat_cpu_affinity *p = in acpi_table_print_srat_entry() local
199 struct acpi_srat_mem_affinity *p = in acpi_table_print_srat_entry() local
215 struct acpi_srat_x2apic_cpu_affinity *p = in acpi_table_print_srat_entry() local
226 struct acpi_srat_gicc_affinity *p = in acpi_table_print_srat_entry() local
237 struct acpi_srat_generic_affinity *p = in acpi_table_print_srat_entry() local
266 struct acpi_srat_rintc_affinity *p = in acpi_table_print_srat_entry() local
/linux/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_svm.h216 static inline int svm_range_list_init(struct kfd_process *p) in svm_range_list_init()
220 static inline void svm_range_list_fini(struct kfd_process *p) in svm_range_list_fini()
240 static inline void svm_range_get_info(struct kfd_process *p, in svm_range_get_info()
248 static inline int kfd_criu_checkpoint_svm(struct kfd_process *p, in kfd_criu_checkpoint_svm()
255 static inline int kfd_criu_restore_svm(struct kfd_process *p, in kfd_criu_restore_svm()
263 static inline int kfd_criu_resume_svm(struct kfd_process *p) in kfd_criu_resume_svm()
/linux/net/netfilter/ipvs/
H A Dip_vs_proto_ah_esp.c42 struct ip_vs_conn_param *p) in ah_esp_conn_fill_param_proto()
59 struct ip_vs_conn_param p; in ah_esp_conn_in_get() local
85 struct ip_vs_conn_param p; in ah_esp_conn_out_get() local
/linux/drivers/spi/
H A Dspi-cavium.c16 static void octeon_spi_wait_ready(struct octeon_spi *p) in octeon_spi_wait_ready()
28 static int octeon_spi_do_transfer(struct octeon_spi *p, in octeon_spi_do_transfer()
130 struct octeon_spi *p = spi_controller_get_devdata(ctlr); in octeon_spi_transfer_one_message() local
/linux/arch/mips/kernel/
H A Dmips-mt-fpaff.c50 static bool check_same_owner(struct task_struct *p) in check_same_owner()
71 struct task_struct *p; in mipsmt_sys_sched_setaffinity() local
164 struct task_struct *p; in mipsmt_sys_sched_getaffinity() local
/linux/arch/parisc/kernel/
H A Dprocessor.c85 struct cpuinfo_parisc *p; in processor_probe() local
242 #define p ((unsigned long *)&boot_cpu_data.pdc.model) in collect_boot_cpu_data() macro
382 char cpu_name[60], *p; in show_cpuinfo() local

1...<<11121314151617181920>>...182