Home
last modified time | relevance | path

Searched refs:pid (Results 1151 – 1175 of 2200) sorted by relevance

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

/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Dcq.c131 cq->pid = current->pid; in mlx5_create_cq()
/openbmc/phosphor-pid-control/pid/
H A Dzone.hpp101 void addFanPID(std::unique_ptr<Controller> pid);
102 void addThermalPID(std::unique_ptr<Controller> pid);
/openbmc/linux/tools/perf/
H A Dbuiltin-script.c806 printed += fprintf(fp, "%7d ", sample->pid); in perf_sample__fprintf_start()
2505 pid_t pid, pid_t tid, u64 timestamp) in print_event_with_time() argument
2515 sample->pid = pid; in print_event_with_time()
2523 thread = machine__findnew_thread(machine, pid, tid); in print_event_with_time()
2539 pid_t pid, pid_t tid) in print_event() argument
2576 return print_event(tool, event, sample, machine, sample->pid, in process_cgroup_event()
2589 event->fork.pid, event->fork.tid, in process_fork_event()
4086 pid_t pid; in cmd_script() local
4123 pid = fork(); in cmd_script()
4124 if (pid < 0) { in cmd_script()
[all …]
/openbmc/linux/arch/x86/kernel/cpu/resctrl/
H A Drdtgroup.c673 if (pid) { in rdtgroup_move_task()
674 tsk = find_task_by_vpid(pid); in rdtgroup_move_task()
677 rdt_last_cmd_printf("No task %d\n", pid); in rdtgroup_move_task()
700 pid_t pid; in rdtgroup_tasks_write() local
702 if (kstrtoint(strstrip(buf), 0, &pid) || pid < 0) in rdtgroup_tasks_write()
718 ret = rdtgroup_move_task(pid, rdtgrp, of); in rdtgroup_tasks_write()
729 pid_t pid; in show_rdt_tasks() local
734 pid = task_pid_vnr(t); in show_rdt_tasks()
735 if (pid) in show_rdt_tasks()
736 seq_printf(s, "%d\n", pid); in show_rdt_tasks()
[all …]
/openbmc/linux/tools/perf/Documentation/
H A Dperf-script-python.txt155 def print_header(event_name, cpu, secs, nsecs, pid, comm):
157 (event_name, cpu, secs, nsecs, pid, comm),
251 levels if they don't exist e.g syscalls[comm][pid][id] = 1 will create
339 rw-by-pid system-wide r/w activity
402 rw-by-pid system-wide r/w activity
462 field:pid_t pid;
473 comm, pid, prio, success, target_cpu):
492 common_pid the pid of the current task
563 def context_switch(ts, cpu, pid, tid, np_pid, np_tid, machine_pid, out, out_preempt, *x):
570 def auxtrace_error(typ, code, cpu, pid, tid, ip, ts, msg, cpumode, *x):
[all …]
/openbmc/linux/tools/perf/util/
H A Devlist.c65 int sigqueue(pid_t pid, int sig, const union sigval value);
76 evlist->workload.pid = -1; in evlist__init()
1059 threads = thread_map__new_str(target->pid, target->tid, target->uid, in evlist__create_maps()
1196 int evlist__set_tp_filter_pid(struct evlist *evlist, pid_t pid) in evlist__set_tp_filter_pid() argument
1198 return evlist__set_tp_filter_pids(evlist, 1, &pid); in evlist__set_tp_filter_pid()
1210 int evlist__append_tp_filter_pid(struct evlist *evlist, pid_t pid) in evlist__append_tp_filter_pid() argument
1212 return evlist__append_tp_filter_pids(evlist, 1, &pid); in evlist__append_tp_filter_pid()
1425 evlist->workload.pid = fork(); in evlist__prepare_workload()
1426 if (evlist->workload.pid < 0) { in evlist__prepare_workload()
1431 if (!evlist->workload.pid) { in evlist__prepare_workload()
[all …]
/openbmc/openbmc/poky/meta/recipes-core/dbus/dbus/
H A Ddbus-1.init25 PIDFILE=/var/run/dbus/pid # must match /usr/share/dbus-1/system.conf
/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-webadmin/webmin/files/
H A Dexports-lib.pl.patch6 nfsd runs as a kernel process and does not have a pid. This means
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/pm-graph/pm-graph/
H A D0001-sleepgraph-add-support-for-RT-kernel-ftrace-flags.patch34 ' *(?P<proc>.*)-(?P<pid>[0-9]*) *\[(?P<cpu>[0-9]*)\] *'+\
/openbmc/linux/arch/arm/nwfpe/
H A Dfpmodule.c139 current->comm, current->pid, flags, in float_raise()
/openbmc/openbmc/meta-quanta/meta-s6q/recipes-s6q/packagegroups/
H A Dpackagegroup-s6q-apps.bb32 phosphor-pid-control \
/openbmc/linux/drivers/staging/greybus/
H A Daudio_manager_sysfs.c23 desc.name, &desc.vid, &desc.pid, &desc.intf_id, in manager_sysfs_add_store()
/openbmc/openbmc/meta-quanta/meta-olympus-nuvoton/recipes-olympus-nuvoton/packagegroups/
H A Dpackagegroup-olympus-nuvoton-apps.bb26 phosphor-pid-control \
/openbmc/linux/include/uapi/linux/
H A Dcapability.h41 int pid; member
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dfexit_sleep.c17 fexit_skel->bss->pid = getpid(); in do_sleep()
/openbmc/linux/mm/
H A Dkmemleak.c167 pid_t pid; /* pid of the current task */ member
364 object->comm, object->pid, object->jiffies, in print_unreferenced()
385 object->comm, object->pid, object->jiffies); in dump_object_info()
664 object->pid = 0; in __create_object()
667 object->pid = 0; in __create_object()
670 object->pid = current->pid; in __create_object()
/openbmc/linux/drivers/media/i2c/
H A Dov772x.c381 #define VERSION(pid, ver) ((pid << 8) | (ver & 0xFF)) argument
1258 int pid, ver, midh, midl; in ov772x_video_probe() local
1267 ret = regmap_read(priv->regmap, PID, &pid); in ov772x_video_probe()
1274 switch (VERSION(pid, ver)) { in ov772x_video_probe()
1283 "Product ID error %x:%x\n", pid, ver); in ov772x_video_probe()
1297 devname, pid, ver, midh, midl); in ov772x_video_probe()
/openbmc/linux/net/ipv6/
H A Dip6_flowlabel.c109 put_pid(fl->owner.pid); in fl_free_rcu()
447 fl->owner.pid = get_task_pid(current, PIDTYPE_PID); in fl_create()
673 (fl1->owner.pid != fl->owner.pid)) || in ipv6_flowlabel_get()
849 pid_nr_ns(fl->owner.pid, state->pid_ns) : in ip6fl_seq_show()
/openbmc/linux/init/
H A Dmain.c689 int pid; in rest_init() local
697 pid = user_mode_thread(kernel_init, NULL, CLONE_FS); in rest_init()
704 tsk = find_task_by_pid_ns(pid, &init_pid_ns); in rest_init()
710 pid = kernel_thread(kthreadd, NULL, NULL, CLONE_FS | CLONE_FILES); in rest_init()
712 kthreadd_task = find_task_by_pid_ns(pid, &init_pid_ns); in rest_init()
/openbmc/qemu/
H A Dqemu-nbd.c174 void qemu_system_killed(int signum, pid_t pid) in qemu_system_killed() argument
949 pid_t pid; in main() local
960 pid = fork(); in main()
961 if (pid < 0) { in main()
964 } else if (pid == 0) { in main()
/openbmc/linux/security/
H A DKconfig23 prompt "Allow /proc/pid/mem access override"
26 Traditionally /proc/pid/mem allows users to override memory
36 bool "Traditional /proc/pid/mem behavior"
38 This allows /proc/pid/mem accesses to override memory mapping
44 This allows /proc/pid/mem accesses to override memory mapping
/openbmc/phosphor-mboxd/vpnor/
H A Dpnor_partition_table.cpp219 pdst->data.pid = htobe32(psrc->data.pid); in endianFixup()
300 part.data.pid = PARENT_PATITION_ID; in writeDefaults()
/openbmc/linux/drivers/media/test-drivers/vidtv/
H A Dvidtv_channel.c268 u16 pid; in vidtv_channel_pat_prog_cat_into_new() local
283 pid = vidtv_psi_get_pat_program_pid(curr); in vidtv_channel_pat_prog_cat_into_new()
286 pid); in vidtv_channel_pat_prog_cat_into_new()
/openbmc/linux/drivers/scsi/qla4xxx/
H A Dql4_iocb.c507 uint32_t payload_size, uint32_t pid, uint8_t *ipaddr) in qla4xxx_ping_iocb() argument
531 mrb->pid = pid; in qla4xxx_ping_iocb()
/openbmc/hiomapd/vpnor/
H A Dtable.cpp236 pdst->data.pid = htobe32(psrc->data.pid); in endianFixup()
326 part.data.pid = PARENT_PATITION_ID; in writeDefaults()

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