/openbmc/linux/Documentation/netlink/specs/ |
H A D | ovs_datapath.yaml | 84 name: upcall-pid 85 doc: upcall pid 130 - upcall-pid 147 - upcall-pid
|
/openbmc/linux/tools/testing/selftests/mm/ |
H A D | migration.c | 145 pid_t pid; variable 158 pid = fork(); 159 if (!pid) { 166 self->pids[i] = pid;
|
/openbmc/openpower-debug-collector/dump/ |
H A D | dump_monitor.cpp | 66 pid_t pid = fork(); in executeCollectionScript() local 67 if (pid == -1) in executeCollectionScript() 74 else if (pid == 0) in executeCollectionScript() 86 waitpid(pid, &status, 0); in executeCollectionScript()
|
/openbmc/linux/include/linux/ |
H A D | syscalls.h | 533 asmlinkage long sys_waitid(int which, pid_t pid, 544 asmlinkage long sys_get_robust_list(int pid, 604 asmlinkage long sys_sched_setparam(pid_t pid, 609 asmlinkage long sys_sched_getparam(pid_t pid, 623 asmlinkage long sys_kill(pid_t pid, int sig); 624 asmlinkage long sys_tkill(pid_t pid, int sig); 663 asmlinkage long sys_getpgid(pid_t pid); 664 asmlinkage long sys_getsid(pid_t pid); 867 asmlinkage long sys_process_vm_readv(pid_t pid, 882 asmlinkage long sys_sched_setattr(pid_t pid, [all …]
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/dnsmasq/files/ |
H A D | dnsmasq-resolvconf.service | 7 PIDFile=/run/dnsmasq.pid 9 ExecStart=/usr/bin/dnsmasq -x /run/dnsmasq.pid -7 /etc/dnsmasq.d --local-service
|
/openbmc/linux/Documentation/userspace-api/media/dvb/ |
H A D | dmx_fcalls.rst | 25 dmx-add-pid 26 dmx-remove-pid
|
/openbmc/openbmc/meta-quanta/meta-gbs/recipes-google/acpi-power-state/acpi-power-state-daemon/ |
H A D | gbs-host-s0-set-failsafe.service | 4 Requires=phosphor-pid-control.service 5 After=phosphor-pid-control.service
|
/openbmc/linux/tools/testing/selftests/bpf/progs/ |
H A D | bpf_iter_vma_offset.c | 12 __u32 pid = 0; variable 29 if (task->tgid != pid) in get_vma_offset()
|
H A D | kprobe_multi.c | 18 int pid = 0; variable 41 if (bpf_get_current_pid_tgid() >> 32 != pid) in kprobe_multi_check() 128 if (bpf_get_current_pid_tgid() >> 32 != pid) in kprobe_multi_testmod_check()
|
H A D | task_local_storage.c | 31 if (task->pid != target_pid) in BPF_PROG() 52 if (task->pid != target_pid) in BPF_PROG()
|
/openbmc/linux/tools/testing/selftests/lkdtm/ |
H A D | stack-entropy.sh | 24 dmesg --follow >"$log" & pid=$! 36 kill "$pid"
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/mysql/mariadb/ |
H A D | my.cnf | 12 pid-file = /var/lib/mysql/mysqld.pid
|
/openbmc/sdeventplus/src/sdeventplus/source/ |
H A D | child.hpp | 39 Child(const Event& event, pid_t pid, int options, Callback&& callback); 86 static sd_event_source* create_source(const Event& event, pid_t pid,
|
/openbmc/linux/drivers/usb/renesas_usbhs/ |
H A D | pipe.c | 300 u16 pid = usbhsp_pipectrl_get(pipe); in __usbhsp_pid_try_nak_if_stall() local 302 pid &= PID_MASK; in __usbhsp_pid_try_nak_if_stall() 308 switch (pid) { in __usbhsp_pid_try_nak_if_stall() 347 u16 pid = usbhsp_pipectrl_get(pipe); in usbhs_pipe_stall() local 349 pid &= PID_MASK; in usbhs_pipe_stall() 355 switch (pid) { in usbhs_pipe_stall() 367 u16 pid = usbhsp_pipectrl_get(pipe) & PID_MASK; in usbhs_pipe_is_stall() local 369 return (int)(pid == PID_STALL10 || pid == PID_STALL11); in usbhs_pipe_is_stall()
|
/openbmc/openbmc/poky/meta/recipes-extended/mdadm/files/ |
H A D | mdadm.init | 21 PIDFILE=$RUNDIR/monitor.pid 42 --monitor --pid-file $PIDFILE --daemonise --scan ${DAEMON_OPTIONS:-}
|
/openbmc/qemu/target/ppc/ |
H A D | mmu-booke.c | 30 target_ulong address, uint32_t pid, int i) in ppcemb_tlb_check() argument 41 __func__, i, address, pid, tlb->EPN, in ppcemb_tlb_check() 44 if (tlb->PID != 0 && tlb->PID != pid) { in ppcemb_tlb_check() 56 int ppcemb_tlb_search(CPUPPCState *env, target_ulong address, uint32_t pid) in ppcemb_tlb_search() argument 64 if (ppcemb_tlb_check(env, tlb, &raddr, address, pid, i)) { in ppcemb_tlb_search() 221 target_ulong address, uint32_t pid) in ppcmas_tlb_check() argument 240 __func__, address, pid, tlb->mas1, tlb->mas2, mask, in ppcmas_tlb_check() 245 if (tlb_pid != 0 && tlb_pid != pid) { in ppcmas_tlb_check()
|
/openbmc/linux/tools/tracing/rtla/src/ |
H A D | utils.c | 236 static inline int sched_setattr(pid_t pid, const struct sched_attr *attr, in sched_setattr() argument 238 return syscall(__NR_sched_setattr, pid, attr, flags); in sched_setattr() 241 int __set_sched_attr(int pid, struct sched_attr *attr) in __set_sched_attr() argument 246 retval = sched_setattr(pid, attr, flags); in __set_sched_attr() 249 pid, strerror(errno)); in __set_sched_attr() 633 int set_pid_cgroup(pid_t pid, const char *cgroup) in set_pid_cgroup() argument 667 snprintf(pid_str, sizeof(pid_str), "%d\n", pid); in set_pid_cgroup()
|
/openbmc/qemu/io/ |
H A D | trace-events | 66 …d_new_pid(void *ioc, int writefd, int readfd, int pid) "Command new pid ioc=%p writefd=%d readfd=%… 68 qio_channel_command_abort(void *ioc, int pid) "Command abort ioc=%p pid=%d" 69 qio_channel_command_wait(void *ioc, int pid, int ret, int status) "Command abort ioc=%p pid=%d ret=…
|
/openbmc/linux/net/ax25/ |
H A D | ax25_in.c | 102 unsigned char pid; in ax25_rx_iframe() local 109 pid = *skb->data; in ax25_rx_iframe() 111 if (pid == AX25_P_IP) { in ax25_rx_iframe() 131 if (pid == AX25_P_SEGMENT) { in ax25_rx_iframe() 136 if ((func = ax25_protocol_function(pid)) != NULL) { in ax25_rx_iframe() 142 if ((!ax25->pidincl && ax25->sk->sk_protocol == pid) || in ax25_rx_iframe()
|
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/minidlna/minidlna/ |
H A D | minidlna-daemon.init.d | 6 PIDFILE=/var/run/$NAME.pid 24 pid=$!
|
/openbmc/linux/tools/perf/scripts/python/ |
H A D | gecko.py | 118 pid: int 205 "pid": self.pid, 266 pid = param_dict['sample']['pid'] 295 thread = Thread(comm=comm, pid=pid, tid=tid)
|
/openbmc/phosphor-pid-control/ |
H A D | tuning.md | 3 The openBMC PID control daemon, swampd (phosphor-pid-control) requires the user 20 `phosphor-pid-control` reads PID control values from 25 systemctl restart phosphor-pid-control.service 37 `phosphor-pid-control` will create a log for each PID control zone. 62 `https://github.com/openbmc/phosphor-pid-control/blob/master/tools/fan_rpm_loop_test.sh`
|
/openbmc/linux/arch/um/drivers/ |
H A D | slip_user.c | 78 int pid, fds[2], err, output_len; in slip_tramp() local 94 pid = err; in slip_tramp() 101 os_kill_process(pid, 1); in slip_tramp() 110 err = helper_wait(pid); in slip_tramp()
|
/openbmc/linux/include/trace/events/ |
H A D | cgroup.h | 131 __field( int, pid ) 141 __entry->pid = task->pid; 147 __get_str(dst_path), __entry->pid, __get_str(comm))
|
/openbmc/linux/drivers/infiniband/sw/rdmavt/ |
H A D | trace_tx.h | 67 __field(pid_t, pid) 85 __entry->pid = qp->pid; 108 __entry->pid,
|