/openbmc/linux/tools/tracing/latency/ |
H A D | latency-collector.c | 1034 pid_t pid; in set_priority() local 1040 pid = getpid(); in set_priority() 1041 r = sched_setscheduler(pid, sched_policy, ¶m); in set_priority()
|
/openbmc/linux/drivers/clk/ |
H A D | clk-lmk04832.c | 193 u16 pid; member 202 .pid = 0x63d1, /* WARNING PROD_ID is inverted in the datasheet */ 1503 if ((tmp[0] << 8 | tmp[1]) != info->pid || tmp[2] != info->maskrev) { in lmk04832_probe()
|
/openbmc/linux/drivers/hwtracing/coresight/ |
H A D | coresight-etm3x-sysfs.c | 1049 unsigned long pid; in ctxid_pid_store() local 1065 ret = kstrtoul(buf, 16, &pid); in ctxid_pid_store() 1070 config->ctxid_pid[config->ctxid_idx] = pid; in ctxid_pid_store()
|
/openbmc/linux/drivers/media/firewire/ |
H A D | firedtv-avc.c | 625 int avc_tuner_set_pids(struct firedtv *fdtv, unsigned char pidc, u16 pid[]) in avc_tuner_set_pids() argument 651 c->operand[pos++] = (pid[k] >> 8) & 0x1f; in avc_tuner_set_pids() 652 c->operand[pos++] = pid[k] & 0xff; in avc_tuner_set_pids()
|
/openbmc/linux/drivers/scsi/aacraid/ |
H A D | aachba.c | 850 char pid[16]; /* Product ID */ member 945 if (strlen(cp) > sizeof(str->pid)) in setinqstr() 946 cp[sizeof(str->pid)] = '\0'; in setinqstr() 947 inqstrcpy (cp, str->pid); in setinqstr() 955 inqstrcpy (mp->model, str->pid); in setinqstr() 959 char *findit = str->pid; in setinqstr() 965 if (((findit - str->pid) + strlen(container_types[tindex])) in setinqstr() 966 < (sizeof(str->pid) + sizeof(str->prl))) in setinqstr()
|
/openbmc/linux/tools/testing/selftests/net/ |
H A D | tls.c | 1361 pid_t pid; in test_mutliproc() local 1377 pid = fork(); in test_mutliproc() 1378 ASSERT_NE(pid, -1); in test_mutliproc() 1379 if (!pid) in test_mutliproc() 1384 if (pid) { in test_mutliproc()
|
/openbmc/qemu/tests/qtest/ |
H A D | migration-test.c | 1655 int pid, wstatus; in test_analyze_script() local 1683 pid = fork(); in test_analyze_script() 1684 if (!pid) { in test_analyze_script() 1691 g_assert(waitpid(pid, &wstatus, 0) == pid); in test_analyze_script()
|
/openbmc/linux/drivers/media/usb/dvb-usb/ |
H A D | dib0700_devices.c | 917 u16 pid, int onoff) in stk7700p_pid_filter() argument 923 return state->dib7000p_ops.pid_filter(adapter->fe_adap[0].fe, index, pid, onoff); in stk7700p_pid_filter() 924 return dib7000m_pid_filter(adapter->fe_adap[0].fe, index, pid, onoff); in stk7700p_pid_filter() 936 static int stk70x0p_pid_filter(struct dvb_usb_adapter *adapter, int index, u16 pid, int onoff) in stk70x0p_pid_filter() argument 939 return state->dib7000p_ops.pid_filter(adapter->fe_adap[0].fe, index, pid, onoff); in stk70x0p_pid_filter() 1327 u16 pid, int onoff) in stk80xx_pid_filter() argument 1331 return state->dib8000_ops.pid_filter(adapter->fe_adap[0].fe, index, pid, onoff); in stk80xx_pid_filter() 2194 static int dib90x0_pid_filter(struct dvb_usb_adapter *adapter, int index, u16 pid, int onoff) in dib90x0_pid_filter() argument 2196 return dib9000_fw_pid_filter(adapter->fe_adap[0].fe, index, pid, onoff); in dib90x0_pid_filter()
|
/openbmc/linux/arch/arm64/boot/dts/qcom/ |
H A D | msm8916.dtsi | 344 qcom,local-pid = <0>; 345 qcom,remote-pid = <1>; 369 qcom,local-pid = <0>; 370 qcom,remote-pid = <4>; 1967 qcom,remote-pid = <1>; 2401 qcom,remote-pid = <4>;
|
/openbmc/linux/net/bridge/ |
H A D | br_netlink.c | 454 u32 pid, u32 seq, int event, unsigned int flags, in br_fill_ifinfo() argument 473 nlh = nlmsg_put(skb, pid, seq, event, sizeof(*hdr), flags); in br_fill_ifinfo() 676 int br_getlink(struct sk_buff *skb, u32 pid, u32 seq, in br_getlink() argument 688 return br_fill_ifinfo(skb, port, pid, seq, RTM_NEWLINK, nlflags, in br_getlink()
|
/openbmc/linux/kernel/bpf/ |
H A D | helpers.c | 227 return (u64) task->tgid << 32 | task->pid; in BPF_CALL_0() 614 nsdata->pid = task_pid_nr_ns(task, pidns); in BPF_CALL_4() 2304 __bpf_kfunc struct task_struct *bpf_task_from_pid(s32 pid) in bpf_task_from_pid() argument 2309 p = find_task_by_pid_ns(pid, &init_pid_ns); in bpf_task_from_pid()
|
/openbmc/linux/drivers/infiniband/hw/hfi1/ |
H A D | affinity.c | 1010 current->pid, current->comm, in hfi1_get_proc_affinity() 1021 current->pid, current->comm, in hfi1_get_proc_affinity()
|
/openbmc/linux/Documentation/arch/ia64/ |
H A D | mca.rst | 195 Also the comm field of the MCA/INIT task is modified to include the pid 197 'MCA 12159' means that pid 12159 was running when the MCA was
|
/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7996/ |
H A D | debugfs.c | 19 u8 pid; member 583 ctrl = BIT(31) | (map[i].pid << 10) | ((u32)map[i].qid << 24); in mt7996_hw_queue_read()
|
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/musicpd/mpd/ |
H A D | mpd.conf.in | 41 # default and the pid file will not be stored. 43 #pid_file "/var/run/mpd/mpd.pid"
|
/openbmc/linux/drivers/usb/serial/ |
H A D | xr_serial.c | 1063 #define XR_DEVICE(vid, pid, type) \ argument 1064 USB_DEVICE_INTERFACE_CLASS((vid), (pid), USB_CLASS_COMM), \
|
/openbmc/linux/fs/smb/client/ |
H A D | smb2file.c | 225 if (current->tgid != li->pid) in smb2_unlock_range()
|
/openbmc/linux/tools/lib/perf/Documentation/ |
H A D | libperf.txt | 67 void perf_thread_map__set_pid(struct perf_thread_map *map, int idx, pid_t pid);
|
/openbmc/linux/arch/sparc/mm/ |
H A D | fault_64.c | 262 current->comm, current->pid, in bogus_32bit_fault_tpc()
|
/openbmc/linux/arch/xtensa/kernel/ |
H A D | signal.c | 439 current->comm, current->pid, sig, frame, regs->pc); in setup_frame()
|
/openbmc/qemu/include/qemu/ |
H A D | osdep.h | 732 char *qemu_get_pid_name(pid_t pid);
|
/openbmc/linux/fs/btrfs/ |
H A D | print-tree.c | 200 atomic_read(&eb->refs), eb->lock_owner, current->pid); in print_eb_refs_lock()
|
/openbmc/linux/tools/perf/ |
H A D | builtin-mem.c | 227 sample->pid, in dump_raw_samples()
|
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_vm.h | 188 pid_t pid; member
|
/openbmc/linux/fs/ |
H A D | file_table.c | 390 put_pid(file->f_owner.pid); in __fput()
|