Home
last modified time | relevance | path

Searched refs:pid (Results 601 – 625 of 2194) sorted by relevance

1...<<21222324252627282930>>...88

/openbmc/qemu/tests/qemu-iotests/tests/
H A Dblock-status-cache54 pid = int(f.read())
55 os.kill(pid, signal.SIGTERM)
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dstacktrace_map_skip.c31 int pid = 0; variable
42 if (pid != (bpf_get_current_pid_tgid() >> 32)) in oncpu()
H A Dcgrp_ls_sleepable.c48 if (task->pid != target_pid) in no_rcu_lock()
68 if (task->pid != target_pid) in yes_rcu_lock()
/openbmc/google-misc/subprojects/metrics-ipmi-blobs/
H A Dutil.hpp46 TcommUtimeStime getTcommUtimeStime(int pid, long ticksPerSec);
47 std::string getCmdLine(int pid);
/openbmc/linux/drivers/scsi/bfa/
H A Dbfa_fcs.c248 fabric->bport.pid = bfa_hton3b(fabric->bport.pid); in bfa_fcs_fabric_sm_created()
294 fabric->bport.pid = bfa_fcport_get_myalpa(bfa); in bfa_fcs_fabric_sm_linkdown()
295 fabric->bport.pid = bfa_hton3b(fabric->bport.pid); in bfa_fcs_fabric_sm_linkdown()
911 fabric->bport.pid = fabric->lps->lp_pid; in bfa_cb_lps_flogi_comp()
925 bfa_trc(fabric->fcs, fabric->bport.pid); in bfa_cb_lps_flogi_comp()
1197 u32 pid = fchs->d_id; in bfa_fcs_fabric_uf_recv() local
1204 bfa_trc(fabric->fcs, pid); in bfa_fcs_fabric_uf_recv()
1211 if ((pid == bfa_ntoh3b(FC_FABRIC_PORT)) && in bfa_fcs_fabric_uf_recv()
1222 bfa_trc(fabric->fcs, pid); in bfa_fcs_fabric_uf_recv()
1227 if (fabric->bport.pid == pid) { in bfa_fcs_fabric_uf_recv()
[all …]
/openbmc/linux/tools/lib/bpf/
H A Dusdt.c474 sprintf(line, "/proc/%d/maps", pid); in parse_vma_segs()
528 lib_path, path, pid); in parse_vma_segs()
701 if (pid < 0) { in collect_usdt_targets()
709 err = parse_vma_segs(pid, path, &vma_segs, &vma_seg_cnt); in collect_usdt_targets()
712 pid, path, err); in collect_usdt_targets()
956 pid_t pid, const char *path, in usdt_manager_attach_usdt() argument
982 if (pid < 0) in usdt_manager_attach_usdt()
983 pid = -1; in usdt_manager_attach_usdt()
984 else if (pid == 0) in usdt_manager_attach_usdt()
985 pid = getpid(); in usdt_manager_attach_usdt()
[all …]
/openbmc/linux/tools/power/pm-graph/
H A Dbootgraph.py251 'pid': pid, 'length': length, 'row': 0, 'id': devid,
254 def deviceMatch(self, pid, cg): argument
261 if pid != dev['pid']:
349 pid = int(m.group('p'))
350 devtemp[func] = (ktime, pid)
358 start, pid = devtemp[f]
416 pid = int(m_pid)
421 key = (m_proc, pid)
436 proc, pid = key
444 devname = data.deviceMatch(pid, cg)
[all …]
/openbmc/linux/include/linux/sched/
H A Dtask.h95 struct task_struct *copy_process(struct pid *pid, int trace, int node,
103 int kernel_wait(pid_t pid, int *stat);
/openbmc/linux/drivers/vdpa/mlx5/core/
H A Dmlx5_vdpa.h126 current->pid, ##__VA_ARGS__)
130 current->pid, ##__VA_ARGS__)
134 current->pid, ##__VA_ARGS__)
/openbmc/phosphor-logging/extensions/openpower-pels/
H A Djournal.cpp107 std::string sID, pid, message, timeStamp, line; in getMessages() local
113 pid = getFieldValue(journal, "_PID"); in getMessages()
116 line = timeStamp + " " + sID + "[" + pid + "]: " + message; in getMessages()
/openbmc/openbmc/meta-phosphor/recipes-phosphor/fans/
H A Dphosphor-pid-control_git.bb7 HOMEPAGE = "github.com/openbmc/phosphor-pid-control"
24 SRC_URI = "git://github.com/openbmc/phosphor-pid-control;branch=master;protocol=https"
27 SERVICE_FILE = "phosphor-pid-control.service"
/openbmc/linux/drivers/usb/phy/
H A Dphy-ulpi.c170 int i, vid, pid, ret; in ulpi_init() local
180 pid = ulpi_id >> 16; in ulpi_init()
182 pr_info("ULPI transceiver vendor/product ID 0x%04x/0x%04x\n", vid, pid); in ulpi_init()
185 if (ulpi_ids[i].id == ULPI_ID(vid, pid)) { in ulpi_init()
/openbmc/linux/tools/kvm/kvm_stat/
H A Dkvm_stat.txt102 -p<pid>::
103 --pid=<pid>::
104 limit statistics to one virtual machine (pid)
/openbmc/linux/scripts/gdb/linux/
H A Dproc.py157 pid = int(argv[0])
161 pid = 1
163 task = tasks.get_task_by_pid(pid)
166 .format(pid))
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dcgroup_hierarchical_stats.c170 pid_t pid; in attach_processes() local
173 pid = fork(); in attach_processes()
174 if (pid == 0) { in attach_processes()
181 waitpid(pid, &status, 0); in attach_processes()
/openbmc/linux/fs/gfs2/
H A Dglock.h141 struct pid *pid; in gfs2_glock_is_locked_by_me() local
145 pid = task_pid(current); in gfs2_glock_is_locked_by_me()
149 if (gh->gh_owner_pid == pid) in gfs2_glock_is_locked_by_me()
/openbmc/linux/samples/bpf/
H A Dmap_perf_test_user.c348 pid_t pid[tasks]; in run_perf_test() local
354 pid[i] = fork(); in run_perf_test()
355 if (pid[i] == 0) { in run_perf_test()
358 } else if (pid[i] == -1) { in run_perf_test()
366 assert(waitpid(pid[i], &status, 0) == pid[i]); in run_perf_test()
/openbmc/linux/fs/ubifs/
H A Dmisc.c34 c->vi.ubi_num, c->vi.vol_id, current->pid, in ubifs_err()
53 c->vi.ubi_num, c->vi.vol_id, current->pid, in ubifs_warn()
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/nis/files/
H A Dypbind.init28 pidfile=/var/run/ypbind.pid
88 rm -f /var/yp/binding/* /var/run/ypbind.pid
/openbmc/linux/Documentation/userspace-api/media/dvb/
H A Ddmx-add-pid.rst20 ``int ioctl(fd, DMX_ADD_PID, __u16 *pid)``
28 ``pid``
/openbmc/qemu/hw/usb/
H A Dlibhw.c28 DMADirection dir = (p->pid == USB_TOKEN_IN) ? in usb_packet_map()
61 DMADirection dir = (p->pid == USB_TOKEN_IN) ? in usb_packet_unmap()
/openbmc/linux/rust/kernel/
H A Dtask.rs129 pub fn pid(&self) -> Pid { in pid() method
132 unsafe { *ptr::addr_of!((*self.0.get()).pid) } in pid()
/openbmc/linux/arch/powerpc/include/asm/nohash/
H A Dtlbflush.h37 unsigned int pid = READ_ONCE(mm->context.id); in local_flush_tlb_mm() local
39 if (pid != MMU_NO_CONTEXT) in local_flush_tlb_mm()
/openbmc/linux/drivers/media/test-drivers/vidtv/
H A Dvidtv_psi.h268 u16 pid; member
290 u16 pid; member
310 u16 pid; member
330 u16 pid; member
607 u16 pid; member
/openbmc/linux/drivers/i3c/master/mipi-i3c-hci/
H A Dcmd_v2.c245 u64 pid; in hci_cmd_v2_daa() local
292 pid = FIELD_GET(W1_MASK(47, 32), device_id[1]); in hci_cmd_v2_daa()
293 pid = (pid << 32) | device_id[0]; in hci_cmd_v2_daa()
297 next_addr, pid, dcr, bcr); in hci_cmd_v2_daa()

1...<<21222324252627282930>>...88