| /OK3568_Linux_fs/kernel/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
|
| H A D | vmaccess.c | 26 int f, pid = fork(); in TEST() local 48 int s, k, pid = fork(); in TEST() local
|
| /OK3568_Linux_fs/kernel/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
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/filesystems/binderfs/ |
| H A D | binderfs_test.c | 169 static int wait_for_pid(pid_t pid) in wait_for_pid() 228 static int write_id_mapping(enum idmap_type type, pid_t pid, const char *buf, in write_id_mapping() 306 static void change_idmaps(struct __test_metadata *_metadata, int syncfds[2], pid_t pid) in change_idmaps() 365 pid_t pid; in TEST() local 488 pid_t pid; in TEST() local
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/kernel/kernel/ |
| H A D | exit.c | 927 pid_t pid; member 988 pid_t pid = task_pid_vnr(p); in wait_task_zombie() local 1150 pid_t pid; in wait_task_stopped() local 1219 pid_t pid; in wait_task_continued() local 1488 struct pid *pid = NULL; in kernel_waitid() local 1587 struct pid *pid = NULL; in kernel_wait4() local 1626 int kernel_wait(pid_t pid, int *stat) in kernel_wait() 1661 SYSCALL_DEFINE3(waitpid, pid_t, pid, int __user *, stat_addr, int, options) in SYSCALL_DEFINE3() argument 1670 compat_pid_t, pid, in COMPAT_SYSCALL_DEFINE4() argument 1685 int, which, compat_pid_t, pid, in COMPAT_SYSCALL_DEFINE5() argument [all …]
|
| /OK3568_Linux_fs/kernel/arch/nios2/mm/ |
| H A D | tlb.c | 25 static void get_misc_and_pid(unsigned long *misc, unsigned long *pid) in get_misc_and_pid() 58 unsigned long pid; in replace_tlb_one_pid() local 231 unsigned long pid; in flush_tlb_pid() local 292 void set_mmu_pid(unsigned long pid) in set_mmu_pid()
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | if_pppol2tp.h | 28 __kernel_pid_t pid; /* pid that owns the fd. member 42 __kernel_pid_t pid; /* pid that owns the fd. member 56 __kernel_pid_t pid; /* pid that owns the fd. member 67 __kernel_pid_t pid; /* pid that owns the fd. member
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/ |
| H A D | if_pppol2tp.h | 28 __kernel_pid_t pid; /* pid that owns the fd. member 42 __kernel_pid_t pid; /* pid that owns the fd. member 56 __kernel_pid_t pid; /* pid that owns the fd. member 67 __kernel_pid_t pid; /* pid that owns the fd. member
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/ |
| H A D | if_pppol2tp.h | 28 __kernel_pid_t pid; /* pid that owns the fd. member 42 __kernel_pid_t pid; /* pid that owns the fd. member 56 __kernel_pid_t pid; /* pid that owns the fd. member 67 __kernel_pid_t pid; /* pid that owns the fd. member
|
| /OK3568_Linux_fs/kernel/tools/perf/util/ |
| H A D | jitdump.c | 415 pid_t pid, tid; in jit_repipe_code_load() local 417 u32 pid, tid; in jit_repipe_code_load() member 528 pid_t pid, tid; in jit_repipe_code_move() local 530 u32 pid, tid; in jit_repipe_code_move() member 713 jit_detect(char *mmap_name, pid_t pid) in jit_detect() 767 static void jit_add_pid(struct machine *machine, pid_t pid) in jit_add_pid() 779 static bool jit_has_pid(struct machine *machine, pid_t pid) in jit_has_pid() 794 pid_t pid, in jit_process()
|
| /OK3568_Linux_fs/kernel/arch/um/os-Linux/ |
| H A D | helper.c | 46 int pid, fds[2], ret, n; in run_helper() local 117 int pid, status, err; in run_helper_thread() local 148 int helper_wait(int pid) in helper_wait()
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/arm64/mte/ |
| H A D | check_gcr_el1_cswitch.c | 41 pid_t pid = *((pid_t *)x); in execute_thread() local 80 int execute_test(pid_t pid) in execute_test() 101 pid_t pid; in mte_gcr_fork_test() local
|
| /OK3568_Linux_fs/kernel/tools/perf/include/bpf/ |
| H A D | pid_filter.h | 10 static int pid_filter__add(struct bpf_map *pids, pid_t pid) in pid_filter__add() 16 static bool pid_filter__has(struct bpf_map *pids, pid_t pid) in pid_filter__has()
|
| /OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/hive_isp_css_common/ |
| H A D | isp_global.h | 95 #define bmem_ldrow(fu, pid, offset, data) bmem_ldrow_s(fu, pid, offset, data) argument 96 #define bmem_strow(fu, pid, offset, data) bmem_strow_s(fu, pid, offset, data) argument 97 #define bmem_ldblk(fu, pid, offset, data) bmem_ldblk_s(fu, pid, offset, data) argument 98 #define bmem_stblk(fu, pid, offset, data) bmem_stblk_s(fu, pid, offset, data) argument
|
| /OK3568_Linux_fs/kernel/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
|
| /OK3568_Linux_fs/u-boot/drivers/spmi/ |
| H A D | spmi-sandbox.c | 47 static bool check_address_valid(int usid, int pid, int off) in check_address_valid() 58 static int sandbox_spmi_write(struct udevice *dev, int usid, int pid, int off, in sandbox_spmi_write() 85 static int sandbox_spmi_read(struct udevice *dev, int usid, int pid, int off) in sandbox_spmi_read()
|
| H A D | spmi-uclass.c | 17 int spmi_reg_read(struct udevice *dev, int usid, int pid, int reg) in spmi_reg_read() 27 int spmi_reg_write(struct udevice *dev, int usid, int pid, int reg, in spmi_reg_write()
|
| /OK3568_Linux_fs/external/xserver/hw/xwin/ |
| H A D | propertystore.h | 38 DWORD pid; member 70 #define DEFINE_PROPERTYKEY(name, l, w1, w2, b1, b2, b3, b4, b5, b6, b7, b8, pid) GUID_EXT const PRO… argument 72 #define DEFINE_PROPERTYKEY(name, l, w1, w2, b1, b2, b3, b4, b5, b6, b7, b8, pid) GUID_EXT const PRO… argument
|
| /OK3568_Linux_fs/kernel/arch/powerpc/mm/nohash/ |
| H A D | tlb.c | 193 unsigned int pid; in local_flush_tlb_mm() local 206 unsigned int pid; in __local_flush_tlb_page() local 231 unsigned int pid; member 269 unsigned int pid; in flush_tlb_mm() local 291 unsigned int pid; in __flush_tlb_page() local
|
| /OK3568_Linux_fs/kernel/arch/x86/um/os-Linux/ |
| H A D | tls.c | 48 int os_set_thread_area(user_desc_t *info, int pid) in os_set_thread_area() 59 int os_get_thread_area(user_desc_t *info, int pid) in os_get_thread_area()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/benchmarks/ |
| H A D | fork.c | 48 int pid; in start_process_on() local 88 pid_t pid = fork(); in bench_fork() local 110 pid_t pid = vfork(); in bench_vfork() local
|
| /OK3568_Linux_fs/kernel/mm/ |
| H A D | process_vm_access.c | 151 static ssize_t process_vm_rw_core(pid_t pid, struct iov_iter *iter, in process_vm_rw_core() 254 static ssize_t process_vm_rw(pid_t pid, in process_vm_rw() 292 SYSCALL_DEFINE6(process_vm_readv, pid_t, pid, const struct iovec __user *, lvec, in SYSCALL_DEFINE6() argument 299 SYSCALL_DEFINE6(process_vm_writev, pid_t, pid, in SYSCALL_DEFINE6() argument
|