Home
last modified time | relevance | path

Searched defs:p (Results 551 – 575 of 4544) sorted by relevance

1...<<21222324252627282930>>...182

/linux/tools/lib/
H A Dargv_split.c42 char **p; in argv_free() local
81 const char *p = str; in argv_split() local
/linux/samples/kprobes/
H A Dkprobe_example.c28 static int __kprobes handler_pre(struct kprobe *p, struct pt_regs *regs) in handler_pre()
68 static void __kprobes handler_post(struct kprobe *p, struct pt_regs *regs, in handler_post()
/linux/arch/riscv/include/asm/
H A Dbarrier.h54 #define __smp_store_release(p, v) \ argument
61 #define __smp_load_acquire(p) \ argument
/linux/tools/testing/selftests/memfd/
H A Dfuse_test.c126 void *p; in mfd_assert_mmap_shared() local
144 void *p; in mfd_assert_mmap_private() local
232 void *p; in main() local
[all...]
/linux/lib/
H A Dparser.c34 static int match_one(char *s, const char *p, substring_t args[]) in match_one() argument
117 const struct match_token *p; match_token() local
286 const char *p = pattern; match_wildcard() local
[all...]
H A Dlru_cache.c124 void *p = kmem_cache_alloc(cache, GFP_KERNEL); in lc_create() local
140 void *p = element[--i]; in lc_create() local
152 void *p = lc->lc_element[i]; in lc_free_by_index() local
203 void *p = e; in lc_reset() local
H A Dkasprintf.c18 char *p; in kvasprintf() local
56 char *p; in kasprintf() local
/linux/drivers/media/pci/cx18/
H A Dcx18-vbi.c100 u8 *p; in compress_raw_buf() local
155 u8 *p = buf + i * line_size; in compress_sliced_buf() local
187 u8 *p = (u8 *) buf->buf; in _cx18_process_vbi_data() local
/linux/drivers/gpu/drm/xe/
H A Dxe_guc_db_mgr.c60 struct drm_printer p = xe_gt_info_printer(dbm_to_gt(dbm)); in __fini_dbm() local
225 static void dbm_print_locked(struct xe_guc_db_mgr *dbm, struct drm_printer *p, int indent) in dbm_print_locked()
258 struct drm_printer *p, int indent) in xe_guc_db_mgr_print()
/linux/drivers/net/ethernet/freescale/fs_enet/
H A Dmii-bitbang.c40 static inline void bb_set(u32 __iomem *p, u32 m) in bb_set()
45 static inline void bb_clr(u32 __iomem *p, u32 m) in bb_clr()
50 static inline int bb_read(u32 __iomem *p, u32 m) in bb_read()
/linux/arch/sh/kernel/cpu/sh4/
H A Dsq.c72 struct sq_mapping **p, *tmp; in sq_mapping_list_add() local
88 struct sq_mapping **p, *tmp; in sq_mapping_list_del() local
209 struct sq_mapping **p, *map; in sq_unmap() local
292 char *p = buf; in mapping_show() local
/linux/net/netfilter/ipvs/
H A Dip_vs_ftp.c103 unsigned char p[6]; in ip_vs_ftp_get_addrport() local
318 struct ip_vs_conn_param p; in ip_vs_ftp_out() local
326 struct ip_vs_conn_param p; in ip_vs_ftp_out() local
530 struct ip_vs_conn_param p; in ip_vs_ftp_in() local
/linux/drivers/input/keyboard/
H A Dhilkbd.c47 #define hil_readb(p) gsc_readb(p) argument
48 #define hil_writeb(v,p) gsc_writeb((v),(p)) argument
56 #define hil_readb(p) readb((const volatile void __iomem *)(p)) argument
57 #define hil_writeb(v, p) writeb((v), (volatile void __iomem *)(p)) argument
/linux/tools/usb/usbip/libsrc/
H A Dnames.c96 struct product *p; in names_product() local
130 struct protocol *p; in names_protocol() local
151 struct pool *p; in my_malloc() local
210 struct product *p; in new_product() local
270 struct protocol *p; in new_protocol() local
/linux/drivers/media/pci/ddbridge/
H A Dddbridge-sx8.c75 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in get_snr() local
88 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in get_strength() local
179 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in start() local
306 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in start_iq() local
353 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in set_parameters() local
/linux/drivers/media/dvb-frontends/
H A Dlgdt330x.c182 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in lgdt330x_init() local
311 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in lgdt330x_set_parameters() local
443 struct dtv_frontend_properties *p) in lgdt330x_get_frontend()
622 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in lgdt3302_read_status() local
725 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in lgdt3303_read_status() local
/linux/net/core/
H A Dgro.c91 int skb_gro_receive(struct sk_buff *p, struct sk_buff *skb) in skb_gro_receive()
226 int skb_gro_receive_list(struct sk_buff *p, struct sk_buff *skb) in skb_gro_receive_list()
292 struct sk_buff *skb, *p; in __gro_flush_chain() local
325 const struct sk_buff *p, in gro_list_prepare_tc_ext()
347 struct sk_buff *p; in gro_list_prepare() local
/linux/drivers/net/ethernet/aquantia/atlantic/hw_atl/
H A Dhw_atl_utils.c307 u32 *p, u32 cnt) in hw_atl_utils_fw_downld_dwords()
353 u32 *p, u32 cnt, enum mcp_area area) in hw_atl_utils_write_b1_mbox()
392 u32 *p, u32 cnt) in hw_atl_utils_write_b0_mbox()
416 static int hw_atl_utils_fw_upload_dwords(struct aq_hw_s *self, u32 addr, u32 *p, in hw_atl_utils_fw_upload_dwords()
444 int hw_atl_write_fwcfg_dwords(struct aq_hw_s *self, u32 *p, u32 cnt) in hw_atl_write_fwcfg_dwords()
450 int hw_atl_write_fwsettings_dwords(struct aq_hw_s *self, u32 offset, u32 *p, in hw_atl_write_fwsettings_dwords()
830 void hw_atl_utils_hw_chip_features_init(struct aq_hw_s *self, u32 *p) in hw_atl_utils_hw_chip_features_init()
/linux/sound/hda/codecs/side-codecs/
H A Dtas2781_hda_spi.c155 static int tasdevice_spi_change_chn_book(struct tasdevice_priv *p, in tasdevice_spi_change_chn_book()
287 static int tasdevice_spi_digital_putvol(struct tasdevice_priv *p, in tasdevice_spi_digital_putvol()
303 static int tasdevice_spi_digital_getvol(struct tasdevice_priv *p, in tasdevice_spi_digital_getvol()
325 struct tasdevice_priv *p = tas_hda->priv; in tas2781_read_acpi() local
547 struct tasdevice_priv *p = h->priv; in tas2781_hda_spi_prf_ctl() local
565 struct tasdevice_priv *p = h->priv; in tas2781_hda_spi_snd_ctls() local
604 struct tasdevice_priv *p = h->priv; in tas2781_hda_spi_dsp_ctls() local
/linux/drivers/usb/host/
H A Disp1362.h348 #define PTD_GET_COUNT(p) (((p)->count & PTD_COUNT_MSK) >> 0) argument
350 #define PTD_GET_TOGGLE(p) (((p)->count & PTD_TOGGLE_MSK) >> 10) argument
352 #define PTD_GET_ACTIVE(p) (((p)->count & PTD_ACTIVE_MSK) >> 11) argument
354 #define PTD_GET_CC(p) (((p)->count & PTD_CC_MSK) >> 12) argument
356 #define PTD_GET_MPS(p) (((p)->mps & PTD_MPS_MSK) >> 0) argument
358 #define PTD_GET_SPD(p) (((p)->mps & PTD_SPD_MSK) >> 10) argument
360 #define PTD_GET_LAST(p) (((p)->mps & PTD_LAST_MSK) >> 11) argument
362 #define PTD_GET_EP(p) (((p)->mps & PTD_EP_MSK) >> 12) argument
364 #define PTD_GET_LEN(p) (((p)->len & PTD_LEN_MSK) >> 0) argument
366 #define PTD_GET_DIR(p) (((p)->len & PTD_DIR_MSK) >> 10) argument
[all …]
/linux/arch/x86/boot/
H A Dbitops.h22 const u32 *p = addr; in constant_test_bit() local
28 const u32 *p = addr; in variable_test_bit() local
/linux/drivers/gpu/drm/xe/tests/
H A Dxe_lmtt_test.c16 static void lmtt_ops_param_get_desc(const struct lmtt_ops_param *p, char *desc) in lmtt_ops_param_get_desc()
25 const struct lmtt_ops_param *p = test->param_value; in test_ops() local
/linux/drivers/net/ethernet/chelsio/cxgb3/
H A Dcxgb3_main.c161 const struct port_info *p = netdev_priv(dev); in link_report() local
1030 const __be32 *p; in t3_get_edc_fw() local
1165 static void t3_synchronize_rx(struct adapter *adap, const struct port_info *p) in t3_synchronize_rx()
1651 struct port_info *p, int idx) in collect_sge_port_stats()
1729 u32 *p = buf + start; in reg_block_dump() local
1768 struct port_info *p = netdev_priv(dev); in restart_autoneg() local
1804 struct port_info *p = netdev_priv(dev); in get_link_ksettings() local
1867 struct port_info *p = netdev_priv(dev); in set_link_ksettings() local
1915 struct port_info *p = netdev_priv(dev); in get_pauseparam() local
1925 struct port_info *p = netdev_priv(dev); in set_pauseparam() local
[all …]
/linux/include/net/
H A Dnetprio_cgroup.h22 static inline u32 task_netprioidx(struct task_struct *p) in task_netprioidx()
44 static inline u32 task_netprioidx(struct task_struct *p) in task_netprioidx()
/linux/fs/xfs/libxfs/
H A Dxfs_bit.c39 uint * p = ((unsigned int *) map) + (start_bit >> BIT_TO_WORD_SHIFT); in xfs_contig_bits() local
78 uint * p = ((unsigned int *) map) + (start_bit >> BIT_TO_WORD_SHIFT); in xfs_next_bit() local

1...<<21222324252627282930>>...182