Home
last modified time | relevance | path

Searched defs:pid (Results 51 – 75 of 1020) sorted by relevance

12345678910>>...41

/openbmc/linux/tools/testing/selftests/memfd/
H A Dmemfd_test.c394 pid_t pid; in mfd_assert_fork_private_write() local
769 pid_t pid; in spawn_thread() local
786 static void join_thread(pid_t pid) in join_thread()
813 static void join_idle_thread(pid_t pid) in join_idle_thread()
1258 int pid; in sysctl_simple_child() local
1287 int pid = spawn_thread(CLONE_NEWPID, sysctl_simple_child, NULL); in test_sysctl_simple() local
1325 int pid; in sysctl_nested_child() local
1416 int pid = spawn_thread(CLONE_NEWPID, sysctl_nested_child, NULL); in test_sysctl_nested() local
1546 pid_t pid; in test_share_fork() local
1572 pid_t pid; in main() local
/openbmc/linux/arch/nios2/mm/
H A Dtlb.c25 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()
/openbmc/linux/include/uapi/linux/
H A Dif_pppol2tp.h28 __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
/openbmc/linux/tools/testing/selftests/ptrace/
H A Dvmaccess.c26 int f, pid = fork(); in TEST() local
48 int s, k, pid = fork(); in TEST() local
/openbmc/openbmc/meta-quanta/meta-olympus-nuvoton/recipes-phosphor/fans/phosphor-pid-control/
H A Dconfig-olympus-nuvoton.json131 "pid": { object
150 "pid": { object
171 "pid": { object
192 "pid": { object
213 "pid": { object
234 "pid": { object
255 "pid": { object
276 "pid": { object
297 "pid": { object
318 "pid": { object
[all …]
/openbmc/linux/drivers/staging/media/atomisp/pci/hive_isp_css_common/
H A Disp_global.h95 #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
/openbmc/u-boot/drivers/spmi/
H A Dspmi-sandbox.c44 static bool check_address_valid(int usid, int pid, int off) in check_address_valid()
55 static int sandbox_spmi_write(struct udevice *dev, int usid, int pid, int off, in sandbox_spmi_write()
82 static int sandbox_spmi_read(struct udevice *dev, int usid, int pid, int off) in sandbox_spmi_read()
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dbpf_syscall_macro.c36 pid_t pid = bpf_get_current_pid_tgid() >> 32; in BPF_KPROBE() local
71 pid_t pid = bpf_get_current_pid_tgid() >> 32; in BPF_KSYSCALL() local
95 pid_t pid = bpf_get_current_pid_tgid() >> 32; in BPF_KSYSCALL() local
H A Dtest_core_reloc_kernel.c28 int pid; member
39 int pid; member
57 int pid, tgid; in test_core_kernel() local
H A Dtask_kfunc_common.h31 s32 pid; in tasks_kfunc_map_value_lookup() local
46 s32 pid; in tasks_kfunc_map_insert() local
H A Dtest_ringbuf_map_key.c11 int pid; member
29 int pid = 0; variable
/openbmc/linux/arch/x86/um/os-Linux/
H A Dtls.c48 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()
/openbmc/openbmc/meta-quanta/meta-gbs/recipes-phosphor/fans/phosphor-pid-control/
H A Dconfig.json.in328 "pid": { object
349 "pid": { object
370 "pid": { object
398 "pid": { object
421 "pid": { object
444 "pid": { object
467 "pid": { object
497 "pid": { object
518 "pid": { object
539 "pid": { object
[all …]
/openbmc/linux/tools/testing/selftests/powerpc/dexcr/
H A Dhashchk_test.c118 pid_t pid; in hashchk_exec_random_key_test() local
157 pid_t pid; in hashchk_fork_share_key_test() local
192 pid_t pid; in hashchk_clone_share_key_test() local
/openbmc/linux/tools/testing/selftests/clone3/
H A Dclone3_clear_sighand.c27 static int wait_for_pid(pid_t pid) in wait_for_pid()
49 pid_t pid; in test_clone3_clear_sighand() local
/openbmc/linux/tools/perf/arch/x86/tests/
H A Dintel-cqm.c18 pid_t pid; in spawn() local
48 pid_t pid; in test__intel_cqm_count_nmi_context() local
/openbmc/linux/tools/testing/selftests/proc/
H A Dproc-uptime-002.c35 static inline int sys_sched_getaffinity(pid_t pid, unsigned int len, unsigned long *m) in sys_sched_getaffinity()
40 static inline int sys_sched_setaffinity(pid_t pid, unsigned int len, unsigned long *m) in sys_sched_setaffinity()
/openbmc/linux/kernel/
H A Dexit.c1040 pid_t pid; member
1101 pid_t pid = task_pid_vnr(p); in wait_task_zombie() local
1264 pid_t pid; in wait_task_stopped() local
1333 pid_t pid; in wait_task_continued() local
1649 struct pid *pid = NULL; in kernel_waitid() local
1748 struct pid *pid = NULL; in kernel_wait4() local
1787 int kernel_wait(pid_t pid, int *stat) in kernel_wait()
1822 SYSCALL_DEFINE3(waitpid, pid_t, pid, int __user *, stat_addr, int, options) in SYSCALL_DEFINE3() argument
1831 compat_pid_t, pid, in COMPAT_SYSCALL_DEFINE4() argument
1846 int, which, compat_pid_t, pid, in COMPAT_SYSCALL_DEFINE5() argument
[all …]
/openbmc/linux/tools/testing/selftests/powerpc/benchmarks/
H A Dfork.c48 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
/openbmc/linux/tools/perf/util/
H A Djitdump.c437 pid_t nspid, pid, tid; in jit_repipe_code_load() local
439 u32 pid, tid; in jit_repipe_code_load() member
553 pid_t nspid, pid, tid; in jit_repipe_code_move() local
555 u32 pid, tid; in jit_repipe_code_move() member
739 jit_detect(char *mmap_name, pid_t pid, struct nsinfo *nsi) in jit_detect()
793 static void jit_add_pid(struct machine *machine, pid_t pid) in jit_add_pid()
806 static bool jit_has_pid(struct machine *machine, pid_t pid) in jit_has_pid()
824 pid_t pid, in jit_process()
/openbmc/linux/include/uapi/linux/dvb/
H A Dnet.h31 __u16 pid; member
46 __u16 pid; member
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Ddeny_namespace.c9 static int wait_for_pid(pid_t pid) in wait_for_pid()
34 pid_t pid; in create_user_ns() local
/openbmc/qemu/qga/
H A Dcommands.c96 GPid pid; member
114 static int64_t gpid_to_int64(GPid pid) in gpid_to_int64()
123 static GuestExecInfo *guest_exec_info_add(GPid pid) in guest_exec_info_add()
148 GuestExecStatus *qmp_guest_exec_status(int64_t pid, Error **errp) in qmp_guest_exec_status()
260 static void guest_exec_child_watch(GPid pid, gint status, gpointer data) in guest_exec_child_watch()
415 GPid pid; in qmp_guest_exec() local
/openbmc/linux/arch/powerpc/mm/nohash/
H A Dtlb.c159 unsigned int pid; in local_flush_tlb_mm() local
172 unsigned int pid; in __local_flush_tlb_page() local
206 unsigned int pid; member
244 unsigned int pid; in flush_tlb_mm() local
266 unsigned int pid; in __flush_tlb_page() local
/openbmc/qemu/target/nios2/
H A Dmmu.c36 int pid = FIELD_EX32(env->mmu.tlbmisc_wr, CR_TLBMISC, PID); in mmu_translate() local
63 static void mmu_flush_pid(CPUNios2State *env, uint32_t pid) in mmu_flush_pid()
101 int pid = FIELD_EX32(env->mmu.tlbmisc_wr, CR_TLBMISC, PID); in helper_mmu_write_tlbacc() local

12345678910>>...41