Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/kernel/scripts/
H A Dgenerate_initcall_order.pl27 my $procs = <$fh>;
30 if (!($procs =~ /^\d+$/)) {
34 return int($procs);
/OK3568_Linux_fs/kernel/net/sunrpc/
H A Dstats.c203 const struct rpc_procinfo *procs) in _print_name() argument
205 if (procs[op].p_name) in _print_name()
206 seq_printf(seq, "\t%12s: ", procs[op].p_name); in _print_name()
227 int op, const struct rpc_procinfo *procs) in _print_rpc_iostats() argument
229 _print_name(seq, op, procs); in _print_rpc_iostats()
H A Drpcb_clnt.c1055 .procs = rpcb_procedures2,
1063 .procs = rpcb_procedures3,
1071 .procs = rpcb_procedures4,
/OK3568_Linux_fs/kernel/samples/bpf/
H A Dtest_cgrp2_sock.sh53 echo $$ >> ${CGRP_MNT}/cgroup.procs
93 echo $$ > ${CGRP_MNT}/sockopts/cgroup.procs
H A Dtest_cgrp2_sock2.sh21 echo $$ >> /tmp/cgroupv2/foo/cgroup.procs
H A Dtcp_bpf.readme9 echo $$ >> /tmp/cgroupv2/foo/cgroup.procs
/OK3568_Linux_fs/kernel/tools/memory-model/scripts/
H A Dparseargs.sh113 --procs|--proc)
114 checkarg --procs "(number)" "$#" "$2" '^[0-9]\+$' '^--'
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/server/
H A Dprocess.py310 procs = None
312procs = subprocess.check_output(["lsof", '-w', lockfile], stderr=subprocess.STDOUT)
319 if procs is None:
322procs = subprocess.check_output(["fuser", '-v', lockfile], stderr=subprocess.STDOUT)
331 if procs:
332 msg.append(":\n%s" % str(procs.decode("utf-8")))
/OK3568_Linux_fs/kernel/tools/testing/selftests/vm/
H A Dhugetlb_reparenting_test.sh147 echo $$ >$CGROUP_ROOT/$cgroup/cgroup.procs
155 echo $$ >$CGROUP_ROOT/cgroup.procs
H A Dwrite_hugetlb_memory.sh17 echo $$ > /dev/cgroup/memory/"$cgroup"/cgroup.procs
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dsysinfo.h17 __u16 procs; /* Number of current processes */ member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dsysinfo.h17 __u16 procs; /* Number of current processes */ member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dsysinfo.h17 __u16 procs; /* Number of current processes */ member
/OK3568_Linux_fs/kernel/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
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-netkit/netkit-rpc/netkit-rpc/
H A D0001-rpcgen-Fix-printf-formats.patch38 for (proc = vp->procs; proc != NULL; proc = proc->next) {
/OK3568_Linux_fs/kernel/Documentation/networking/
H A Dip_dynaddr.rst8 dynamically changing packet source address (and socket's if local procs).
/OK3568_Linux_fs/external/xserver/miext/rootless/
H A Drootless.h319 Bool RootlessInit(ScreenPtr pScreen, RootlessFrameProcsPtr procs);
H A DrootlessScreen.c715 RootlessInit(ScreenPtr pScreen, RootlessFrameProcsPtr procs) in RootlessInit() argument
724 s->imp = procs; in RootlessInit()
/OK3568_Linux_fs/kernel/fs/nfs/
H A Dmount_clnt.c513 .procs = mnt_procedures,
521 .procs = mnt3_procedures,
/OK3568_Linux_fs/kernel/fs/lockd/
H A Dclntxdr.c584 .procs = nlm_procedures,
592 .procs = nlm_procedures,
/OK3568_Linux_fs/kernel/include/linux/sunrpc/
H A Dclnt.h100 const struct rpc_procinfo *procs; /* procedure array */ member
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/systemd/systemd/
H A D0005-src-basic-missing.h-check-for-missing-strndupa.patch60 src/shared/bus-unit-procs.c | 1 +
551 diff --git a/src/shared/bus-unit-procs.c b/src/shared/bus-unit-procs.c
553 --- a/src/shared/bus-unit-procs.c
554 +++ b/src/shared/bus-unit-procs.c
/OK3568_Linux_fs/kernel/kernel/cgroup/
H A Dcgroup-internal.h80 } procs; member
/OK3568_Linux_fs/kernel/Documentation/admin-guide/
H A Dcgroup-v2.rst217 "cgroup.procs". When read, it lists the PIDs of all processes which
223 target cgroup's "cgroup.procs" file. Only one process can be migrated
232 zombie process does not appear in "cgroup.procs" and thus can't be
333 behaves the same way as "cgroup.procs". While "cgroup.threads" can be
341 "cgroup.procs" in a threaded domain cgroup contains the PIDs of all
343 However, "cgroup.procs" can be written to from anywhere in the subtree
475 user by granting write access of the directory and its "cgroup.procs",
484 kernel rejects writes to all files other than "cgroup.procs" and
510 "cgroup.procs" file.
512 - The writer must have write access to the "cgroup.procs" file.
[all …]
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd/
H A D0005-src-basic-missing.h-check-for-missing-strndupa.patch60 src/shared/bus-unit-procs.c | 1 +
453 --- a/src/shared/bus-unit-procs.c
454 +++ b/src/shared/bus-unit-procs.c

12