Home
last modified time | relevance | path

Searched refs:pid (Results 1451 – 1475 of 2199) sorted by relevance

1...<<51525354555657585960>>...88

/openbmc/openbmc/poky/scripts/pybootchartgui/pybootchartgui/
H A Dmain.py.in55 # parser.add_option("--show-pid", action="store_true", dest="show_pid", default=False,
56 # help="show process ids in the bootchart as 'processname [pid]'")
/openbmc/openbmc-tools/pwmtachtool/src/
H A DEINTR_wrappers.c709 pid_t sigwrap_waitpid(pid_t pid, int *status, int options) in sigwrap_waitpid() argument
713 pid_t Result = waitpid(pid, status, options); in sigwrap_waitpid()
/openbmc/openbmc/poky/meta/lib/oeqa/utils/
H A Dcommands.py202 result.pid = cmd.process.pid
/openbmc/linux/tools/testing/selftests/powerpc/
H A Dutils.c523 static long perf_event_open(struct perf_event_attr *hw_event, pid_t pid, in perf_event_open() argument
526 return syscall(__NR_perf_event_open, hw_event, pid, cpu, in perf_event_open()
/openbmc/linux/Documentation/devicetree/bindings/net/
H A Dqcom,ipa.yaml216 qcom,local-pid = <0>;
217 qcom,remote-pid = <5>;
/openbmc/linux/include/scsi/
H A Dscsi_transport_iscsi.h139 uint32_t pid, struct sockaddr *dst_addr);
189 uint32_t status, uint32_t pid,
/openbmc/linux/tools/perf/Documentation/
H A Djitdump-specification.txt44 * uint32_t pid : JIT runtime process identification (OS specific)
73 * uint32_t pid: OS process id of the runtime generating the jitted code
99 * uint32_t pid : OS process id of the runtime generating the jitted code
/openbmc/openbmc/poky/meta/recipes-connectivity/bind/bind/
H A Dconf.patch282 + if [ -f /var/run/named/named.pid ]; then
283 + ps `cat /var/run/named/named.pid` > /dev/null && exit 1
297 + --pidfile /var/run/named/named.pid -- $OPTIONS; then
/openbmc/linux/drivers/scsi/bfa/
H A Dbfa_fc.h947 u32 pid:24; /* port identifier */ member
963 __be32 pid; /* PID */ member
1330 u32 pid:24; /* port identifier */ member
/openbmc/linux/security/tomoyo/
H A Dcommon.h1133 pid_t pid; in tomoyo_sys_getppid() local
1136 pid = task_tgid_vnr(rcu_dereference(current->real_parent)); in tomoyo_sys_getppid()
1138 return pid; in tomoyo_sys_getppid()
/openbmc/linux/Documentation/bpf/
H A Dcpumasks.rst64 static int cpumask_map_insert(struct bpf_cpumask *mask, u32 pid)
69 u32 key = pid;
109 return cpumask_map_insert(cpumask, task->pid);
/openbmc/linux/fs/smb/server/
H A Dvfs_cache.c449 u64 pid) in ksmbd_lookup_fd_slow() argument
455 pid = work->compound_pfid; in ksmbd_lookup_fd_slow()
463 if (fp->persistent_id != pid) { in ksmbd_lookup_fd_slow()
/openbmc/linux/include/linux/
H A Dtrace_events.h83 int pid; member
172 entry->pid = current->pid; in tracing_generic_entry_update()
/openbmc/linux/drivers/media/platform/st/sti/c8sectpfe/
H A Dc8sectpfe-core.c186 if (dvbdmxfeed->pid == 8192) { in c8sectpfe_start_feed()
192 bitmap_set(bitmap, dvbdmxfeed->pid, 1); in c8sectpfe_start_feed()
281 if (dvbdmxfeed->pid == 8192) { in c8sectpfe_stop_feed()
286 bitmap_clear(bitmap, dvbdmxfeed->pid, 1); in c8sectpfe_stop_feed()
/openbmc/linux/kernel/
H A Dptrace.c1278 SYSCALL_DEFINE4(ptrace, long, request, long, pid, unsigned long, addr, in SYSCALL_DEFINE4() argument
1289 child = find_get_task_by_vpid(pid); in SYSCALL_DEFINE4()
1417 COMPAT_SYSCALL_DEFINE4(ptrace, compat_long_t, request, compat_long_t, pid, in COMPAT_SYSCALL_DEFINE4() argument
1428 child = find_get_task_by_vpid(pid); in COMPAT_SYSCALL_DEFINE4()
/openbmc/linux/drivers/net/slip/
H A Dslip.c823 sl->pid = current->pid;
1250 sl->pid != current->pid) {
/openbmc/linux/drivers/net/wireless/mediatek/mt76/
H A Dmt76_connac_mac.c470 struct ieee80211_key_conf *key, int pid, in mt76_connac2_mac_write_txwi() argument
543 val = FIELD_PREP(MT_TXD5_PID, pid); in mt76_connac2_mac_write_txwi()
544 if (pid >= MT_PACKET_ID_FIRST) { in mt76_connac2_mac_write_txwi()
711 int pid, __le32 *txs_data) in mt76_connac2_mac_add_txs_skb() argument
717 skb = mt76_tx_status_skb_get(dev, wcid, pid, &list); in mt76_connac2_mac_add_txs_skb()
/openbmc/linux/Documentation/userspace-api/
H A Dseccomp_filter.rst225 __u32 pid;
252 the ``pid`` of the task which triggered this request (which may be 0 if the
253 task is in a pid ns not visible from the listener's pid namespace). The
287 ``/proc/pid/mem``. However, care should be taken to avoid the TOCTOU mentioned
/openbmc/linux/net/l2tp/
H A Dl2tp_ppp.c550 ps->owner = current->pid; in pppol2tp_session_init()
936 sp.pppol2tp.pid = pls->owner; in pppol2tp_getname()
954 sp.pppol2tp.pid = pls->owner; in pppol2tp_getname()
972 sp.pppol2tp.pid = pls->owner; in pppol2tp_getname()
991 sp.pppol2tp.pid = pls->owner; in pppol2tp_getname()
/openbmc/linux/tools/include/uapi/linux/
H A Dbpf.h134 __u32 pid; member
1587 __u32 pid; /* input: pid */ member
1662 __u32 pid; member
6529 __u32 pid; member
7208 __u32 pid; member
/openbmc/linux/include/uapi/linux/
H A Dbpf.h134 __u32 pid; member
1587 __u32 pid; /* input: pid */ member
1662 __u32 pid; member
6526 __u32 pid; member
7205 __u32 pid; member
/openbmc/linux/arch/powerpc/kernel/
H A Dprocess.c1007 tsk->pid, thr->regs->nip, in tm_reclaim_task()
1014 tsk->pid); in tm_reclaim_task()
1073 new->pid, new->thread.regs->msr); in tm_recheckpoint_new_task()
1086 new->pid, mfmsr()); in tm_recheckpoint_new_task()
1459 current->pid, s.buffer); in show_user_instructions()
1865 p->thread.pid = MMU_NO_CONTEXT; in copy_thread()
/openbmc/linux/Documentation/arch/ia64/
H A Derr_inject.rst116 int sched_setaffinity(pid_t pid, unsigned int len, unsigned long *mask);
837 pid_t pid;
857 pid=fork();
858 if (pid==0) {
936 else if (pid<0) {
940 child_pid[i]=pid;
/openbmc/openbmc/poky/scripts/pybootchartgui/pybootchartgui/tests/
H A Dprocess_tree_test.py44 self.assertEqual(int(tokens[0]), actual.pid // 1000)
/openbmc/linux/arch/nios2/kernel/
H A Dmisaligned.c162 current->pid); in handle_unaligned_c()

1...<<51525354555657585960>>...88