Home
last modified time | relevance | path

Searched refs:pid (Results 726 – 750 of 2194) sorted by relevance

1...<<21222324252627282930>>...88

/openbmc/linux/arch/um/drivers/
H A Dline.c595 int pid; member
606 if (winch->pid != -1) in __free_winch()
607 os_kill_process(winch->pid, 1); in __free_winch()
630 struct pid *pgrp; in winch_interrupt()
667 void register_winch_irq(int fd, int tty_fd, int pid, struct tty_port *port, in register_winch_irq() argument
680 .pid = pid, in register_winch_irq()
703 os_kill_process(pid, 1); in register_winch_irq()
/openbmc/linux/drivers/media/usb/dvb-usb/
H A Ddvb-usb-dvb.c48 "yes" : "no", dvbdmxfeed->pid, dvbdmxfeed->pid, in dvb_usb_ctrl_feed()
53 adap->props.fe[adap->active_fe].pid_filter(adap, dvbdmxfeed->index, dvbdmxfeed->pid, onoff); in dvb_usb_ctrl_feed()
88 deb_ts("start pid: 0x%04x, feedtype: %d\n", dvbdmxfeed->pid, in dvb_usb_start_feed()
95 deb_ts("stop pid: 0x%04x, feedtype: %d\n", dvbdmxfeed->pid, dvbdmxfeed->type); in dvb_usb_stop_feed()
/openbmc/openbmc/poky/meta/recipes-devtools/patch/patch/
H A D0004-Fix-arbitrary-command-execution-in-ed-style-patches-.patch44 + pid_t pid;
130 + pid = fork();
131 + if (pid == -1)
133 + else if (pid == 0)
142 + if (waitpid (pid, &wstatus, 0) == -1
H A D0001-Invoke-ed-directly-instead-of-using-the-shell.patch31 pid = fork();
33 else if (pid == 0)
/openbmc/linux/scripts/gdb/linux/
H A Dslab.py122 pid = int(track['pid'])
135 loc['min_pid'] = min(loc['min_pid'], pid)
136 loc['max_pid'] = max(loc['max_pid'], pid)
145 'min_pid' : pid,
146 'max_pid' : pid,
/openbmc/qemu/gdbstub/
H A Dsystem.c294 process->pid = cluster->cluster_id + 1; in find_cpu_clusters()
309 if (pa->pid < pb->pid) { in pid_order()
311 } else if (pa->pid > pb->pid) { in pid_order()
/openbmc/u-boot/drivers/mtd/ubi/
H A Ddebug.h24 __func__, __LINE__, current->pid); \
33 pr_debug("UBI DBG " type " (pid %d): " fmt "\n", current->pid, \
/openbmc/u-boot/tools/concurrencytest/
H A Dconcurrencytest.py68 pid = os.fork()
69 if pid == 0:
/openbmc/linux/include/uapi/linux/dvb/
H A Ddmx.h159 __u16 pid; member
179 __u16 pid; member
/openbmc/linux/mm/kasan/
H A Dtags.c124 WRITE_ONCE(entry->pid, current->pid); in save_stack_info()
/openbmc/linux/drivers/mtd/ubi/
H A Ddebug.h20 __func__, __LINE__, current->pid); \
29 pr_debug("UBI DBG " type " (pid %d): " fmt "\n", current->pid, \
/openbmc/linux/drivers/gpu/drm/etnaviv/
H A Detnaviv_gem.h99 struct pid *pid; /* submitting process */ member
/openbmc/linux/arch/powerpc/platforms/pseries/
H A Dvas.h110 __be32 pid; /* LPAR Process ID */ member
130 u32 pid; /* PID associated with this window */ member
/openbmc/linux/drivers/media/dvb-core/
H A Ddmxdev.c531 u16 pid = filter->params.sec.pid; in dvb_dmxdev_feed_restart() local
536 dmxdev->filter[i].params.sec.pid == pid) { in dvb_dmxdev_feed_restart()
648 ret = tsfeed->set(tsfeed, feed->pid, ts_type, ts_pes, timeout); in dvb_dmxdev_start_feed()
702 dmxdev->filter[i].params.sec.pid == para->pid) { in dvb_dmxdev_filter_start()
719 ret = (*secfeed)->set(*secfeed, para->pid, in dvb_dmxdev_filter_start()
868 struct dmxdev_filter *filter, u16 pid) in dvb_dmxdev_add_pid() argument
885 feed->pid = pid; in dvb_dmxdev_add_pid()
895 struct dmxdev_filter *filter, u16 pid) in dvb_dmxdev_remove_pid() argument
904 if ((feed->pid == pid) && (feed->ts != NULL)) { in dvb_dmxdev_remove_pid()
921 __func__, params->pid, params->flags, params->timeout); in dvb_dmxdev_filter_set()
[all …]
/openbmc/linux/drivers/staging/media/av7110/
H A Dav7110_av.c74 static void p_to_t(u8 const *buf, long int length, u16 pid,
120 dvbdmx->pesfilter[0]->pid, in av7110_av_start_record()
128 dvbdmx->pesfilter[1]->pid, in av7110_av_start_record()
136 dvbdmx->pesfilter[0]->pid, in av7110_av_start_record()
140 dvbdmx->pesfilter[1]->pid, in av7110_av_start_record()
698 p_to_t(p->pes, p->pos, pid, &p->counter, p->feed); in av7110_p2t_write()
718 p_to_t(buf + c, l, pid, &p->counter, p->feed); in av7110_p2t_write()
739 tshead[1] |= (u8)((pid & 0x1F00) >> 8); in write_ts_header2()
740 tshead[2] |= (u8)(pid & 0x00FF); in write_ts_header2()
794 l = write_ts_header2(pid, counter, pes_start, in p_to_t()
[all …]
/openbmc/linux/drivers/infiniband/hw/qib/
H A Dqib_user_sdma.c63 pid_t pid; member
141 qib_user_sdma_rb_search(struct rb_root *root, pid_t pid) in qib_user_sdma_rb_search() argument
149 if (pid < sdma_rb_node->pid) in qib_user_sdma_rb_search()
151 else if (pid > sdma_rb_node->pid) in qib_user_sdma_rb_search()
169 if (new->pid < got->pid) in qib_user_sdma_rb_insert()
171 else if (new->pid > got->pid) in qib_user_sdma_rb_insert()
224 current->pid); in qib_user_sdma_queue_create()
234 sdma_rb_node->pid = current->pid; in qib_user_sdma_queue_create()
/openbmc/linux/tools/testing/selftests/powerpc/benchmarks/
H A Dcontext_switch.c108 int pid, ncpus; in start_process_on() local
112 pid = fork(); in start_process_on()
113 if (pid == -1) { in start_process_on()
118 if (pid) in start_process_on()
/openbmc/linux/tools/testing/selftests/arm64/pauth/
H A Dpac.c99 pid_t pid; in exec_sign_all() local
128 pid = fork(); in exec_sign_all()
130 if (pid == 0) { in exec_sign_all()
169 waitpid(pid, &status, 0); in exec_sign_all()
/openbmc/linux/tools/testing/selftests/bpf/
H A Dcgroup_helpers.c38 #define format_cgroup_path_pid(buf, path, pid) \ argument
40 CGROUP_WORK_DIR, pid, path)
240 pid_t pid = getpid(); in join_cgroup_from_top() local
252 if (dprintf(fd, "%d\n", pid) < 0) { in join_cgroup_from_top()
/openbmc/linux/tools/testing/selftests/mm/
H A Duffd-unit-tests.c768 pid_t pid; in uffd_sigbus_test_common() local
793 pid = fork(); in uffd_sigbus_test_common()
794 if (pid < 0) in uffd_sigbus_test_common()
797 if (!pid) in uffd_sigbus_test_common()
800 waitpid(pid, &err, 0); in uffd_sigbus_test_common()
827 pid_t pid; in uffd_events_test_common() local
846 pid = fork(); in uffd_events_test_common()
847 if (pid < 0) in uffd_events_test_common()
850 if (!pid) in uffd_events_test_common()
853 waitpid(pid, &err, 0); in uffd_events_test_common()
/openbmc/linux/sound/usb/
H A Dcard.c68 static int pid[SNDRV_CARDS] = { [0 ... (SNDRV_CARDS-1)] = -1 }; variable
89 module_param_array(pid, int, NULL, 0444);
90 MODULE_PARM_DESC(pid, "Product ID for the USB audio device.");
350 #define PROFILE_NAME(vid, pid, vendor, product, profile) \ argument
351 { .id = USB_ID(vid, pid), .vendor_name = (vendor), \
353 #define DEVICE_NAME(vid, pid, vendor, product) \ argument
354 PROFILE_NAME(vid, pid, vendor, product, NULL)
825 (pid[i] == -1 || pid[i] == USB_ID_PRODUCT(id))) { in usb_audio_probe()
832 } else if (vid[i] != -1 || pid[i] != -1) { in usb_audio_probe()
/openbmc/linux/Documentation/filesystems/
H A Dproc.rst37 3.1 /proc/<pid>/oom_adj & /proc/<pid>/oom_score_adj - Adjust the oom-killer
42 3.5 /proc/<pid>/mountinfo - Information about mounts
43 3.6 /proc/<pid>/comm & /proc/<pid>/task/<tid>/comm
333 pid process id
715 last pid created.
1641 3.1 /proc/<pid>/oom_adj & /proc/<pid>/oom_score_adj- Adjust the oom-killer score
1683 scaled linearly with /proc/<pid>/oom_score_adj.
1694 any given <pid>. Use it together with /proc/<pid>/oom_score_adj to tune which
1891 3.6 /proc/<pid>/comm & /proc/<pid>/task/<tid>/comm
2199 hidepid= Set /proc/<pid>/ access mode.
[all …]
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/
H A Dviews.py1455 def newproject_specific(request, pid): argument
1459 project = Project.objects.get(pk=pid)
1525 def project(request, pid): argument
1526 project = Project.objects.get(pk=pid)
1539 def project_specific(request, pid): argument
1592 def landing_specific(request, pid): argument
1637 def xhr_testreleasechange(request, pid): argument
1674 def xhr_configvaredit(request, pid): argument
1765 def importlayer(request, pid): argument
1772 def layerdetails(request, pid, layerid): argument
[all …]
/openbmc/qemu/hw/usb/
H A Dpcap.c92 epnum |= (p->pid == USB_TOKEN_IN) ? 0x80 : 0; in usbmon_epnum()
197 if (p->pid == USB_TOKEN_IN && setup) { in do_usb_pcap_data()
202 if (p->pid == USB_TOKEN_OUT && !setup) { in do_usb_pcap_data()
/openbmc/linux/Documentation/netlink/specs/
H A Dovs_vport.yaml103 name: upcall-pid
137 - upcall-pid
169 - upcall-pid

1...<<21222324252627282930>>...88