/openbmc/linux/tools/testing/selftests/powerpc/signal/ |
H A D | sigreturn_kernel.c | 35 pid_t pid; in fork_child() local 46 static int expect_segv(pid_t pid) in expect_segv() 62 pid_t pid; in test_sigreturn_kernel() local
|
/openbmc/linux/tools/testing/selftests/pidfd/ |
H A D | pidfd_setns_test.c | 54 pid_t pid; in FIXTURE() local 70 static int sys_waitid(int which, pid_t pid, int options) in sys_waitid() 302 static int preserve_ns(const int pid, const char *ns) in preserve_ns() 362 pid_t pid; in TEST_F() local 380 pid_t pid; in TEST_F() local 416 pid_t pid; in TEST_F() local 453 pid_t pid; in TEST_F() local
|
/openbmc/qemu/hw/usb/ |
H A D | core.c | 582 void usb_packet_setup(USBPacket *p, int pid, in usb_packet_setup() 736 struct USBEndpoint *usb_ep_get(USBDevice *dev, int pid, int ep) in usb_ep_get() 750 uint8_t usb_ep_get_type(USBDevice *dev, int pid, int ep) in usb_ep_get_type() 756 void usb_ep_set_type(USBDevice *dev, int pid, int ep, uint8_t type) in usb_ep_set_type() 762 void usb_ep_set_ifnum(USBDevice *dev, int pid, int ep, uint8_t ifnum) in usb_ep_set_ifnum() 768 void usb_ep_set_max_packet_size(USBDevice *dev, int pid, int ep, in usb_ep_set_max_packet_size() 789 void usb_ep_set_max_streams(USBDevice *dev, int pid, int ep, uint8_t raw) in usb_ep_set_max_streams() 802 void usb_ep_set_halted(USBDevice *dev, int pid, int ep, bool halted) in usb_ep_set_halted() 808 USBPacket *usb_ep_find_packet_by_id(USBDevice *dev, int pid, int ep, in usb_ep_find_packet_by_id()
|
/openbmc/linux/sound/firewire/oxfw/ |
H A D | oxfw-command.c | 11 unsigned int pid, u8 *format, unsigned int len) in avc_stream_set_format() 53 enum avc_general_plug_dir dir, unsigned int pid, in avc_stream_get_format() 113 unsigned short pid) in avc_general_inquiry_sig_fmt()
|
/openbmc/linux/tools/perf/scripts/python/ |
H A D | sched-migration.py | 33 def thread_name(pid): argument 210 def wake_up(self, ts_list, pid, cpu, fork): argument 351 def migrate(self, headers, pid, prio, orig_cpu, dest_cpu): argument 355 def wake_up(self, headers, comm, pid, success, target_cpu, fork): argument 374 common_callchain, comm, pid, runtime, vruntime): argument 379 common_callchain, comm, pid, delay): argument 384 common_callchain, comm, pid, delay): argument 389 common_callchain, comm, pid, delay): argument 399 common_callchain, comm, pid, prio): argument 404 common_callchain, comm, pid, prio): argument [all …]
|
/openbmc/linux/include/linux/i3c/ |
H A D | device.h | 82 #define I3C_PID_MANUF_ID(pid) (((pid) & GENMASK_ULL(47, 33)) >> 33) argument 83 #define I3C_PID_RND_LOWER_32BITS(pid) (!!((pid) & BIT_ULL(32))) argument 84 #define I3C_PID_RND_VAL(pid) ((pid) & GENMASK_ULL(31, 0)) argument 85 #define I3C_PID_PART_ID(pid) (((pid) & GENMASK_ULL(31, 16)) >> 16) argument 86 #define I3C_PID_INSTANCE_ID(pid) (((pid) & GENMASK_ULL(15, 12)) >> 12) argument 87 #define I3C_PID_EXTRA_INFO(pid) ((pid) & GENMASK_ULL(11, 0)) argument 122 u64 pid; member
|
/openbmc/sdeventplus/src/sdeventplus/source/ |
H A D | child.cpp | 15 Child::Child(const Event& event, pid_t pid, int options, Callback&& callback) : in Child() 33 pid_t pid; in get_pid() local 50 sd_event_source* Child::create_source(const Event& event, pid_t pid, in create_source()
|
/openbmc/linux/tools/perf/util/ |
H A D | bpf_off_cpu.c | 27 u32 pid; member 79 u32 pid; in off_cpu_start() local 161 int pid = strtol(pos->s, &end_ptr, 10); in off_cpu_prepare() local 228 int pid = strtol(pos->s, &end_ptr, 10); in off_cpu_prepare() local 238 u32 pid; in off_cpu_prepare() local
|
/openbmc/linux/tools/testing/selftests/bpf/progs/ |
H A D | local_storage.c | 64 __u32 pid = bpf_get_current_pid_tgid() >> 32; in BPF_PROG() local 141 __u32 pid = bpf_get_current_pid_tgid() >> 32; in BPF_PROG() local 187 __u32 pid = bpf_get_current_pid_tgid() >> 32; in BPF_PROG() local 210 __u32 pid = bpf_get_current_pid_tgid() >> 32; in BPF_PROG() local
|
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/ |
H A D | views.py | 1455 def newproject_specific(request, pid): argument 1525 def project(request, pid): argument 1539 def project_specific(request, pid): argument 1559 def project_specific_finalize(cmnd, pid): argument 1592 def landing_specific(request, pid): argument 1600 def landing_specific_cancel(request, pid): argument 1637 def xhr_testreleasechange(request, pid): argument 1674 def xhr_configvaredit(request, pid): argument 1753 def customrecipe_download(request, pid, recipe_id): argument 1765 def importlayer(request, pid): argument [all …]
|
/openbmc/linux/tools/testing/selftests/core/ |
H A D | close_range_test.c | 115 pid_t pid; in TEST() local 204 pid_t pid; in TEST() local 389 pid_t pid; in TEST() local 471 pid_t pid; in TEST() local 568 pid_t pid; in TEST() local
|
/openbmc/linux/arch/x86/um/ |
H A D | ptrace_user.c | 9 int ptrace_getregs(long pid, unsigned long *regs_out) in ptrace_getregs() 16 int ptrace_setregs(long pid, unsigned long *regs) in ptrace_setregs()
|
/openbmc/linux/tools/testing/selftests/arm64/mte/ |
H A D | check_gcr_el1_cswitch.c | 30 pid_t pid = *((pid_t *)x); in execute_thread() local 69 int execute_test(pid_t pid) in execute_test() 90 pid_t pid; in mte_gcr_fork_test() local
|
/openbmc/linux/scripts/gdb/linux/ |
H A D | tasks.py | 42 def get_task_by_pid(pid): argument 58 def invoke(self, pid): argument 132 def invoke(self, pid): argument
|
/openbmc/linux/tools/testing/selftests/ptrace/ |
H A D | get_syscall_info.c | 17 kill_tracee(pid_t pid) in kill_tracee() 31 sys_ptrace(int request, pid_t pid, unsigned long addr, unsigned long data) in sys_ptrace() 77 pid_t pid = fork(); in TEST() local
|
/openbmc/linux/fs/proc/ |
H A D | array.c | 149 struct pid *pid, struct task_struct *p) in task_state() 440 struct pid *pid, struct task_struct *task) in proc_pid_status() 468 struct pid *pid, struct task_struct *task, int whole) in do_task_stat() 672 struct pid *pid, struct task_struct *task) in proc_tid_stat() 678 struct pid *pid, struct task_struct *task) in proc_tgid_stat() 684 struct pid *pid, struct task_struct *task) in proc_pid_statm() 723 struct pid *pid = NULL; in get_children_pid() local 790 struct pid *pid; in children_seq_next() local
|
/openbmc/linux/arch/mips/kernel/ |
H A D | mips-mt-fpaff.c | 41 static inline struct task_struct *find_process_by_pid(pid_t pid) in find_process_by_pid() 65 asmlinkage long mipsmt_sys_sched_setaffinity(pid_t pid, unsigned int len, in mipsmt_sys_sched_setaffinity() 157 asmlinkage long mipsmt_sys_sched_getaffinity(pid_t pid, unsigned int len, in mipsmt_sys_sched_getaffinity()
|
/openbmc/linux/drivers/hwtracing/coresight/ |
H A D | coresight-priv.h | 98 pid_t pid; member 173 #define CS_AMBA_ID(pid) \ argument 180 #define CS_AMBA_ID_DATA(pid, dval) \ argument 191 #define __CS_AMBA_UCI_ID(pid, m, uci_ptr) \ argument 197 #define CS_AMBA_UCI_ID(pid, uci) __CS_AMBA_UCI_ID(pid, 0x000fffff, uci) argument
|
/openbmc/sdeventplus/test/source/ |
H A D | child.cpp | 63 const pid_t pid = 50; in TEST_F() local 112 const pid_t pid = 50; in TEST_F() local 137 const pid_t pid = 50; in SetUp() local 203 const pid_t pid = 32; in TEST_F() local
|
/openbmc/linux/tools/testing/selftests/filesystems/binderfs/ |
H A D | binderfs_test.c | 187 static int wait_for_pid(pid_t pid) in wait_for_pid() 246 static int write_id_mapping(enum idmap_type type, pid_t pid, const char *buf, in write_id_mapping() 324 static void change_idmaps(struct __test_metadata *_metadata, int syncfds[2], pid_t pid) in change_idmaps() 383 pid_t pid; in TEST() local 507 pid_t pid; in TEST() local
|
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | ns_current_pid_tgid.c | 20 static int get_pid_tgid(pid_t *pid, pid_t *tgid, in get_pid_tgid() 45 pid_t tgid, pid; in test_current_pid_tgid_tp() local 84 pid_t tgid, pid; in test_current_pid_tgid_cgrp() local
|
/openbmc/linux/tools/testing/selftests/proc/ |
H A D | thread-self.c | 30 pid_t pid, tid; in f() local 50 pid_t pid; in main() local
|
/openbmc/linux/arch/um/os-Linux/ |
H A D | helper.c | 47 int pid, fds[2], ret, n; in run_helper() local 122 int pid, status, err; in run_helper_thread() local 153 int helper_wait(int pid) in helper_wait()
|
/openbmc/linux/net/ax25/ |
H A D | ax25_iface.c | 55 void ax25_protocol_release(unsigned int pid) in ax25_protocol_release() 158 int (*ax25_protocol_function(unsigned int pid))(struct sk_buff *, ax25_cb *) in ax25_protocol_function() 200 int ax25_protocol_is_registered(unsigned int pid) in ax25_protocol_is_registered()
|
/openbmc/linux/samples/bpf/ |
H A D | offwaketime.bpf.c | 66 u32 pid = BPF_CORE_READ(p, pid); in waker() local 76 static inline int update_counts(void *ctx, u32 pid, u64 delta) in update_counts() 111 u32 pid = ctx->prev_pid; local
|