Searched refs:pids (Results 1 - 25 of 60) sorted by relevance

123

/linux-master/tools/testing/selftests/arm64/fp/
H A Dfpsimd-stress10 pids=
17 if [ -n "$pids" ]; then
18 kill $pids
19 wait $pids
20 pids=
47 pids=$pids\ $!
54 kill -USR1 $pids
56 pids=$pids\
[all...]
H A Dsve-stress10 pids=
17 if [ -n "$pids" ]; then
18 kill $pids
19 wait $pids
20 pids=
46 pids=$pids\ $!
53 kill -USR1 $pids
55 pids=$pids\
[all...]
H A Dza-stress10 pids=
17 if [ -n "$pids" ]; then
18 kill $pids
19 wait $pids
20 pids=
46 pids=$pids\ $!
53 kill -USR1 $pids
55 pids=$pids\
[all...]
H A Dssve-stress10 pids=
17 if [ -n "$pids" ]; then
18 kill $pids
19 wait $pids
20 pids=
46 pids=$pids\ $!
53 kill -USR1 $pids
55 pids=$pids\
[all...]
/linux-master/kernel/cgroup/
H A Dpids.c13 * In order to use the `pids` controller, set the maximum number of tasks in
14 * pids.max (this is not available in the root cgroup for obvious reasons). The
15 * number of processes currently in the cgroup is given by pids.current.
17 * possible to have pids.current > pids.max. However, it is not possible to
21 * To set a cgroup to have no limit, set pids.max to "max". This is the default
25 * pids.current tracks all child cgroup hierarchies, so parent/pids.current is
26 * a superset of parent/child/pids.current.
52 /* Handle for "pids
64 parent_pids(struct pids_cgroup *pids) argument
72 struct pids_cgroup *pids; local
107 pids_cancel(struct pids_cgroup *pids, int num) argument
121 pids_uncharge(struct pids_cgroup *pids, int num) argument
138 pids_charge(struct pids_cgroup *pids, int num) argument
158 pids_try_charge(struct pids_cgroup *pids, int num) argument
197 struct pids_cgroup *pids = css_pids(dst_css); local
222 struct pids_cgroup *pids = css_pids(dst_css); local
241 struct pids_cgroup *pids; local
265 struct pids_cgroup *pids; local
277 struct pids_cgroup *pids = css_pids(task_css(task, pids_cgrp_id)); local
286 struct pids_cgroup *pids = css_pids(css); local
315 struct pids_cgroup *pids = css_pids(css); local
329 struct pids_cgroup *pids = css_pids(css); local
337 struct pids_cgroup *pids = css_pids(css); local
344 struct pids_cgroup *pids = css_pids(seq_css(sf)); local
[all...]
H A DMakefile5 obj-$(CONFIG_CGROUP_PIDS) += pids.o
/linux-master/tools/testing/selftests/livepatch/
H A Dtest-syscall.sh20 pids[$i]="$!"
23 pid_list=$(echo ${pids[@]} | tr ' ' ',')
32 for pid in ${pids[@]}; do
/linux-master/tools/testing/selftests/powerpc/pmu/ebb/
H A Dmulti_ebb_procs_test.c77 pid_t pids[NR_CHILDREN]; local
85 pids[i] = fork();
86 if (pids[i] == 0)
96 kill(pids[i], SIGINT);
98 rc |= wait_for_child(pids[i]);
/linux-master/tools/testing/selftests/cgroup/
H A Dtest_kill.c58 pid_t pids[100]; local
71 pids[i] = cg_run_nowait(cgroup, child_fn, NULL);
86 wait_for_pid(pids[i]);
115 pid_t pids[5]; local
164 pids[0] = cg_run_nowait(cgroup[2], child_fn, NULL);
165 pids[1] = cg_run_nowait(cgroup[7], child_fn, NULL);
166 pids[2] = cg_run_nowait(cgroup[9], child_fn, NULL);
167 pids[3] = cg_run_nowait(cgroup[9], child_fn, NULL);
168 pids[4] = cg_run_nowait(cgroup[9], child_fn, NULL);
190 wait_for_pid(pids[
[all...]
/linux-master/tools/testing/selftests/perf_events/
H A Dremove_on_exec.c200 pid_t pids[30]; local
203 for (i = 0; i < sizeof(pids) / sizeof(pids[0]); i++) {
204 pids[i] = fork();
205 if (pids[i] == 0) {
217 for (i = 0; i < sizeof(pids) / sizeof(pids[0]); i++) {
219 EXPECT_EQ(waitpid(pids[i], &tmp, WNOHANG), 0);
220 EXPECT_EQ(kill(pids[i], SIGKILL), 0);
/linux-master/include/linux/
H A Dcgroup_subsys.h57 SUBSYS(pids)
/linux-master/tools/testing/selftests/net/
H A Dunicast_extensions.sh129 ip netns pids $foo_ns | xargs -r kill -9
130 ip netns pids $bar_ns | xargs -r kill -9
154 ip netns pids $foo_ns | xargs -r kill -9
155 ip netns pids $bar_ns | xargs -r kill -9
156 ip netns pids $router_ns | xargs -r kill -9
/linux-master/drivers/media/firewire/
H A Dfiredtv-dvb.c53 u16 pids[16]; local
96 collect_channels(fdtv, &pidc, pids);
106 ret = avc_tuner_set_pids(fdtv, pidc, pids);
124 u16 pids[16]; local
135 demux->pids[dvbdmxfeed->pes_type] |= 0x8000;
149 collect_channels(fdtv, &pidc, pids);
151 ret = avc_tuner_set_pids(fdtv, pidc, pids);
/linux-master/tools/testing/selftests/mm/
H A Dmigration.c26 pid_t *pids; local
53 self->pids = malloc(self->nthreads * sizeof(*self->pids));
54 ASSERT_NE(self->pids, NULL);
60 free(self->pids);
166 self->pids[i] = pid;
172 ASSERT_EQ(kill(self->pids[i], SIGTERM), 0);
/linux-master/scripts/
H A Dbootgraph.pl60 my %pids;
80 $pids{$func} = $1;
102 $pids{$func} = $pid;
178 my $pid = $pids{$key};
/linux-master/tools/perf/util/
H A Dstring2.h36 char *asprintf__tp_filter_pids(size_t npids, pid_t *pids);
/linux-master/drivers/usb/early/
H A Dehci-dbgp.c197 u32 pids, lpid; local
203 pids = readl(&ehci_debug->pids);
204 lpid = DBGP_PID_GET(pids);
270 u32 pids, ctrl; local
277 pids = readl(&ehci_debug->pids);
278 pids = dbgp_pid_write_update(pids, USB_PID_OUT);
287 writel(pids,
296 u32 pids, addr, ctrl; local
327 u32 pids, addr, ctrl; local
[all...]
/linux-master/include/linux/usb/
H A Dehci-dbgp.h37 u32 pids; member in struct:ehci_dbg_port
/linux-master/mm/damon/
H A Ddbgfs.c404 static void dbgfs_put_pids(struct pid **pids, int nr_pids) argument
409 put_pid(pids[i]);
422 struct pid **pids; local
430 pids = kmalloc_array(nr_ints, sizeof(*pids), GFP_KERNEL);
431 if (!pids)
435 pids[*nr_pids] = find_get_pid(ints[*nr_pids]);
436 if (!pids[*nr_pids]) {
437 dbgfs_put_pids(pids, *nr_pids);
439 kfree(pids);
461 dbgfs_set_targets(struct damon_ctx *ctx, ssize_t nr_targets, struct pid **pids) argument
[all...]
/linux-master/tools/testing/selftests/netfilter/
H A Dnft_synproxy.sh32 ip netns pids $ns1 | xargs kill 2>/dev/null
33 ip netns pids $ns2 | xargs kill 2>/dev/null
/linux-master/tools/kvm/kvm_stat/
H A Dkvm_stat499 - pid or -1 to monitor all pids
1122 """Print a list of all running guests along with their pids."""
1141 Returns a list of potential pids, can be empty if no match found.
1145 pids = []
1148 pids.append(int(line[0]))
1150 return pids
1266 pids = self.get_pid_from_gname(self._gname)
1267 if len(pids) == 1:
1268 self._refresh_header(pids[0])
1269 self._update_pid(pids[
[all...]
/linux-master/tools/mm/
H A Dthpmaps431 pids = set()
442 pids.add(int(line.strip()))
445 pids = pids.union(args.pid)
450 pids.add(int(pid))
455 for pid in pids:
532 of pids to scan. e.g. "--pid 10 [--pid 134 ...]". When run
534 all pids that belong to the cgroup subtree are scanned. When
535 run with neither --pid nor --cgroup, the full set of pids on
/linux-master/include/media/
H A Ddemux.h554 * The @pids function parameter contains an array with five u16 elements
587 int (*get_pes_pids)(struct dmx_demux *demux, u16 *pids);
H A Ddvb_demux.h191 * @pids: list of filtered program IDs.
224 u16 pids[DMX_PES_OTHER]; member in struct:dvb_demux
/linux-master/net/openvswitch/
H A Dvport.h40 int ovs_vport_set_upcall_portids(struct vport *, const struct nlattr *pids);
50 * @ids: Array storing the Netlink socket pids to be used for packets received

Completed in 188 milliseconds

123