Home
last modified time | relevance | path

Searched refs:pid (Results 1326 – 1350 of 2199) sorted by relevance

1...<<51525354555657585960>>...88

/openbmc/linux/drivers/misc/bcm-vk/
H A Dbcm_vk.h275 pid_t pid; member
507 const pid_t pid, const u32 q_num);
/openbmc/linux/include/linux/
H A Dsocket.h14 struct pid;
183 __u32 pid; member
/openbmc/linux/arch/powerpc/mm/
H A Dfault.c144 current->comm, current->pid, address); in do_sigbus()
316 current->comm, current->pid, address, in sanity_check_fault()
/openbmc/linux/drivers/staging/rtl8712/
H A Drtl8712_cmd.c62 if (padapter->pid == 0) in check_hw_pbc()
64 kill_pid(find_vpid(padapter->pid), SIGUSR1, 1); in check_hw_pbc()
/openbmc/linux/kernel/
H A Dpanic.c667 raw_smp_processor_id(), current->pid, file, line, in __warn()
671 raw_smp_processor_id(), current->pid, caller); in __warn()
/openbmc/qemu/target/ppc/
H A Darch_dump.c51 uint32_t pid; member
117 prstatus->pid = cpu_to_dump32(s, id); in ppc_write_elf_prstatus()
/openbmc/linux/fs/ubifs/
H A Ddebug.c604 current->pid, lst->empty_lebs, lst->idx_lebs); in ubifs_dump_lstats()
623 current->pid, bi->data_growth + bi->dd_growth, in ubifs_dump_budg()
777 pr_err("(pid %d) start dumping LEB properties\n", current->pid); in ubifs_dump_lprops()
798 pr_err("(pid %d) dumping LPT information\n", current->pid); in ubifs_dump_lpt_info()
837 pr_err("(pid %d) start dumping LEB %d\n", current->pid, lnum); in ubifs_dump_leb()
861 pr_err("(pid %d) finish dumping LEB %d\n", current->pid, lnum); in ubifs_dump_leb()
913 current->pid, cat, heap->cnt); in ubifs_dump_heap()
921 pr_err("(pid %d) finish dumping heap\n", current->pid); in ubifs_dump_heap()
929 pr_err("(pid %d) dumping pnode:\n", current->pid); in ubifs_dump_pnode()
948 pr_err("(pid %d) start dumping TNC tree\n", current->pid); in ubifs_dump_tnc()
[all …]
/openbmc/openbmc/poky/meta/recipes-devtools/rust/files/
H A Drv32-rustix-libc-backend.patch19pid/mod.rs":"2c6478857a0751625edabd61acb841819bfba1093b1faeded15693c805d84952","src/backend/libc/p…
21pid/mod.rs":"2c6478857a0751625edabd61acb841819bfba1093b1faeded15693c805d84952","src/backend/libc/p…
H A Drv32-cargo-rustix-0.38.19-fix.patch37pid/mod.rs":"2c6478857a0751625edabd61acb841819bfba1093b1faeded15693c805d84952","src/backend/libc/p…
39pid/mod.rs":"2c6478857a0751625edabd61acb841819bfba1093b1faeded15693c805d84952","src/backend/libc/p…
/openbmc/linux/tools/perf/util/scripting-engines/
H A Dtrace-event-python.c856 _PyLong_FromLong(sample->pid)); in get_perf_sample_dict()
941 int pid; in python_process_tracepoint() local
957 pid = raw_field_value(event, "common_pid", data); in python_process_tracepoint()
996 PyTuple_SetItem(t, n++, _PyLong_FromLong(pid)); in python_process_tracepoint()
1003 pydict_set_item_string_decref(dict, "common_pid", _PyLong_FromLong(pid)); in python_process_tracepoint()
1160 tuple_set_s32(t, 1, machine->pid); in python_export_machine()
1536 tuple_set_s32(t, 4, sample->pid); in python_process_throttle()
1569 tuple_set_s32(t, 2, sample->pid); in python_do_process_switch()
1573 tuple_set_s32(t, 6, machine->pid); in python_do_process_switch()
1620 tuple_set_s32(t, 3, e->pid); in python_process_auxtrace_error()
/openbmc/linux/tools/perf/Documentation/
H A Dperf-c2c.txt89 Following fields are available: tid,pid,iaddr,dso
251 - pid of the process responsible for the accesses
302 pid - coalesced by process PIDs
307 By default the coalescing is setup with 'pid,iaddr'.
/openbmc/linux/tools/perf/util/
H A Dsrcline.c398 if (a2l->pid != -1) { in addr2line_subprocess_cleanup()
399 kill(a2l->pid, SIGKILL); in addr2line_subprocess_cleanup()
401 a2l->pid = -1; in addr2line_subprocess_cleanup()
425 a2l->pid = -1; in addr2line_subprocess_init()
/openbmc/linux/tools/lib/bpf/
H A Dlibbpf.h579 pid_t pid,
673 pid_t pid, const char *binary_path,
691 bpf_program__attach_uprobe_opts(const struct bpf_program *prog, pid_t pid,
722 pid_t pid, const char *binary_path,
/openbmc/linux/drivers/usb/typec/
H A Drt1719.c822 u16 pid; in rt1719_check_exist() local
825 ret = rt1719_read16(data, RT1719_REG_VENID, &pid); in rt1719_check_exist()
829 if (pid != RT1719_UNIQUE_PID) { in rt1719_check_exist()
830 dev_err(data->dev, "Incorrect PID 0x%04x\n", pid); in rt1719_check_exist()
/openbmc/intel-ipmi-oem/src/
H A Doemcommands.cpp1945 for (const auto& [_, pid] : data) in ipmiOEMGetFanSpeedOffset()
1947 auto findClass = pid.find("Class"); in ipmiOEMGetFanSpeedOffset()
1948 if (findClass == pid.end()) in ipmiOEMGetFanSpeedOffset()
1959 if (findOutLimit == pid.end()) in ipmiOEMGetFanSpeedOffset()
2001 for (const auto& [path, pid] : data) in ipmiOEMSetFanSpeedOffset()
2003 auto findClass = pid.find("Class"); in ipmiOEMSetFanSpeedOffset()
2004 if (findClass == pid.end()) in ipmiOEMSetFanSpeedOffset()
2015 if (findOutLimit == pid.end()) in ipmiOEMSetFanSpeedOffset()
2104 if (findClass == pid.end()) in ipmiOEMSetFscParameter()
2204 for (const auto& [_, pid] : data) in ipmiOEMGetFscParameter()
[all …]
/openbmc/linux/Documentation/admin-guide/namespaces/
H A Dcompatibility-list.rst25 process group with pid.
/openbmc/u-boot/doc/device-tree-bindings/cpu/
H A Dnios2.txt43 altr,pid-num-bits = <8>;
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dprofiler.h64 pid_t pid; member
/openbmc/openbmc/poky/meta/recipes-devtools/qemu/qemu/
H A Dqemu-guest-agent.init13 PIDFILE=/var/run/$NAME.pid
/openbmc/phosphor-pid-control/pid/ec/
H A Dpid.cpp48 double pid(pid_info_t* pidinfoptr, double input, double setpoint, in pid() function
/openbmc/openbmc/poky/bitbake/lib/toaster/tests/functional/
H A Dfunctional_helpers.py48 toaster_processes = [start_process.pid]
/openbmc/linux/arch/powerpc/kernel/
H A Dstacktrace.c197 pr_cont(" current: %d (%s)\n", p->__current->pid, in raise_backtrace_ipi()
/openbmc/linux/Documentation/devicetree/bindings/remoteproc/
H A Dqcom,qcs404-pas.yaml90 qcom,remote-pid = <2>;
/openbmc/linux/sound/soc/loongson/
H A Dloongson_i2s_pci.c74 const struct pci_device_id *pid) in loongson_i2s_pci_probe() argument
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dget_stack_raw_tp.c14 int pid; member

1...<<51525354555657585960>>...88