/openbmc/linux/fs/sysv/ |
H A D | dir.c | 61 static void *dir_get_page(struct inode *dir, unsigned long n, struct page **p) in dir_get_page() argument 67 *p = page; in dir_get_page() 361 struct sysv_dir_entry *sysv_dotdot(struct inode *dir, struct page **p) in sysv_dotdot() argument 363 struct sysv_dir_entry *de = dir_get_page(dir, 0, p); in sysv_dotdot()
|
/openbmc/linux/drivers/gpu/drm/rockchip/ |
H A D | rockchip_drm_drv.c | 364 struct device *p = NULL, *d; in rockchip_drm_match_add() local 367 d = platform_find_device_by_driver(p, &drv->driver); in rockchip_drm_match_add() 368 put_device(p); in rockchip_drm_match_add() 369 p = d; in rockchip_drm_match_add()
|
/openbmc/linux/include/linux/ |
H A D | swapops.h | 489 struct page *p = pfn_to_page(swp_offset_pfn(entry)); in pfn_swap_entry_to_page() local 495 BUG_ON(is_migration_entry(entry) && !PageLocked(p)); in pfn_swap_entry_to_page() 497 return p; in pfn_swap_entry_to_page() 563 static inline void pmd_migration_entry_wait(struct mm_struct *m, pmd_t *p) { } in pmd_migration_entry_wait() argument
|
/openbmc/linux/net/tls/ |
H A D | tls.h | 294 __be64 *p; in tls_bigint_subtract() local 298 p = (__be64 *)seq; in tls_bigint_subtract() 299 rcd_sn = be64_to_cpu(*p); in tls_bigint_subtract() 300 *p = cpu_to_be64(rcd_sn - n); in tls_bigint_subtract()
|
/openbmc/linux/drivers/gpu/drm/amd/amdkfd/ |
H A D | kfd_int_process_v9.c | 147 struct kfd_process *p = kfd_lookup_process_by_pasid(pasid); in event_interrupt_poison_consumption_v9() local 149 if (!p) in event_interrupt_poison_consumption_v9() 153 old_poison = atomic_cmpxchg(&p->poison, 0, 1); in event_interrupt_poison_consumption_v9() 154 kfd_unref_process(p); in event_interrupt_poison_consumption_v9()
|
/openbmc/phosphor-fan-presence/presence/ |
H A D | json_parser.cpp | 67 for (auto& p : _policies) in start() local 69 p->monitor(); in start() 91 for (auto& p : _policies) in sighupHandler() local 93 p->monitor(); in sighupHandler()
|
/openbmc/qemu/docs/sphinx-static/ |
H A D | theme_overrides.css | 15 h1, h2, .rst-content .toctree-wrapper p.caption, h3, h4, h5, h6, legend { 34 .wy-menu-vertical p.caption { 65 p { selector 193 .rst-content .section ul li:last-child, .rst-content .section ul li p:last-child {
|
/openbmc/qemu/ |
H A D | hmp-commands.hx | 15 .flags = "p", 48 .flags = "p", 62 .flags = "p", 81 .flags = "p", 98 .flags = "p", 112 .flags = "p", 128 .flags = "p", 142 .flags = "p", 157 .flags = "p", 171 .flags = "p", [all …]
|
/openbmc/linux/security/smack/ |
H A D | smack_lsm.c | 2172 smk_ad_setfield_u_tsk(&ad, p); in smk_curacc_on_task() 2174 rc = smk_bu_task(p, access, rc); in smk_curacc_on_task() 2187 return smk_curacc_on_task(p, MAY_WRITE, __func__); in smack_task_setpgid() 2198 return smk_curacc_on_task(p, MAY_READ, __func__); in smack_task_getpgid() 2207 static int smack_task_getsid(struct task_struct *p) in smack_task_getsid() argument 2209 return smk_curacc_on_task(p, MAY_READ, __func__); in smack_task_getsid() 2248 return smk_curacc_on_task(p, MAY_WRITE, __func__); in smack_task_setnice() 2271 return smk_curacc_on_task(p, MAY_READ, __func__); in smack_task_getioprio() 2293 return smk_curacc_on_task(p, MAY_READ, __func__); in smack_task_getscheduler() 2329 smk_ad_setfield_u_tsk(&ad, p); in smack_task_kill() [all …]
|
/openbmc/linux/drivers/pci/ |
H A D | pci.c | 300 if (!p) in pci_dev_str_match_path() 325 *p = 0; in pci_dev_str_match_path() 387 p += 4; in pci_dev_str_match() 413 ret = pci_dev_str_match_path(dev, p, &p); in pci_dev_str_match() 909 ret = pci_dev_str_match(dev, p, &p); in pci_disable_acs_redir() 920 if (*p != ';' && *p != ',') { in pci_disable_acs_redir() 924 p++; in pci_disable_acs_redir() 6720 if (!p || !*p) in pci_specified_resource_alignment() 6742 ret = pci_dev_str_match(dev, p, &p); in pci_specified_resource_alignment() 6753 if (*p != ';' && *p != ',') { in pci_specified_resource_alignment() [all …]
|
H A D | quirks.c | 447 struct pci_dev *p; in quirk_vialatency() local 455 if (p != NULL) { in quirk_vialatency() 462 if (p->revision < 0x40 || p->revision > 0x42) in quirk_vialatency() 470 if (p->revision < 0x10 || p->revision > 0x12) in quirk_vialatency() 497 pci_dev_put(p); in quirk_vialatency() 2614 if (!p) in quirk_via_cx700_pci_parking_caching() 2616 pci_dev_put(p); in quirk_via_cx700_pci_parking_caching() 3150 struct pci_dev *p; in quirk_msi_intx_disable_ati_bug() local 3159 if (!p) in quirk_msi_intx_disable_ati_bug() 3162 if ((p->revision < 0x3B) && (p->revision >= 0x30)) in quirk_msi_intx_disable_ati_bug() [all …]
|
/openbmc/linux/tools/perf/util/ |
H A D | symbol.c | 338 while (*p != NULL) { in __symbols__insert() 339 parent = *p; in __symbols__insert() 342 p = &(*p)->rb_left; in __symbols__insert() 344 p = &(*p)->rb_right; in __symbols__insert() 605 char *p; in hex2u64() local 607 *long_val = strtoull(ptr, &p, 16); in hex2u64() 609 return p - ptr; in hex2u64() 993 while (*p != NULL) { in add_module() 994 parent = *p; in add_module() 997 p = &(*p)->rb_left; in add_module() [all …]
|
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-kernel/linux/arm-platforms-kmeta/bsp/arm-platforms/ |
H A D | virtio-9p.scc | 1 kconf non-hardware virtio-9p.cfg
|
/openbmc/linux/lib/raid6/ |
H A D | altivec.uc | 74 u8 *p, *q; 81 p = dptr[z0+1]; /* XOR parity */ 95 *(unative_t *)&p[d+NSIZE*$$] = wp$$;
|
/openbmc/u-boot/lib/ |
H A D | gunzip.c | 29 void *p; in gzalloc() local 34 p = malloc (size); in gzalloc() 36 return (p); in gzalloc()
|
/openbmc/u-boot/arch/arm/mach-imx/ |
H A D | cpu.c | 418 struct bootrom_sw_info **p = in get_boot_device() local 422 u8 boot_type = (*p)->boot_dev_type; in get_boot_device() 423 u8 boot_instance = (*p)->boot_dev_instance; in get_boot_device()
|
/openbmc/linux/net/l2tp/ |
H A D | trace.h | 18 #define pw_type_name(p) { L2TP_PWTYPE_##p, #p } argument
|
/openbmc/linux/drivers/leds/ |
H A D | leds-powernv.c | 248 struct property *p; in powernv_led_classdev() local 254 p = of_find_property(np, "led-types", NULL); in powernv_led_classdev() 256 while ((cur = of_prop_next_string(p, cur)) != NULL) { in powernv_led_classdev()
|
/openbmc/linux/Documentation/userspace-api/media/v4l/ |
H A D | vidioc-enum-dv-timings.rst | 70 .. tabularcolumns:: |p{4.4cm}|p{4.4cm}|p{8.5cm}|
|
H A D | vidioc-g-frequency.rst | 54 .. tabularcolumns:: |p{4.4cm}|p{4.4cm}|p{8.5cm}|
|
/openbmc/phosphor-dbus-monitor/src/templates/ |
H A D | generated.mako.hpp | 56 % for p in paths: in get() 88 % for p in pathinstances: in get() 104 % for p in propertynames: in get()
|
/openbmc/openbmc/poky/scripts/lib/resulttool/ |
H A D | resultutils.py | 41 def is_url(p): argument 45 return p.startswith('http://') or p.startswith('https://')
|
/openbmc/qemu/util/ |
H A D | coroutine-ucontext.c | 79 void *p; member 159 self = arg.p; in coroutine_trampoline() 219 arg.p = co; in qemu_coroutine_new()
|
/openbmc/linux/drivers/net/ethernet/ibm/emac/ |
H A D | zmii.c | 87 struct zmii_regs __iomem *p = dev->base; in zmii_attach() local 142 out_be32(&p->fer, in_be32(&p->fer) | zmii_mode_mask(dev->mode, input)); in zmii_attach()
|
/openbmc/linux/drivers/net/appletalk/ |
H A D | ipddp.c | 332 struct ipddp_route *p; in ipddp_cleanup_module() local 338 p = ipddp_route_list->next; in ipddp_cleanup_module() 340 ipddp_route_list = p; in ipddp_cleanup_module()
|