/openbmc/linux/drivers/gpu/drm/etnaviv/ |
H A D | etnaviv_gem_submit.c | 401 put_pid(submit->pid); in submit_cleanup() 426 struct pid *pid = get_pid(task_pid(current)); in etnaviv_ioctl_gem_submit() local 524 submit->pid = pid; in etnaviv_ioctl_gem_submit()
|
/openbmc/linux/arch/x86/kvm/ |
H A D | i8254.c | 666 struct pid *pid; in kvm_create_pit() local 680 pid = get_pid(task_tgid(current)); in kvm_create_pit() 681 pid_nr = pid_vnr(pid); in kvm_create_pit() 682 put_pid(pid); in kvm_create_pit()
|
/openbmc/linux/drivers/scsi/bfa/ |
H A D | bfa_fcs_fcpim.c | 422 if (BFA_FCS_PID_IS_WKA(rport->pid)) in bfa_fcs_itnim_aen_post() 463 itnim->rport->pid, bfa_fcs_lport_get_fcid(port), 0); in bfa_fcs_itnim_send_prli() 623 bfa_trc(itnim->fcs, itnim->rport->pid); in bfa_fcs_itnim_delete() 635 if (!BFA_FCS_PID_IS_WKA(itnim->rport->pid)) in bfa_fcs_itnim_brp_online() 656 bfa_trc(itnim->fcs, itnim->rport->pid); in bfa_fcs_itnim_is_initiator() 667 bfa_trc(itnim->fcs, itnim->rport->pid); in bfa_fcs_itnim_get_online_state()
|
/openbmc/linux/fs/lockd/ |
H A D | clntproc.c | 70 static inline int nlm_pidbusy(struct nlm_host *host, uint32_t pid) in nlm_pidbusy() argument 74 if (lockowner->pid == pid) in nlm_pidbusy() 115 new->pid = __nlm_alloc_pid(host); in nlmclnt_find_lockowner() 140 (unsigned int)fl->fl_u.nfs_fl.owner->pid, in nlmclnt_setlockargs() 142 lock->svid = fl->fl_u.nfs_fl.owner->pid; in nlmclnt_setlockargs()
|
/openbmc/linux/tools/testing/selftests/ |
H A D | kselftest_harness.h | 832 pid_t pid; /* pid of test when being run */ member 903 kill(-(t->pid), SIGKILL); in __timeout_handler() 925 waitpid(t->pid, &status, 0); in __wait_for_test() 1128 t->pid = fork(); in __run_test() 1129 if (t->pid < 0) { in __run_test() 1132 } else if (t->pid == 0) { in __run_test()
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/tinyproxy/tinyproxy/ |
H A D | tinyproxy.service | 11 PIDFile=/var/run/tinyproxy/tinyproxy.pid
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/freeradius/files/ |
H A D | radiusd.service | 8 PIDFile=/run/radiusd/radiusd.pid
|
/openbmc/linux/tools/testing/selftests/powerpc/dexcr/ |
H A D | dexcr.h | 41 void await_child_success(pid_t pid);
|
/openbmc/linux/samples/ftrace/ |
H A D | ftrace-direct.c | 14 trace_printk("waking up %s-%d\n", p->comm, p->pid); in my_direct_func()
|
/openbmc/openbmc/meta-facebook/meta-catalina/recipes-catalina/plat-svc/files/ |
H A D | catalina-sys-init.service | 5 Before=phosphor-pid-control.service
|
/openbmc/qemu/include/gdbstub/ |
H A D | commands.h | 20 uint32_t pid; member
|
/openbmc/qemu/docs/tools/ |
H A D | qemu-storage-daemon.rst | 167 is the path to a file where the daemon writes its pid. This allows scripts to 170 $ kill -SIGTERM $(<path/to/qsd.pid) 173 with a given pid file path. The daemon unlinks its pid file when terminating. 175 The pid file is written after chardevs, exports, and NBD servers have been 177 when the pid file is written and clients may begin connecting. 182 (i.e., after the pid file has been or would have been written) or failure
|
/openbmc/linux/drivers/media/usb/dvb-usb/ |
H A D | m920x.c | 29 static int m920x_set_filter(struct dvb_usb_device *d, int type, int idx, int pid); 328 static int m920x_set_filter(struct dvb_usb_device *d, int type, int idx, int pid) in m920x_set_filter() argument 332 if (pid >= 0x8000) in m920x_set_filter() 335 pid |= 0x8000; in m920x_set_filter() 337 if ((ret = m920x_write(d->udev, M9206_FILTER, pid, (type << 8) | (idx * 4) )) != 0) in m920x_set_filter() 390 static int m920x_pid_filter(struct dvb_usb_adapter *adap, int index, u16 pid, int onoff) in m920x_pid_filter() argument 394 m->filters[adap->id][index] = onoff ? pid : 0; in m920x_pid_filter()
|
/openbmc/linux/tools/perf/util/ |
H A D | build-id.c | 52 struct thread *thread = machine__findnew_thread(machine, sample->pid, in build_id__mark_dso_hit() 77 event->fork.pid, in perf_event__exit_del_thread() 80 dump_printf("(%d:%d):(%d:%d)\n", event->fork.pid, event->fork.tid, in perf_event__exit_del_thread() 306 pid_t pid, u16 misc, struct feat_fd *fd) in write_buildid() argument 319 b.pid = pid; in write_buildid() 365 err = write_buildid(name, name_len, &pos->bid, machine->pid, in machine__write_buildid_table()
|
/openbmc/linux/drivers/net/ethernet/pensando/ionic/ |
H A D | ionic_dev.c | 611 .q_init.pid = cpu_to_le16(q->pid), in ionic_dev_cmd_adminq_init() 621 int ionic_db_page_num(struct ionic_lif *lif, int pid) in ionic_db_page_num() argument 623 return (lif->hw_index * lif->dbid_count) + pid; in ionic_db_page_num() 723 size_t sg_desc_size, unsigned int pid) in ionic_q_init() argument 742 q->pid = pid; in ionic_q_init()
|
/openbmc/qemu/hw/usb/ |
H A D | hcd-uhci.c | 680 uint8_t pid; in uhci_complete_td() local 683 pid = td->token & 0xff; in uhci_complete_td() 703 if (pid == USB_TOKEN_IN) { in uhci_complete_td() 726 uint8_t pid = td->token & 0xff; in uhci_handle_td() local 768 switch (pid) { in uhci_handle_td() 819 ep = usb_ep_get(dev, pid, (td->token >> 15) & 0xf); in uhci_handle_td() 825 spd = (pid == USB_TOKEN_IN && (td->ctrl & TD_CTRL_SPD) != 0); in uhci_handle_td() 826 usb_packet_setup(&async->packet, pid, q->ep, 0, td_addr, spd, in uhci_handle_td() 835 switch(pid) { in uhci_handle_td()
|
H A D | hcd-musb.c | 609 int epnum, int pid, int len, USBCallback cb, int dir) in musb_packet() argument 634 uep = usb_ep_get(dev, pid, ep->type[idx] & 0xf); in musb_packet() 635 id = pid | (dev->addr << 16) | (uep->nr << 8); in musb_packet() 636 usb_packet_setup(&ep->packey[dir].p, pid, uep, 0, id, false, true); in musb_packet() 728 if (!epnum && ep->packey[0].pid == USB_TOKEN_SETUP) in musb_tx_packet_complete() 839 int pid; in musb_tx_rdy() local 862 pid = USB_TOKEN_OUT; in musb_tx_rdy() 864 pid = USB_TOKEN_SETUP; in musb_tx_rdy() 872 musb_packet(s, ep, epnum, pid, total, musb_tx_packet_complete, 0); in musb_tx_rdy() 882 if (ep->packey[1].p.pid == USB_TOKEN_IN && ep->status[1] >= 0 && in musb_rx_req()
|
H A D | hcd-ohci.c | 574 int pid; in ohci_service_iso_td() local 652 pid = USB_TOKEN_IN; in ohci_service_iso_td() 656 pid = USB_TOKEN_OUT; in ohci_service_iso_td() 660 pid = USB_TOKEN_SETUP; in ohci_service_iso_td() 741 ep = usb_ep_get(dev, pid, OHCI_BM(ed->flags, ED_EN)); in ohci_service_iso_td() 746 usb_packet_setup(pkt, pid, ep, 0, addr, false, int_req); in ohci_service_iso_td() 879 int pid; in ohci_service_td() local 921 pid = USB_TOKEN_IN; in ohci_service_td() 925 pid = USB_TOKEN_OUT; in ohci_service_td() 929 pid = USB_TOKEN_SETUP; in ohci_service_td() [all …]
|
/openbmc/linux/Documentation/mm/ |
H A D | slub.rst | 190 INFO: Allocated in get_modalias+0x61/0xf5 age=53 cpu=1 pid=554 237 cpu> pid=<pid of the process> 239 pid=<pid of the process> 405 since alloc, pid range of the allocating processes, cpu mask of 410 338 pci_alloc_dev+0x2c/0xa0 waste=521872/1544 age=290837/291891/293509 pid=1 cpus=106 nodes=0-1 437 pid range of the freeing processes, cpu mask of freeing cpus, and stack trace. 441 1980 <not-available> age=4294912290 pid=0 cpus=0 442 51 acpi_ut_update_ref_count+0x6a6/0x782 age=236886/237027/237772 pid=1 cpus=1
|
/openbmc/qemu/tests/qtest/ |
H A D | libqtest.c | 157 pid_t pid = s->qemu_pid; in qtest_probe_child() local 159 if (pid != -1) { in qtest_probe_child() 161 pid = waitpid(pid, &s->wstatus, WNOHANG); in qtest_probe_child() 162 if (pid == 0) { in qtest_probe_child() 166 GetExitCodeProcess((HANDLE)pid, &s->exit_code); in qtest_probe_child() 170 CloseHandle((HANDLE)pid); in qtest_probe_child() 222 pid_t pid; in qtest_wait_qemu() local 229 pid = waitpid(s->qemu_pid, &s->wstatus, WNOHANG); in qtest_wait_qemu() 230 if (pid != 0) { in qtest_wait_qemu() 236 if (pid == 0) { in qtest_wait_qemu() [all …]
|
/openbmc/openbmc/poky/scripts/pybootchartgui/pybootchartgui/tests/ |
H A D | parser_test.py | 53 print(process.pid / 1000, process.cmd, process.ppid, len(process.samples)) 56 self.assertEqual(tokens[0], str(process.pid // 1000))
|
/openbmc/openbmc/meta-arm/meta-arm/lib/fvp/ |
H A D | runner.py | 171 def pid(self): member in FVPRunner 172 return self._fvp_process.pid
|
/openbmc/linux/drivers/misc/cxl/ |
H A D | cxllib.c | 191 attr->pid = mm->context.id; in cxllib_get_PE_attributes() 195 attr->pid = 0; in cxllib_get_PE_attributes()
|
/openbmc/linux/Documentation/devicetree/bindings/nios2/ |
H A D | nios2.txt | 21 - altr,pid-num-bits: Specifies the number of bits to use to represent the process 51 altr,pid-num-bits = <8>;
|
/openbmc/linux/drivers/tty/ |
H A D | tty_audit.c | 65 pid_t pid = task_pid_nr(current); in tty_audit_log() local 76 description, pid, uid, loginuid, sessionid, in tty_audit_log()
|