Home
last modified time | relevance | path

Searched refs:p (Results 4651 – 4675 of 9049) sorted by relevance

1...<<181182183184185186187188189190>>...362

/openbmc/qemu/hw/pci-bridge/
H A Dxio3130_upstream.c59 PCIEPort *p = PCIE_PORT(d); in xio3130_upstream_realize() local
82 p->port, errp); in xio3130_upstream_realize()
/openbmc/linux/fs/autofs/
H A Dwaitq.c353 char *p = dentry_path_raw(dentry, name, NAME_MAX); in autofs_wait() local
354 if (IS_ERR(p)) { in autofs_wait()
358 qstr.name = ++p; // skip the leading slash in autofs_wait()
359 qstr.len = strlen(p); in autofs_wait()
360 offset = p - name; in autofs_wait()
H A Dinode.c136 char *p; in parse_options() local
154 while ((p = strsep(&options, ",")) != NULL) { in parse_options()
157 if (!*p) in parse_options()
160 token = match_token(p, tokens, args); in parse_options()
/openbmc/linux/drivers/gpu/drm/i915/gt/uc/
H A Dintel_huc.c632 void intel_huc_load_status(struct intel_huc *huc, struct drm_printer *p) in intel_huc_load_status() argument
638 drm_printf(p, "HuC not supported\n"); in intel_huc_load_status()
643 drm_printf(p, "HuC disabled\n"); in intel_huc_load_status()
647 intel_uc_fw_dump(&huc->fw, p); in intel_huc_load_status()
650 drm_printf(p, "HuC status: 0x%08x\n", in intel_huc_load_status()
/openbmc/linux/security/
H A Dlsm_audit.c316 char *p = NULL; in dump_common_audit_data() local
353 p = &addr->name->sun_path[0]; in dump_common_audit_data()
355 if (*p) in dump_common_audit_data()
356 audit_log_untrustedstring(ab, p); in dump_common_audit_data()
358 audit_log_n_hex(ab, p, len); in dump_common_audit_data()
/openbmc/linux/sound/hda/
H A Dhdac_sysfs.c323 struct kobject **p; in widget_tree_free() local
329 for (p = tree->nodes; *p; p++) in widget_tree_free()
330 free_widget_node(*p, &widget_node_group); in widget_tree_free()
/openbmc/linux/Documentation/dev-tools/
H A Dgdb-kernel-debugging.rst123 (gdb) p $lx_current().pid
125 (gdb) p $lx_current().comm
130 (gdb) p $lx_per_cpu("runqueues").nr_running
132 (gdb) p $lx_per_cpu("runqueues", 2).nr_running
138 (gdb) p *$container_of($next, "struct hrtimer", "node")
/openbmc/linux/Documentation/arch/arm/
H A Dtcm.rst140 printk("TCM variable from testrun: %u @ %p\n", tcmvar, &tcmvar);
142 printk("TCM variable: 0x%x @ %p\n", tcmvar, &tcmvar);
144 printk("TCM assigned variable: 0x%x @ %p\n", tcmassigned, &tcmassigned);
146 printk("TCM constant: 0x%x @ %p\n", tcmconst, &tcmconst);
151 printk("TCM Allocated 20 bytes of TCM @ %p\n", tcmem);
/openbmc/linux/net/netfilter/ipset/
H A Dip_set_hash_ipport.c119 u32 ip, ip_to = 0, p = 0, port, port_to, i = 0; in hash_ipport4_uadt() local
190 p = retried && ip == ntohl(h->next.ip) ? ntohs(h->next.port) in hash_ipport4_uadt()
192 for (; p <= port_to; p++, i++) { in hash_ipport4_uadt()
194 e.port = htons(p); in hash_ipport4_uadt()
H A Dip_set_hash_ipportip.c115 u32 ip, ip_to = 0, p = 0, port, port_to, i = 0; in hash_ipportip4_uadt() local
186 p = retried && ip == ntohl(h->next.ip) ? ntohs(h->next.port) in hash_ipportip4_uadt()
188 for (; p <= port_to; p++, i++) { in hash_ipportip4_uadt()
190 e.port = htons(p); in hash_ipportip4_uadt()
/openbmc/linux/arch/s390/lib/
H A Dtest_unwind.c33 char *p; in print_backtrace() local
36 p = strsep(&bt, "\n"); in print_backtrace()
37 if (!p) in print_backtrace()
39 kunit_err(current_test, "%s\n", p); in print_backtrace()
219 static int kprobe_pre_handler(struct kprobe *p, struct pt_regs *regs) in kprobe_pre_handler() argument
/openbmc/linux/drivers/net/ethernet/mellanox/mlxbf_gige/
H A Dmlxbf_gige_main.c92 struct mlxbf_gige_stats *p; in mlxbf_gige_cache_stats() local
95 p = &priv->stats; in mlxbf_gige_cache_stats()
96 p->rx_din_dropped_pkts += readq(priv->base + in mlxbf_gige_cache_stats()
98 p->rx_filter_passed_pkts += readq(priv->base + in mlxbf_gige_cache_stats()
100 p->rx_filter_discard_pkts += readq(priv->base + in mlxbf_gige_cache_stats()
/openbmc/qemu/semihosting/
H A Darm-compat-semi.c501 char *p; in do_common_semihosting() local
521 p = lock_user(VERIFY_WRITE, arg0, len, 0); in do_common_semihosting()
522 if (!p) { in do_common_semihosting()
526 memcpy(p, s, len); in do_common_semihosting()
527 unlock_user(p, arg0, len); in do_common_semihosting()
/openbmc/linux/arch/m68k/fpsp040/
H A Dsetox.S128 | p = R + R*R*(A1 + R*(A2 + R*(A3 + R*(A4 + R*A5))))
137 | p = [ R + R*S*(A2 + S*A4) ] +
141 | Step 5. Compute 2^(J/64)*exp(R) = 2^(J/64)*(1+p) by
142 | ans := T + ( T*p + t)
727 |--Compute 2^(J/64)*p
740 faddx (%a1),%fp0 | ...T+(p+(t+OnebySc))
748 fadds 12(%a1),%fp0 | ...p+t
749 faddx (%a1),%fp0 | ...T+(p+t)
750 faddx ONEBYSC(%a6),%fp0 | ...OnebySc + (T+(p+t))
755 fadds (%a1),%fp0 | ...fp0 is p+t
[all …]
/openbmc/linux/kernel/rcu/
H A Dsrcutree.c81 #define spin_lock_rcu_node(p) \ argument
83 spin_lock(&ACCESS_PRIVATE(p, lock)); \
87 #define spin_unlock_rcu_node(p) spin_unlock(&ACCESS_PRIVATE(p, lock)) argument
89 #define spin_lock_irq_rcu_node(p) \ argument
91 spin_lock_irq(&ACCESS_PRIVATE(p, lock)); \
95 #define spin_unlock_irq_rcu_node(p) \ argument
96 spin_unlock_irq(&ACCESS_PRIVATE(p, lock))
98 #define spin_lock_irqsave_rcu_node(p, flags) \ argument
100 spin_lock_irqsave(&ACCESS_PRIVATE(p, lock), flags); \
104 #define spin_trylock_irqsave_rcu_node(p, flags) \ argument
[all …]
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/diag/
H A Dfs_tracepoint.h45 parse_fs_hdrs(p, match_criteria_enable, mouter, mmisc, minner, vouter,\
48 const char *parse_fs_hdrs(struct trace_seq *p,
58 parse_fs_dst(p, (const struct mlx5_flow_destination *)dst, counter_id)
60 const char *parse_fs_dst(struct trace_seq *p,
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/mycroft/files/
H A D0001-Remove-python-venv.patch68 …sys.__plen:]; del sys.path[sys.__plen:]; p=getattr(sys,'__egginsert',0); sys.path[p:p]=new; sys.__…
/openbmc/u-boot/drivers/serial/
H A Dserial-uclass.c37 const char *str, *p, *name; in serial_check_stdout() local
48 p = strchr(str, ':'); in serial_check_stdout()
50 p ? p - str : strlen(str)); in serial_check_stdout()
/openbmc/linux/arch/x86/include/asm/
H A Ddesc.h30 desc->p = info->seg_not_present ^ 1; in fill_ldt()
84 gate->bits.p = 1; in pack_gate()
172 desc->p = 1; in set_tssldt_descriptor()
417 data->bits.p = 1; in init_idt_data()
/openbmc/linux/drivers/media/dvb-frontends/
H A Dzl10036.c296 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in zl10036_set_params() local
299 u32 frequency = p->frequency; in zl10036_set_params()
315 fbw = (27 * p->symbol_rate) / 32; in zl10036_set_params()
342 ret = zl10036_set_frequency(state, p->frequency); in zl10036_set_params()
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dmmap.c163 void *p; in test_mmap() local
165 p = mmap(NULL, map_sz, flags, MAP_SHARED, data_map_fd, 0); in test_mmap()
166 if (CHECK_FAIL(p == MAP_FAILED)) in test_mmap()
168 err = munmap(p, map_sz); in test_mmap()
/openbmc/linux/arch/arm64/kernel/
H A Dmodule-plts.c44 u64 p, q; in plt_entries_equal() local
55 p = ALIGN_DOWN((u64)a, SZ_4K); in plt_entries_equal()
62 if (a->adrp == b->adrp && p == q) in plt_entries_equal()
65 return (p + aarch64_insn_adrp_get_offset(le32_to_cpu(a->adrp))) == in plt_entries_equal()
/openbmc/linux/kernel/time/
H A Dnamespace.c365 void proc_timens_show_offsets(struct task_struct *p, struct seq_file *m) in proc_timens_show_offsets() argument
370 ns = timens_for_children_get(p); in proc_timens_show_offsets()
380 int proc_timens_set_offset(struct file *file, struct task_struct *p, in proc_timens_set_offset() argument
388 ns = timens_for_children_get(p); in proc_timens_set_offset()
/openbmc/linux/tools/testing/selftests/ftrace/test.d/
H A Dfunctions145 p=${i%:program}
148 if [ $p != $i ]; then
149 if ! which $p ; then
150 echo "Required program $p is not found."
/openbmc/linux/tools/testing/selftests/bpf/
H A Dxdp_synproxy.c399 char *p = ports; in main() local
403 while (p && *p != '\0') { in main()
404 char *token = strsep(&p, ","); in main()

1...<<181182183184185186187188189190>>...362