Home
last modified time | relevance | path

Searched refs:ppid (Results 26 – 50 of 98) sorted by relevance

1234

/openbmc/linux/tools/perf/util/
H A Dsynthetic-events.c73 pid_t *tgid, pid_t *ppid, bool *kernel) in perf_event__get_comm_ids() argument
82 *ppid = -1; in perf_event__get_comm_ids()
140 *ppid = atoi(ppids); in perf_event__get_comm_ids()
159 *ppid = -1; in perf_event__prepare_comm()
166 tgid, ppid, kernel) != 0) { in perf_event__prepare_comm()
195 pid_t tgid, ppid; in perf_event__synthesize_comm() local
274 event->fork.ppid = ppid; in perf_event__synthesize_fork()
275 event->fork.ptid = ppid; in perf_event__synthesize_fork()
277 event->fork.ppid = tgid; in perf_event__synthesize_fork()
755 pid_t tgid, ppid; in __event__synthesize_thread() local
[all …]
/openbmc/linux/drivers/net/ethernet/cavium/liquidio/
H A Dlio_vf_rep.c41 struct netdev_phys_item_id *ppid);
448 struct netdev_phys_item_id *ppid) in lio_vf_get_port_parent_id() argument
454 ppid->id_len = ETH_ALEN; in lio_vf_get_port_parent_id()
455 ether_addr_copy(ppid->id, (void *)&lio->linfo.hw_addr + 2); in lio_vf_get_port_parent_id()
/openbmc/u-boot/drivers/net/ldpaa_eth/
H A Dldpaa_eth.h60 u8 ppid; member
/openbmc/linux/arch/um/os-Linux/
H A Dstart_up.c32 int pid = os_getpid(), ppid = getppid(); in ptrace_child() local
51 else if (sc_result == ppid) in ptrace_child()
/openbmc/linux/tools/perf/
H A Dbuiltin-timechart.c96 int ppid; member
255 static void pid_fork(struct timechart *tchart, int pid, int ppid, u64 timestamp) in pid_fork() argument
259 pp = find_create_pid(tchart, ppid); in pid_fork()
260 p->ppid = ppid; in pid_fork()
339 pid_fork(tchart, event->fork.pid, event->fork.ppid, event->fork.time); in process_fork_event()
993 if (cursor->ppid > p->ppid || in sort_pids()
994 (cursor->ppid == p->ppid && cursor->pid > p->pid)) { in sort_pids()
/openbmc/linux/include/linux/
H A Dsctp.h224 __u32 ppid; member
239 __u32 ppid; member
/openbmc/linux/drivers/net/ethernet/sfc/
H A Def100_rep.c82 struct netdev_phys_item_id *ppid) in efx_ef100_rep_get_port_parent_id() argument
90 ppid->id_len = sizeof(nic_data->port_id); in efx_ef100_rep_get_port_parent_id()
91 memcpy(ppid->id, nic_data->port_id, sizeof(nic_data->port_id)); in efx_ef100_rep_get_port_parent_id()
H A Defx_common.h110 struct netdev_phys_item_id *ppid);
H A Def100_nic.c664 struct netdev_phys_item_id *ppid) in efx_ef100_get_phys_port_id() argument
671 ppid->id_len = ETH_ALEN; in efx_ef100_get_phys_port_id()
672 memcpy(ppid->id, nic_data->port_id, ppid->id_len); in efx_ef100_get_phys_port_id()
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/autofs/autofs/
H A D0001-autofs-5.1.8-add-autofs_strerror_r-helper-for-musl.patch42 return ppid;
/openbmc/linux/drivers/net/ethernet/sfc/siena/
H A Defx_common.h114 struct netdev_phys_item_id *ppid);
/openbmc/linux/drivers/net/wireless/quantenna/qtnfmac/
H A Dcore.c188 struct netdev_phys_item_id *ppid) in qtnf_netdev_port_parent_id() argument
193 ppid->id_len = sizeof(bus->hw_id); in qtnf_netdev_port_parent_id()
194 memcpy(&ppid->id, bus->hw_id, ppid->id_len); in qtnf_netdev_port_parent_id()
/openbmc/u-boot/arch/arm/include/asm/arch-fsl-layerscape/
H A Dfsl_icid.h27 u32 get_ppid_icid(int ppid_tbl_idx, int ppid);
/openbmc/linux/net/core/
H A Ddev.h80 struct netdev_phys_item_id *ppid);
H A Dnet-sysfs.c512 struct netdev_phys_item_id ppid; in phys_port_id_show() local
514 ret = dev_get_phys_port_id(netdev, &ppid); in phys_port_id_show()
516 ret = sysfs_emit(buf, "%*phN\n", ppid.id_len, ppid.id); in phys_port_id_show()
571 struct netdev_phys_item_id ppid = { }; in phys_switch_id_show() local
573 ret = dev_get_port_parent_id(netdev, &ppid, false); in phys_switch_id_show()
575 ret = sysfs_emit(buf, "%*phN\n", ppid.id_len, ppid.id); in phys_switch_id_show()
/openbmc/linux/tools/testing/selftests/cgroup/
H A Dtest_memcontrol.c201 int ppid = getppid(); in alloc_pagecache_50M_noexit() local
206 while (getppid() == ppid) in alloc_pagecache_50M_noexit()
214 int ppid = getppid(); in alloc_anon_noexit() local
227 while (getppid() == ppid) in alloc_anon_noexit()
/openbmc/linux/include/net/sctp/
H A Dulpevent.h47 __u32 ppid; member
/openbmc/linux/drivers/net/ethernet/netronome/nfp/
H A Dnfp_port.h122 struct netdev_phys_item_id *ppid);
/openbmc/linux/net/devlink/
H A Dport.c1127 struct netdev_phys_item_id ppid; in devlink_port_type_netdev_checks() local
1130 err = ops->ndo_get_port_parent_id(netdev, &ppid); in devlink_port_type_netdev_checks()
1500 struct netdev_phys_item_id *ppid) in devlink_compat_switch_id_get() argument
1512 memcpy(ppid, &devlink_port->attrs.switch_id, sizeof(*ppid)); in devlink_compat_switch_id_get()
/openbmc/linux/Documentation/devicetree/bindings/crypto/
H A Dfsl,sec-v4.0.yaml113 Specifies the LIODN to be used in conjunction with the ppid-to-liodn
182 ppid-to-liodn table that specifies the PPID to LIODN mapping.
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dprofiler.inc.h183 u32 num_ancestors, ppid; in populate_ancestors() local
193 ppid = BPF_CORE_READ(parent, tgid); in populate_ancestors()
194 if (is_init_process(ppid)) in populate_ancestors()
196 ancestors_data->ancestor_pids[num_ancestors] = ppid; in populate_ancestors()
/openbmc/linux/net/sctp/
H A Dulpevent.c998 sinfo.sinfo_ppid = event->ppid; in sctp_ulpevent_read_sndrcvinfo()
1026 rinfo.rcv_ppid = event->ppid; in sctp_ulpevent_read_rcvinfo()
1048 nxtinfo.nxt_ppid = event->ppid; in __sctp_ulpevent_read_nxtinfo()
/openbmc/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_vfr.c229 struct netdev_phys_item_id *ppid) in bnxt_vf_rep_get_port_parent_id() argument
236 return bnxt_get_port_parent_id(vf_rep->bp->dev, ppid); in bnxt_vf_rep_get_port_parent_id()
/openbmc/linux/drivers/net/ethernet/microchip/lan966x/
H A Dlan966x_main.c442 struct netdev_phys_item_id *ppid) in lan966x_port_get_parent_id() argument
447 ppid->id_len = sizeof(lan966x->base_mac); in lan966x_port_get_parent_id()
448 memcpy(&ppid->id, &lan966x->base_mac, ppid->id_len); in lan966x_port_get_parent_id()
/openbmc/linux/tools/testing/selftests/resctrl/
H A Dresctrl_val.c467 pid_t bm_pid, ppid; variable
659 ppid = getpid(); in resctrl_val()

1234