/openbmc/linux/Documentation/userspace-api/media/mediactl/ |
H A D | media-ioc-device-info.rst | 42 .. tabularcolumns:: |p{4.4cm}|p{4.4cm}|p{8.5cm}|
|
/openbmc/qemu/include/hw/xen/interface/ |
H A D | arch-arm.h | 160 typedef union { type *p; unsigned long q; } \ 162 typedef union { type *p; uint64_aligned_t q; } \ 183 _sxghr_tmp->p = val; \
|
/openbmc/linux/drivers/s390/char/ |
H A D | vmcp.c | 44 static int __init early_parse_vmcp_cma(char *p) in early_parse_vmcp_cma() argument 46 if (!p) in early_parse_vmcp_cma() 48 vmcp_cma_size = ALIGN(memparse(p, NULL), PAGE_SIZE); in early_parse_vmcp_cma()
|
/openbmc/linux/Documentation/sphinx-static/ |
H A D | theme_overrides.css | 15 h1, h2, .rst-content .toctree-wrapper p.caption, h3, h4, h5, h6, legend { 32 p { selector 108 .rst-content .section ul li:last-child, .rst-content .section ul li p:last-child {
|
/openbmc/linux/arch/mips/lantiq/xway/ |
H A D | dma.c | 185 ltq_dma_init_port(int p, int tx_burst, int rx_burst) in ltq_dma_init_port() argument 187 ltq_dma_w32(p, LTQ_DMA_PS); in ltq_dma_init_port() 188 switch (p) { in ltq_dma_init_port()
|
/openbmc/linux/drivers/irqchip/ |
H A D | irq-lpc32xx.c | 122 static void lpc32xx_irq_print_chip(struct irq_data *d, struct seq_file *p) in lpc32xx_irq_print_chip() argument 127 seq_printf(p, "%08x.mic", ic->addr); in lpc32xx_irq_print_chip() 129 seq_printf(p, "%08x.sic", ic->addr); in lpc32xx_irq_print_chip()
|
/openbmc/linux/Documentation/networking/device_drivers/ethernet/mellanox/mlx5/ |
H A D | counters.rst | 1182 * - `rx_prio[p]_bytes` 1186 * - `rx_prio[p]_packets` 1190 * - `tx_prio[p]_bytes` 1194 * - `tx_prio[p]_packets` 1198 * - `rx_prio[p]_pause` 1211 priority p. 1220 * - `tx_prio[p]_pause` 1230 priority p. 1233 * - `rx_prio[p]_buf_discard` 1242 * - `rx_prio[p]_marked` [all …]
|
/openbmc/linux/drivers/gpu/drm/amd/amdkfd/ |
H A D | kfd_device_queue_manager.c | 727 vmid, p->pasid); in dbgdev_wave_reset_wavefronts() 2631 if (!p) in kfd_dqm_evict_pasid() 2637 kfd_unref_process(p); in kfd_dqm_evict_pasid() 2767 struct kfd_process *p; member 2776 struct kfd_process *p; in copy_context_work_handler() local 2784 p = workarea->p; in copy_context_work_handler() 2785 mm = get_task_mm(p->lead_thread); in copy_context_work_handler() 2954 mutex_lock(&p->event_mutex); in suspend_queues() 2987 mutex_unlock(&p->event_mutex); in suspend_queues() 3018 mutex_unlock(&p->event_mutex); in suspend_queues() [all …]
|
/openbmc/linux/fs/btrfs/ |
H A D | extent_io.c | 1676 lock_page(p); in write_one_eb() 1683 __bio_add_page(&bbio->bio, p, eb->len, eb->start - page_offset(p)); in write_one_eb() 1685 unlock_page(p); in write_one_eb() 1690 lock_page(p); in write_one_eb() 1696 unlock_page(p); in write_one_eb() 3534 if (p != accessed) in mark_extent_buffer_accessed() 3675 struct page *p; in alloc_extent_buffer() local 3732 if (!p) { in alloc_extent_buffer() 3742 unlock_page(p); in alloc_extent_buffer() 3743 put_page(p); in alloc_extent_buffer() [all …]
|
/openbmc/linux/drivers/net/wireless/realtek/rtw89/ |
H A D | fw.c | 4328 const struct rtw89_fw_mcc_add_req *p) in rtw89_fw_h2c_add_mcc() argument 4342 RTW89_SET_FWCMD_ADD_MCC_MACID(skb->data, p->macid); in rtw89_fw_h2c_add_mcc() 4347 RTW89_SET_FWCMD_ADD_MCC_GROUP(skb->data, p->group); in rtw89_fw_h2c_add_mcc() 4348 RTW89_SET_FWCMD_ADD_MCC_C2H_RPT(skb->data, p->c2h_rpt); in rtw89_fw_h2c_add_mcc() 4355 RTW89_SET_FWCMD_ADD_MCC_PTA_EN(skb->data, p->pta_en); in rtw89_fw_h2c_add_mcc() 4375 const struct rtw89_fw_mcc_start_req *p) in rtw89_fw_h2c_start_mcc() argument 4389 RTW89_SET_FWCMD_START_MCC_GROUP(skb->data, p->group); in rtw89_fw_h2c_start_mcc() 4395 RTW89_SET_FWCMD_START_MCC_MACID(skb->data, p->macid); in rtw89_fw_h2c_start_mcc() 4604 const struct rtw89_fw_mcc_duration *p) in rtw89_fw_h2c_mcc_set_duration() argument 4624 p->start_tsf_low); in rtw89_fw_h2c_mcc_set_duration() [all …]
|
/openbmc/linux/drivers/vfio/ |
H A D | vfio_iommu_type1.c | 262 struct rb_node *p; in vfio_dma_populate_bitmap() local 265 for (p = rb_first(&dma->pfn_list); p; p = rb_next(p)) { in vfio_dma_populate_bitmap() 294 struct rb_node *p; in vfio_dma_bitmap_alloc_all() local 296 for (p = rb_prev(n); p; p = rb_prev(p)) { in vfio_dma_bitmap_alloc_all() 1707 phys_addr_t p; in vfio_iommu_replay() local 1723 p = phys + size; in vfio_iommu_replay() 1728 p += PAGE_SIZE; in vfio_iommu_replay() 1791 phys_addr_t phys, p; in vfio_iommu_replay() local 1802 p = phys + size; in vfio_iommu_replay() 1807 p += PAGE_SIZE; in vfio_iommu_replay() [all …]
|
/openbmc/linux/drivers/infiniband/hw/mlx4/ |
H A D | mcg.c | 1086 struct rb_node *p; in _mlx4_ib_mcg_port_cleanup() local 1098 for (p = rb_first(&ctx->mcg_table); p; p = rb_next(p)) in _mlx4_ib_mcg_port_cleanup() 1112 while ((p = rb_first(&ctx->mcg_table)) != NULL) { in _mlx4_ib_mcg_port_cleanup() 1113 group = rb_entry(p, struct mcast_group, node); in _mlx4_ib_mcg_port_cleanup() 1238 struct rb_node *p; in clean_vf_mcast() local 1241 for (p = rb_first(&ctx->mcg_table); p; p = rb_next(p)) { in clean_vf_mcast() 1242 group = rb_entry(p, struct mcast_group, node); in clean_vf_mcast()
|
/openbmc/linux/drivers/net/ethernet/ |
H A D | korina.c | 1290 void __iomem *p; in korina_probe() local 1317 p = devm_platform_ioremap_resource_byname(pdev, "emac"); in korina_probe() 1318 if (IS_ERR(p)) { in korina_probe() 1320 return PTR_ERR(p); in korina_probe() 1322 lp->eth_regs = p; in korina_probe() 1325 if (IS_ERR(p)) { in korina_probe() 1327 return PTR_ERR(p); in korina_probe() 1329 lp->rx_dma_regs = p; in korina_probe() 1332 if (IS_ERR(p)) { in korina_probe() 1334 return PTR_ERR(p); in korina_probe() [all …]
|
/openbmc/linux/arch/powerpc/mm/book3s64/ |
H A D | radix_pgtable.c | 942 entry = pfn_pte(__pa(p) >> PAGE_SHIFT, PAGE_KERNEL); in vmemmap_set_pmd() 958 void *p; in radix__vmemmap_pte_populate() local 969 if (!p && altmap) in radix__vmemmap_pte_populate() 970 p = vmemmap_alloc_block_buf(PAGE_SIZE, node, NULL); in radix__vmemmap_pte_populate() 971 if (!p) in radix__vmemmap_pte_populate() 985 p = page_to_virt(reuse); in radix__vmemmap_pte_populate() 990 entry = pfn_pte(__pa(p) >> PAGE_SHIFT, PAGE_KERNEL); in radix__vmemmap_pte_populate() 1072 void *p; in radix__vmemmap_populate() local 1093 p = vmemmap_alloc_block_buf(PMD_SIZE, node, altmap); in radix__vmemmap_populate() 1094 if (p) { in radix__vmemmap_populate() [all …]
|
/openbmc/linux/Documentation/RCU/ |
H A D | listRCU.rst | 23 #define next_task(p) \ 24 list_entry_rcu((p)->tasks.next, struct task_struct, tasks) 26 #define for_each_process(p) \ 27 for (p = &init_task ; (p = next_task(p)) != &init_task ; ) 32 for_each_process(p) { 33 /* Do something with p */ 40 void release_task(struct task_struct *p) 43 list_del_rcu(&p->tasks); 45 call_rcu(&p->rcu, delayed_put_task_struct); 48 When a process exits, ``release_task()`` calls ``list_del_rcu(&p->tasks)`` [all …]
|
/openbmc/linux/arch/x86/events/intel/ |
H A D | pt.c | 661 struct page *p; in topa_alloc() local 663 p = alloc_pages_node(node, gfp | __GFP_ZERO, 0); in topa_alloc() 664 if (!p) in topa_alloc() 667 tp = page_address(p); in topa_alloc() 750 struct page *p; in topa_insert_pages() local 752 p = virt_to_page(buf->data_pages[buf->nr_pages]); in topa_insert_pages() 753 if (PagePrivate(p)) in topa_insert_pages() 754 order = page_private(p); in topa_insert_pages() 1245 struct page *p = virt_to_page(buf->data_pages[0]); in pt_buffer_try_single() local 1260 if (PagePrivate(p)) in pt_buffer_try_single() [all …]
|
/openbmc/linux/include/net/ |
H A D | dsa.h | 491 static inline struct dsa_port *dsa_to_port(struct dsa_switch *ds, int p) in dsa_to_port() argument 497 if (dp->ds == ds && dp->index == p) in dsa_to_port() 529 static inline bool dsa_is_unused_port(struct dsa_switch *ds, int p) in dsa_is_unused_port() argument 531 return dsa_to_port(ds, p)->type == DSA_PORT_TYPE_UNUSED; in dsa_is_unused_port() 534 static inline bool dsa_is_cpu_port(struct dsa_switch *ds, int p) in dsa_is_cpu_port() argument 536 return dsa_to_port(ds, p)->type == DSA_PORT_TYPE_CPU; in dsa_is_cpu_port() 539 static inline bool dsa_is_dsa_port(struct dsa_switch *ds, int p) in dsa_is_dsa_port() argument 541 return dsa_to_port(ds, p)->type == DSA_PORT_TYPE_DSA; in dsa_is_dsa_port() 544 static inline bool dsa_is_user_port(struct dsa_switch *ds, int p) in dsa_is_user_port() argument 546 return dsa_to_port(ds, p)->type == DSA_PORT_TYPE_USER; in dsa_is_user_port() [all …]
|
/openbmc/linux/net/ipv6/ |
H A D | af_inet6.c | 750 int inet6_register_protosw(struct inet_protosw *p) in inet6_register_protosw() argument 755 int protocol = p->protocol; in inet6_register_protosw() 761 if (p->type >= SOCK_MAX) in inet6_register_protosw() 767 last_perm = &inetsw6[p->type]; in inet6_register_protosw() 768 list_for_each(lh, &inetsw6[p->type]) { in inet6_register_protosw() 789 list_add_rcu(&p->list, last_perm); in inet6_register_protosw() 801 p->type); in inet6_register_protosw() 807 inet6_unregister_protosw(struct inet_protosw *p) in inet6_unregister_protosw() argument 809 if (INET_PROTOSW_PERMANENT & p->flags) { in inet6_unregister_protosw() 811 p->protocol); in inet6_unregister_protosw() [all …]
|
/openbmc/linux/fs/smb/client/ |
H A D | cifs_debug.c | 1162 const struct fs_parameter_spec *p; in cifs_mount_params_proc_show() local 1165 for (p = smb3_fs_parameters; p->name; p++) { in cifs_mount_params_proc_show() 1167 if (!p->type) { in cifs_mount_params_proc_show() 1168 if (p->flags == fs_param_neg_with_no) in cifs_mount_params_proc_show() 1172 } else if (p->type == fs_param_is_bool) in cifs_mount_params_proc_show() 1174 else if (p->type == fs_param_is_u32) in cifs_mount_params_proc_show() 1176 else if (p->type == fs_param_is_u64) in cifs_mount_params_proc_show() 1178 else if (p->type == fs_param_is_string) in cifs_mount_params_proc_show() 1183 seq_printf(m, "%s:%s\n", p->name, type); in cifs_mount_params_proc_show()
|
/openbmc/linux/drivers/net/wireless/marvell/libertas/ |
H A D | debugfs.c | 812 char *p; in lbs_debugfs_read() local 820 p = buf; in lbs_debugfs_read() 834 pos += sprintf(p + pos, "%s=%d\n", d[i].name, val); in lbs_debugfs_read() 837 res = simple_read_from_buffer(userbuf, count, ppos, p, pos); in lbs_debugfs_read() 858 char *p; in lbs_debugfs_write() local 874 p = strstr(p0, d[i].name); in lbs_debugfs_write() 875 if (p == NULL) in lbs_debugfs_write() 877 p1 = strchr(p, '\n'); in lbs_debugfs_write() 881 p2 = strchr(p, '='); in lbs_debugfs_write()
|
/openbmc/u-boot/drivers/mtd/ubi/ |
H A D | io.c | 1003 void *p; in ubi_io_read_vid_hdr() local 1008 p = (char *)vid_hdr - ubi->vid_hdr_shift; in ubi_io_read_vid_hdr() 1009 read_err = ubi_io_read(ubi, p, pnum, ubi->vid_hdr_aloffset, in ubi_io_read_vid_hdr() 1087 void *p; in ubi_io_write_vid_hdr() local 1108 p = (char *)vid_hdr - ubi->vid_hdr_shift; in ubi_io_write_vid_hdr() 1109 err = ubi_io_write(ubi, p, pnum, ubi->vid_hdr_aloffset, in ubi_io_write_vid_hdr() 1275 void *p; in self_check_peb_vid_hdr() local 1284 p = (char *)vid_hdr - ubi->vid_hdr_shift; in self_check_peb_vid_hdr() 1285 err = ubi_io_read(ubi, p, pnum, ubi->vid_hdr_aloffset, in self_check_peb_vid_hdr()
|
/openbmc/linux/drivers/crypto/nx/ |
H A D | nx-common-pseries.c | 882 int p = 0; \ 886 p = snprintf(buf, PAGE_SIZE, "%lld\n", \ 889 return p; \ 915 char *p = buf; in nx842_timehist_show() local 939 bytes = snprintf(p, bytes_remain, "%u-%uus:\t%lld\n", in nx842_timehist_show() 943 p += bytes; in nx842_timehist_show() 947 bytes = snprintf(p, bytes_remain, "%uus - :\t%lld\n", in nx842_timehist_show() 950 p += bytes; in nx842_timehist_show() 953 return p - buf; in nx842_timehist_show()
|
/openbmc/linux/security/ |
H A D | commoncap.c | 1172 static int cap_safe_nice(struct task_struct *p) in cap_safe_nice() argument 1177 is_subset = cap_issubset(__task_cred(p)->cap_permitted, in cap_safe_nice() 1179 if (!is_subset && !ns_capable(__task_cred(p)->user_ns, CAP_SYS_NICE)) in cap_safe_nice() 1195 int cap_task_setscheduler(struct task_struct *p) in cap_task_setscheduler() argument 1197 return cap_safe_nice(p); in cap_task_setscheduler() 1210 int cap_task_setioprio(struct task_struct *p, int ioprio) in cap_task_setioprio() argument 1212 return cap_safe_nice(p); in cap_task_setioprio() 1225 int cap_task_setnice(struct task_struct *p, int nice) in cap_task_setnice() argument 1227 return cap_safe_nice(p); in cap_task_setnice()
|
/openbmc/linux/drivers/watchdog/ |
H A D | watchdog_dev.c | 756 int __user *p = argp; in watchdog_ioctl() local 779 err = put_user(val, p); in watchdog_ioctl() 782 err = put_user(wdd->bootstatus, p); in watchdog_ioctl() 785 if (get_user(val, p)) { in watchdog_ioctl() 805 if (get_user(val, p)) { in watchdog_ioctl() 825 err = put_user(wdd->timeout, p); in watchdog_ioctl() 831 err = put_user(val, p); in watchdog_ioctl() 834 if (get_user(val, p)) { in watchdog_ioctl() 841 err = put_user(wdd->pretimeout, p); in watchdog_ioctl()
|
/openbmc/linux/drivers/gpu/drm/i915/gt/ |
H A D | intel_gt_sysfs_pm.c | 426 #define GEN6_ATTR(p, s) { \ argument 427 &p##attr_##s##_act_freq_mhz.attr, \ 428 &p##attr_##s##_cur_freq_mhz.attr, \ 429 &p##attr_##s##_boost_freq_mhz.attr, \ 430 &p##attr_##s##_max_freq_mhz.attr, \ 431 &p##attr_##s##_min_freq_mhz.attr, \ 432 &p##attr_##s##_RP0_freq_mhz.attr, \ 433 &p##attr_##s##_RP1_freq_mhz.attr, \ 434 &p##attr_##s##_RPn_freq_mhz.attr, \
|