/openbmc/ipmitool/contrib/ |
H A D | ipmievd.init.debian | 25 PIDFILE=/var/run/$NAME.pid
|
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | probe_read_user_str.c | 55 skel->bss->pid = getpid(); in test_probe_read_user_str()
|
/openbmc/linux/tools/testing/selftests/powerpc/signal/ |
H A D | signal_tm.c | 23 extern long tm_signal_self(pid_t pid, int sig, long *ret);
|
/openbmc/openbmc/meta-security/dynamic-layers/meta-python/recipes-security/fail2ban/files/ |
H A D | initd | 32 pidfile=${PIDFILE-/var/run/fail2ban/fail2ban.pid}
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/oprofile/oprofile/ |
H A D | 0001-configure-Include-unistd.h-for-getpid-API.patch | 25 pid_t pid;
|
/openbmc/openbmc/meta-hpe/meta-rl300-g11/recipes-hpe/host/host-boot-enable/ |
H A D | host-boot-enable.sh | 32 systemctl restart phosphor-pid-control.service
|
/openbmc/linux/mm/kfence/ |
H A D | kfence.h | 46 pid_t pid; member
|
/openbmc/linux/arch/um/include/asm/ |
H A D | processor-generic.h | 35 int pid; member
|
/openbmc/openbmc/meta-ibm/meta-system1/recipes-phosphor/packagegroups/ |
H A D | packagegroup-obmc-apps.bbappend | 20 phosphor-pid-control \
|
/openbmc/linux/tools/perf/util/ |
H A D | arm-spe.c | 91 pid_t pid; member 208 speq->pid = -1; in arm_spe__alloc_queue() 257 speq->pid = thread__pid(speq->thread); in arm_spe_set_pid_tid_cpu() 307 sample->pid = speq->pid; in arm_spe_prep_sample() 883 pid_t pid, tid; in arm_spe_context_switch() local 889 pid = event->context_switch.next_prev_pid; in arm_spe_context_switch() 896 return machine__set_current_tid(spe->machine, cpu, pid, tid); in arm_spe_context_switch()
|
H A D | evlist.h | 63 pid_t pid; member 145 int evlist__set_tp_filter_pid(struct evlist *evlist, pid_t pid); 150 int evlist__append_tp_filter_pid(struct evlist *evlist, pid_t pid);
|
/openbmc/phosphor-pid-control/ |
H A D | configure.md | 1 # How to Configure Phosphor-pid-control 262 "pid": { 276 | `pid` | `dictionary` | A PID dictionary detailed above. … 286 "pid": { 300 | `pid` | `dictionary` | A PID dictionary detailed above. … 327 "pid": { 353 | `pid` | `dictionary` | A controller settings dictionary detailed below. … 355 The `pid` dictionary (confusingly named) is defined as follows:
|
/openbmc/linux/kernel/sched/ |
H A D | core.c | 7509 return pid ? find_task_by_vpid(pid) : current; in find_process_by_pid() 7971 if (!param || pid < 0) in do_sched_setscheduler() 7978 p = find_process_by_pid(pid); in do_sched_setscheduler() 8101 p = find_process_by_pid(pid); in SYSCALL_DEFINE3() 8128 if (pid < 0) in SYSCALL_DEFINE1() 8133 p = find_process_by_pid(pid); in SYSCALL_DEFINE1() 8158 if (!param || pid < 0) in SYSCALL_DEFINE2() 8162 p = find_process_by_pid(pid); in SYSCALL_DEFINE2() 8245 p = find_process_by_pid(pid); in SYSCALL_DEFINE4() 8376 p = find_process_by_pid(pid); in sched_setaffinity() [all …]
|
/openbmc/linux/fs/btrfs/ |
H A D | locking.c | 167 eb->lock_owner = current->pid; in btrfs_try_tree_write_lock() 199 eb->lock_owner = current->pid; in __btrfs_tree_lock()
|
/openbmc/linux/tools/perf/bench/ |
H A D | evlist-open-close.c | 56 OPT_STRING('p', "pid", &opts.target.pid, "pid", "record events on existing process id"), 252 opts.ignore_missing_thread = opts.target.uid != UINT_MAX || opts.target.pid; in bench_evlist_open_close()
|
/openbmc/linux/tools/testing/selftests/bpf/progs/ |
H A D | rcu_read_lock.c | 36 if (task->pid != target_pid) in get_cgroup_id() 58 if (task->pid != target_pid) in task_succ()
|
/openbmc/linux/include/uapi/linux/android/ |
H A D | binder.h | 221 __u32 pid; member 227 __u32 pid; member
|
/openbmc/linux/tools/perf/scripts/python/ |
H A D | arm-cs-trace-disasm.py | 133 pid = sample["pid"] 135 return "%16s %5u/%-5u [%04u] %9u.%09u " % (comm, pid, tid, cpu, sec, ns)
|
/openbmc/linux/tools/testing/selftests/user_events/ |
H A D | perf_test.c | 32 static long perf_event_open(struct perf_event_attr *pe, pid_t pid, in perf_event_open() argument 35 return syscall(__NR_perf_event_open, pe, pid, cpu, group_fd, flags); in perf_event_open()
|
/openbmc/linux/arch/powerpc/include/asm/ |
H A D | mmu_context.h | 214 void do_h_rpt_invalidate_prt(unsigned long pid, unsigned long lpid, 218 static inline void do_h_rpt_invalidate_prt(unsigned long pid, in do_h_rpt_invalidate_prt() argument
|
/openbmc/linux/drivers/staging/wlan-ng/ |
H A D | prism2usb.c | 8 #define PRISM_DEV(vid, pid, name) \ argument 9 { USB_DEVICE(vid, pid), \
|
/openbmc/linux/tools/testing/ktest/ |
H A D | config-bisect.pl | 164 my $pid; 170 $pid = open(CMD, "$command 2>&1 |") or 183 waitpid($pid, 0);
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/vpnc/vpnc/ |
H A D | long-help | 113 --pid-file <filename> 114 store the pid of background process in <filename> 115 Default: /var/run/vpnc/pid
|
/openbmc/linux/fs/notify/fanotify/ |
H A D | fanotify.h | 263 struct pid *pid; member 273 event->pid = NULL; in fanotify_init_event()
|
/openbmc/linux/drivers/input/tablet/ |
H A D | hanwang.c | 61 unsigned short pid; member 197 hanwang->features->pid); in hanwang_parse_packet() 303 features_array[i].pid) { in get_features()
|