Home
last modified time | relevance | path

Searched refs:pid (Results 1051 – 1075 of 2200) sorted by relevance

1...<<41424344454647484950>>...88

/openbmc/ipmitool/contrib/
H A Dipmievd.init.debian25 PIDFILE=/var/run/$NAME.pid
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dprobe_read_user_str.c55 skel->bss->pid = getpid(); in test_probe_read_user_str()
/openbmc/linux/tools/testing/selftests/powerpc/signal/
H A Dsignal_tm.c23 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 Dinitd32 pidfile=${PIDFILE-/var/run/fail2ban/fail2ban.pid}
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/oprofile/oprofile/
H A D0001-configure-Include-unistd.h-for-getpid-API.patch25 pid_t pid;
/openbmc/openbmc/meta-hpe/meta-rl300-g11/recipes-hpe/host/host-boot-enable/
H A Dhost-boot-enable.sh32 systemctl restart phosphor-pid-control.service
/openbmc/linux/mm/kfence/
H A Dkfence.h46 pid_t pid; member
/openbmc/linux/arch/um/include/asm/
H A Dprocessor-generic.h35 int pid; member
/openbmc/openbmc/meta-ibm/meta-system1/recipes-phosphor/packagegroups/
H A Dpackagegroup-obmc-apps.bbappend20 phosphor-pid-control \
/openbmc/linux/tools/perf/util/
H A Darm-spe.c91 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 Devlist.h63 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 Dconfigure.md1 # 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 Dcore.c7509 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 Dlocking.c167 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 Devlist-open-close.c56 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 Drcu_read_lock.c36 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 Dbinder.h221 __u32 pid; member
227 __u32 pid; member
/openbmc/linux/tools/perf/scripts/python/
H A Darm-cs-trace-disasm.py133 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 Dperf_test.c32 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 Dmmu_context.h214 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 Dprism2usb.c8 #define PRISM_DEV(vid, pid, name) \ argument
9 { USB_DEVICE(vid, pid), \
/openbmc/linux/tools/testing/ktest/
H A Dconfig-bisect.pl164 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 Dlong-help113 --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 Dfanotify.h263 struct pid *pid; member
273 event->pid = NULL; in fanotify_init_event()
/openbmc/linux/drivers/input/tablet/
H A Dhanwang.c61 unsigned short pid; member
197 hanwang->features->pid); in hanwang_parse_packet()
303 features_array[i].pid) { in get_features()

1...<<41424344454647484950>>...88