/openbmc/linux/kernel/trace/ |
H A D | trace.c | 667 pid = next; in trace_pid_next() 686 unsigned long pid; in trace_pid_start() local 693 pid = first; in trace_pid_start() 696 for (pid++; pid && l < *pos; in trace_pid_start() 732 pid_t pid; in trace_pid_write() local 754 ret = trace_pid_list_next(filtered_pids, pid + 1, &pid); in trace_pid_write() 1834 max_data->pid = tsk->pid; in __update_max_tr() 2480 if (!tsk->pid) in trace_save_cmdline() 2519 if (!pid) { in __trace_find_cmdline() 2579 if (!tsk->pid) in trace_save_tgid() [all …]
|
/openbmc/linux/include/keys/ |
H A D | request_key_auth-type.h | 23 pid_t pid; member
|
/openbmc/openbmc/meta-security/recipes-scanners/clamav/files/ |
H A D | freshclam.conf | 42 PidFile /var/run/freshclam.pid
|
H A D | clamd.conf | 57 PidFile /var/run/clamd.pid
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/openldap/openldap/ |
H A D | initscript | 23 start-stop-daemon --stop --quiet --pidfile /var/run/slapd.pid
|
/openbmc/linux/tools/perf/util/ |
H A D | top.c | 84 if (target->pid) in perf_top__header_snprintf() 86 target->pid); in perf_top__header_snprintf()
|
H A D | db-export.c | 529 pid_t pid, pid_t tid, u64 *db_id, in db_export__pid_tid() argument 532 struct thread *thread = machine__find_thread(machine, pid, tid); in db_export__pid_tid() 574 err = db_export__pid_tid(dbe, machine, sample->pid, sample->tid, in db_export__switch() 580 pid_t pid = event->context_switch.next_prev_pid; in db_export__switch() local 583 err = db_export__pid_tid(dbe, machine, pid, tid, &th_b_id, in db_export__switch()
|
/openbmc/linux/Documentation/translations/zh_CN/admin-guide/mm/ |
H A D | ksm.rst | 170 其中ksm_merging_pages显示在 ``/proc/<pid>/`` 目录下,而ksm_rmap_items 171 显示在 ``/proc/<pid>/ksm_stat`` 。
|
/openbmc/linux/net/unix/ |
H A D | scm.c | 146 scm.pid = UNIXCB(skb).pid; in unix_destruct_scm()
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/gpm/gpm/ |
H A D | gpm.service.in | 7 PIDFile=/run/gpm.pid
|
/openbmc/linux/include/linux/ |
H A D | usermode_driver.h | 12 struct pid *tgid;
|
/openbmc/linux/drivers/scsi/bfa/ |
H A D | bfa_defs_fcs.h | 238 u32 pid; /* port ID */ member 393 u32 pid; /* port ID */ member 421 u32 pid; /* port ID */ member
|
/openbmc/phosphor-debug-collector/tools/dreport.d/ |
H A D | dreport | 79 declare -x pid=$ZERO 146 pid=$(echo $file | awk -F . '{ print $5}') 161 pid=$(echo $additional_data | \
|
/openbmc/linux/drivers/misc/cxl/ |
H A D | fault.c | 263 __func__, ctx->pe, pid_nr(ctx->pid)); in cxl_handle_fault() 268 ctx->pe, pid_nr(ctx->pid)); in cxl_handle_fault() 325 pid_nr(ctx->pid)); in cxl_prefault()
|
/openbmc/linux/arch/um/drivers/ |
H A D | slirp.h | 23 int pid; member
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/dhcp/files/ |
H A D | dhcrelay.service | 7 ExecStart=@SBINDIR@/dhcrelay -d --no-pid -q $SERVERS
|
/openbmc/linux/tools/testing/selftests/arm64/fp/ |
H A D | vec-syscfg.c | 88 pid_t pid, child; in get_child_rdvl() local 133 pid = wait(&ret); in get_child_rdvl() 134 if (pid == -1) { in get_child_rdvl() 140 } while (pid != child); in get_child_rdvl() 142 assert(pid == child); in get_child_rdvl()
|
/openbmc/linux/drivers/soc/qcom/ |
H A D | smp2p.c | 284 unsigned int pid = smp2p->remote_pid; in qcom_smp2p_intr() local 292 in = qcom_smem_get(pid, smem_id, &size); in qcom_smp2p_intr() 446 unsigned pid = smp2p->remote_pid; in qcom_smp2p_alloc_outbound_item() local 449 ret = qcom_smem_alloc(pid, smem_id, sizeof(*out)); in qcom_smp2p_alloc_outbound_item() 457 out = qcom_smem_get(pid, smem_id, NULL); in qcom_smp2p_alloc_outbound_item()
|
/openbmc/qemu/qga/ |
H A D | commands-posix.c | 51 static bool ga_wait_child(pid_t pid, int *status, Error **errp) in ga_wait_child() argument 57 rpid = RETRY_ON_EINTR(waitpid(pid, status, 0)); in ga_wait_child() 61 pid); in ga_wait_child() 65 g_assert(rpid == pid); in ga_wait_child() 104 pid_t pid; in ga_run_command() local 118 pid = fork(); in ga_run_command() 119 if (pid == 0) { in ga_run_command() 146 } else if (pid < 0) { in ga_run_command() 171 if (!ga_wait_child(pid, &status, errp)) { in ga_run_command()
|
/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-httpd/monkey/files/ |
H A D | monkey.service | 8 PIDFile=/var/run/monkey.pid.2001
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/openwsman/openwsman/ |
H A D | openwsmand.service | 9 PIDFile=@LOCALSTATEDIR@/run/wsmand.pid
|
/openbmc/qemu/target/cris/ |
H A D | mmu.h | 17 void cris_mmu_flush_pid(CPUCRISState *env, uint32_t pid);
|
/openbmc/openbmc/meta-facebook/meta-bletchley/recipes-bletchley/plat-svc/files/ |
H A D | bletchley-sys-init.service | 3 Before=phosphor-pid-control.service
|
/openbmc/qemu/tests/data/ |
H A D | test-qga-config | 5 pidfile=/var/foo/qemu-ga.pid
|
/openbmc/openbmc/meta-google/recipes-google/networking/gbmc-nic-config/ |
H A D | gbmc-nic-dhcrelay.service.in | 10 ExecStart=/usr/sbin/dhcrelay -d --no-pid -l gbmcnicdhcp @UPPERS@
|