/openbmc/linux/drivers/staging/rts5208/ |
H A D | rtsx_chip.h | 941 #define CHECK_PID(chip, pid) ((chip)->product_id == (pid)) argument
|
/openbmc/linux/drivers/scsi/bfa/ |
H A D | bfa_svc.h | 277 u32 pid:24, /* remote port ID */ member 674 u8 bfa_lps_get_tag_from_pid(struct bfa_s *bfa, u32 pid);
|
/openbmc/linux/tools/perf/Documentation/ |
H A D | perf-diff.txt | 61 Sort by key(s): pid, comm, dso, symbol, cpu, parent, srcline. 179 --pid=::
|
H A D | perf.data-file-format.txt | 78 for a executable file name for a pid. An ELF build id is a unique identifier 83 pid_t pid; 593 uint32_t pid;
|
H A D | perf-probe.txt | 134 Obtain mount namespace information from the target pid. This is 283 ./perf probe --target-ns <target pid> -x /lib64/libc.so.6 malloc 287 …./perf probe --target-ns <target pid> -x /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.121-0.b13.el7_3.x86…
|
/openbmc/linux/Documentation/trace/ |
H A D | fprobetrace.rst | 115 # echo 't sched_switch preempt prev_pid=prev->pid next_pid=next->pid' >> dynamic_events
|
/openbmc/linux/drivers/usb/storage/ |
H A D | usb.c | 479 u16 pid = le16_to_cpu(udev->descriptor.idProduct); in usb_stor_adjust_quirks() local 498 pid == simple_strtoul(p+1, &p, 16) && in usb_stor_adjust_quirks()
|
/openbmc/linux/drivers/scsi/qla4xxx/ |
H A D | ql4_def.h | 276 uint32_t pid; member 382 uint32_t pid; member
|
/openbmc/linux/drivers/tty/vt/ |
H A D | vt_ioctl.c | 461 put_pid(vt_spawn_con.pid); in vt_k_ioctl() 462 vt_spawn_con.pid = get_pid(task_pid(current)); in vt_k_ioctl()
|
/openbmc/linux/drivers/tty/ |
H A D | pty.c | 190 struct pid *pgrp; in pty_signal() 285 struct pid *pgrp, *rpgrp; in pty_resize()
|
/openbmc/linux/drivers/infiniband/hw/mlx5/ |
H A D | qpc.c | 176 qp->pid = current->pid; in create_resource_common()
|
/openbmc/linux/arch/mips/kernel/ |
H A D | signal.c | 746 current->comm, current->pid, in setup_frame() 795 current->comm, current->pid, in setup_rt_frame()
|
/openbmc/linux/drivers/media/i2c/ |
H A D | ov9650.c | 1427 u8 pid, ver; in ov965x_detect_sensor() local 1438 ret = ov965x_read(ov965x, REG_PID, &pid); in ov965x_detect_sensor() 1445 ov965x->id = OV965X_ID(pid, ver); in ov965x_detect_sensor()
|
/openbmc/linux/drivers/media/dvb-frontends/ |
H A D | dib7000m.c | 1342 int dib7000m_pid_filter(struct dvb_frontend *fe, u8 id, u16 pid, u8 onoff) in dib7000m_pid_filter() argument 1345 dprintk("PID filter: index %x, PID %d, OnOff %d\n", id, pid, onoff); in dib7000m_pid_filter() 1347 onoff ? (1 << 13) | pid : 0); in dib7000m_pid_filter()
|
/openbmc/linux/drivers/gpu/drm/exynos/ |
H A D | exynos_drm_g2d.c | 230 pid_t pid; member 1330 runqueue_node->pid = current->pid; in exynos_g2d_exec_ioctl()
|
/openbmc/linux/mm/damon/ |
H A D | core.c | 375 t->pid = NULL; in damon_new_target() 1369 pr_debug("kdamond (%d) starts\n", current->pid); in kdamond_fn() 1447 pr_debug("kdamond (%d) finishes\n", current->pid); in kdamond_fn()
|
/openbmc/linux/kernel/ |
H A D | auditfilter.c | 1342 pid_t pid; in audit_filter() local 1347 pid = task_pid_nr(current); in audit_filter() 1348 result = audit_comparator(pid, f->op, f->val); in audit_filter()
|
/openbmc/openbmc/poky/bitbake/lib/ |
H A D | pyinotify.py | 1293 pid = os.fork() 1294 if (pid == 0): 1297 pid = os.fork() 1298 if (pid == 0):
|
/openbmc/linux/mm/ |
H A D | memory-failure.c | 347 pfn, t->comm, t->pid); in kill_proc() 365 t->comm, t->pid, ret); in kill_proc() 536 pfn, tk->tsk->comm, tk->tsk->pid); in kill_procs() 549 pfn, tk->tsk->comm, tk->tsk->pid); in kill_procs()
|
/openbmc/linux/sound/core/ |
H A D | rawmidi.c | 371 substream->pid = get_pid(task_pid(current)); in open_substream() 579 put_pid(substream->pid); in close_substream() 580 substream->pid = NULL; in close_substream() 1788 pid_vnr(substream->pid)); in snd_rawmidi_proc_info_read() 1815 pid_vnr(substream->pid)); in snd_rawmidi_proc_info_read()
|
/openbmc/linux/drivers/infiniband/hw/qib/ |
H A D | qib_file_ops.c | 1177 current->pid); in assign_ctxt_affinity() 1321 rcd->pid = current->pid; in setup_ctxt() 1506 rcd->subpid[subctxt_fp(fp)] = current->pid; in find_shared_ctxt() 1837 rcd->pid = 0; in qib_close()
|
/openbmc/linux/Documentation/scheduler/ |
H A D | sched-deadline.rst | 630 SCHED_DEADLINE task can be retrieved through /proc/<pid>/sched (entries 754 certain pid/application. schedtool-dl is available at: 764 application, given that you know its pid:: 827 int sched_setattr(pid_t pid, 831 return syscall(__NR_sched_setattr, pid, attr, flags); 834 int sched_getattr(pid_t pid, 839 return syscall(__NR_sched_getattr, pid, attr, size, flags);
|
/openbmc/linux/arch/arm64/boot/dts/qcom/ |
H A D | sc8180x.dtsi | 668 qcom,local-pid = <0>; 669 qcom,remote-pid = <5>; 692 qcom,local-pid = <0>; 693 qcom,remote-pid = <2>; 716 qcom,local-pid = <0>; 717 qcom,remote-pid = <1>; 757 qcom,local-pid = <0>; 758 qcom,remote-pid = <3>; 2348 qcom,remote-pid = <1>; 2381 qcom,remote-pid = <5>; [all …]
|
H A D | sm8150.dtsi | 806 qcom,local-pid = <0>; 807 qcom,remote-pid = <5>; 830 qcom,local-pid = <0>; 831 qcom,remote-pid = <2>; 854 qcom,local-pid = <0>; 855 qcom,remote-pid = <1>; 878 qcom,local-pid = <0>; 879 qcom,remote-pid = <3>; 2177 qcom,remote-pid = <3>; 2730 qcom,remote-pid = <1>; [all …]
|
/openbmc/linux/net/bluetooth/ |
H A D | l2cap_core.c | 1291 struct pid *pid; member 1298 struct pid *pid; in l2cap_ecred_defer_connect() local 1306 pid = chan->ops->get_peer_pid(chan); in l2cap_ecred_defer_connect() 1309 if (conn->pid != pid || chan->psm != conn->chan->psm || chan->ident || in l2cap_ecred_defer_connect() 1351 data.pid = chan->ops->get_peer_pid(chan); in l2cap_ecred_connect() 6915 struct pid *pid; member 6922 struct pid *pid; in l2cap_chan_by_pid() local 6930 pid = chan->ops->get_peer_pid(chan); in l2cap_chan_by_pid() 6933 if (d->pid != pid || chan->psm != d->chan->psm || chan->ident || in l2cap_chan_by_pid() 7065 data.pid = chan->ops->get_peer_pid(chan); in l2cap_chan_connect()
|