Home
last modified time | relevance | path

Searched refs:procs (Results 1 – 25 of 51) sorted by relevance

123

/openbmc/linux/tools/tracing/rtla/src/
H A Dtimerlat_u.c106 static int timerlat_u_send_kill(pid_t *procs, int nr_cpus) in timerlat_u_send_kill() argument
112 if (!procs[i]) in timerlat_u_send_kill()
114 retval = kill(procs[i], SIGKILL); in timerlat_u_send_kill()
118 err_msg("Error killing child process %d\n", procs[i]); in timerlat_u_send_kill()
143 pid_t *procs; in timerlat_u_dispatcher() local
150 procs = calloc(nr_cpus, sizeof(pid_t)); in timerlat_u_dispatcher()
151 if (!procs) in timerlat_u_dispatcher()
177 timerlat_u_send_kill(procs, nr_cpus); in timerlat_u_dispatcher()
183 procs[i] = pid; in timerlat_u_dispatcher()
191 if (procs[i] == pid) { in timerlat_u_dispatcher()
[all …]
/openbmc/linux/tools/testing/selftests/sched/
H A Dcs_prctl_test.c73 static struct child_args procs[MAX_PROCESSES]; variable
98 kill(procs[pidx].cpid, 15); in __handle_error()
280 create_processes(num_processes, num_threads, procs); in main()
282 disp_processes(num_processes, procs); in main()
288 disp_processes(num_processes, procs); in main()
294 pid = procs[pidx].cpid; in main()
297 validate(get_cs_cookie(0) == get_cs_cookie(procs[pidx].thr_tids[0])); in main()
302 disp_processes(num_processes, procs); in main()
306 validate(get_cs_cookie(pid) == get_cs_cookie(procs[pidx].thr_tids[0])); in main()
312 disp_processes(num_processes, procs); in main()
[all …]
/openbmc/phosphor-mrw-tools/
H A Dgen_callouts.pl89 my @procs;
94 push @procs, $target;
98 for my $proc (@procs)
/openbmc/openbmc-test-automation/lib/
H A Dtools.exp33 if { [info procs "exit_proc"] != "" } {
57 if { [info procs "exit_proc"] != "" } {
273 if { [info procs "exit_proc"] != "" } {
/openbmc/linux/scripts/
H A Dgenerate_initcall_order.pl27 my $procs = <$fh>;
30 if (!($procs =~ /^\d+$/)) {
34 return int($procs);
/openbmc/linux/net/sunrpc/
H A Dstats.c208 const struct rpc_procinfo *procs) in _print_name() argument
210 if (procs[op].p_name) in _print_name()
211 seq_printf(seq, "\t%12s: ", procs[op].p_name); in _print_name()
232 int op, const struct rpc_procinfo *procs) in _print_rpc_iostats() argument
234 _print_name(seq, op, procs); in _print_rpc_iostats()
H A Drpcb_clnt.c1085 .procs = rpcb_procedures2,
1093 .procs = rpcb_procedures3,
1101 .procs = rpcb_procedures4,
/openbmc/linux/tools/testing/selftests/cgroup/
H A Dtest_cpuset_prs.sh127 ERRMSG=$((echo $$ > cgroup.procs) |& cat)
134 echo $$ > $CGROUP2/cgroup.procs # Move out the task
197 echo $$ > $CGROUP2/cgroup.procs
361 TFILE=$CGRP/cgroup.procs
443 echo 0 > $CGROUP2/cgroup.procs
/openbmc/google-misc/subprojects/metrics-ipmi-blobs/
H A Dmetric.cpp103 std::vector<bmcmetrics_metricproto_BmcProcStatMetric_BmcProcStat>& procs, in getProcStatMetric() argument
178 procs.emplace_back( in getProcStatMetric()
189 procs.emplace_back(bmcmetrics_metricproto_BmcProcStatMetric_BmcProcStat{ in getProcStatMetric()
200 bmcmetrics_metricproto_BmcProcStatMetric_BmcProcStat_fields>(procs), in getProcStatMetric()
467 std::vector<bmcmetrics_metricproto_BmcProcStatMetric_BmcProcStat> procs; in doWork() local
483 .procstat_metric = getProcStatMetric(*this, ticksPerSec, procs, in doWork()
/openbmc/linux/samples/bpf/
H A Dtest_cgrp2_sock.sh55 echo $$ >> ${CGRP_MNT}/cgroup.procs
95 echo $$ > ${CGRP_MNT}/sockopts/cgroup.procs
H A Dtest_cgrp2_sock2.sh29 echo $$ >> /tmp/cgroupv2/foo/cgroup.procs
H A Dtcp_bpf.readme9 echo $$ >> /tmp/cgroupv2/foo/cgroup.procs
/openbmc/linux/tools/memory-model/scripts/
H A Dparseargs.sh120 --procs|--proc)
121 checkarg --procs "(number)" "$#" "$2" '^[0-9]\+$' '^--'
H A DREADME84 scripts/initlitmushist.sh --timeout 10m --procs 10
95 scripts/checklitmushist.sh --timeout 10m --procs 10
98 scripts/checkghlitmus.sh --timeout 10m --procs 10
/openbmc/openbmc/poky/bitbake/lib/bb/server/
H A Dprocess.py55 procs = None
57 procs = subprocess.check_output(["lsof", '-w', lockfile], stderr=subprocess.STDOUT)
64 if procs is None:
67 procs = subprocess.check_output(["fuser", '-v', lockfile], stderr=subprocess.STDOUT)
74 if procs:
75 return procs.decode("utf-8")
413 procs = get_lockfile_process_msg(lockfile)
415 if procs:
416 msg.append(":\n%s" % procs)
/openbmc/qemu/include/standard-headers/linux/
H A Dsysinfo.h17 uint16_t procs; /* Number of current processes */ member
/openbmc/linux/tools/testing/selftests/mm/
H A Dwrite_hugetlb_memory.sh17 echo $$ > ${cgroup_path:-/dev/cgroup/memory}/"$cgroup"/cgroup.procs
H A Dhugetlb_reparenting_test.sh155 echo $$ >$CGROUP_ROOT/$cgroup/cgroup.procs
163 echo $$ >$CGROUP_ROOT/cgroup.procs
/openbmc/linux/include/uapi/linux/
H A Dsysinfo.h17 __u16 procs; /* Number of current processes */ member
/openbmc/openbmc/poky/bitbake/lib/bb/
H A Dmain.py474 procs = bb.server.process.get_lockfile_process_msg(lockfile)
475 if procs:
476 … logger.info("Processes holding bitbake.lock (missing socket %s):\n%s" % (sockname, procs))
/openbmc/linux/Documentation/admin-guide/cgroup-v1/
H A Dpids.rst53 # echo $$ > /sys/fs/cgroup/pids/parent/cgroup.procs
71 # echo $$ > /sys/fs/cgroup/pids/parent/child/cgroup.procs
/openbmc/linux/Documentation/networking/
H A Dip_dynaddr.rst8 dynamically changing packet source address (and socket's if local procs).
/openbmc/linux/fs/nfs/
H A Dmount_clnt.c517 .procs = mnt_procedures,
525 .procs = mnt3_procedures,
/openbmc/linux/fs/lockd/
H A Dclntxdr.c584 .procs = nlm_procedures,
592 .procs = nlm_procedures,
/openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc/
H A D0025-gcc-testsuite-tweaks-for-mips-OE.patch159 if { [info procs add_options_for_${target}] != [list] } {
162 if { [info procs check_effective_target_${target}_runtime]

123