| /OK3568_Linux_fs/kernel/scripts/ |
| H A D | generate_initcall_order.pl | 27 my $procs = <$fh>; 30 if (!($procs =~ /^\d+$/)) { 34 return int($procs);
|
| /OK3568_Linux_fs/kernel/net/sunrpc/ |
| H A D | stats.c | 203 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 D | rpcb_clnt.c | 1055 .procs = rpcb_procedures2, 1063 .procs = rpcb_procedures3, 1071 .procs = rpcb_procedures4,
|
| /OK3568_Linux_fs/kernel/samples/bpf/ |
| H A D | test_cgrp2_sock.sh | 53 echo $$ >> ${CGRP_MNT}/cgroup.procs 93 echo $$ > ${CGRP_MNT}/sockopts/cgroup.procs
|
| H A D | test_cgrp2_sock2.sh | 21 echo $$ >> /tmp/cgroupv2/foo/cgroup.procs
|
| H A D | tcp_bpf.readme | 9 echo $$ >> /tmp/cgroupv2/foo/cgroup.procs
|
| /OK3568_Linux_fs/kernel/tools/memory-model/scripts/ |
| H A D | parseargs.sh | 113 --procs|--proc) 114 checkarg --procs "(number)" "$#" "$2" '^[0-9]\+$' '^--'
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/server/ |
| H A D | process.py | 310 procs = None 312 … procs = subprocess.check_output(["lsof", '-w', lockfile], stderr=subprocess.STDOUT) 319 if procs is None: 322 … procs = 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 D | hugetlb_reparenting_test.sh | 147 echo $$ >$CGROUP_ROOT/$cgroup/cgroup.procs 155 echo $$ >$CGROUP_ROOT/cgroup.procs
|
| H A D | write_hugetlb_memory.sh | 17 echo $$ > /dev/cgroup/memory/"$cgroup"/cgroup.procs
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | sysinfo.h | 17 __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 D | sysinfo.h | 17 __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 D | sysinfo.h | 17 __u16 procs; /* Number of current processes */ member
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/cgroup-v1/ |
| H A D | pids.rst | 53 # 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 D | 0001-rpcgen-Fix-printf-formats.patch | 38 for (proc = vp->procs; proc != NULL; proc = proc->next) {
|
| /OK3568_Linux_fs/kernel/Documentation/networking/ |
| H A D | ip_dynaddr.rst | 8 dynamically changing packet source address (and socket's if local procs).
|
| /OK3568_Linux_fs/external/xserver/miext/rootless/ |
| H A D | rootless.h | 319 Bool RootlessInit(ScreenPtr pScreen, RootlessFrameProcsPtr procs);
|
| H A D | rootlessScreen.c | 715 RootlessInit(ScreenPtr pScreen, RootlessFrameProcsPtr procs) in RootlessInit() argument 724 s->imp = procs; in RootlessInit()
|
| /OK3568_Linux_fs/kernel/fs/nfs/ |
| H A D | mount_clnt.c | 513 .procs = mnt_procedures, 521 .procs = mnt3_procedures,
|
| /OK3568_Linux_fs/kernel/fs/lockd/ |
| H A D | clntxdr.c | 584 .procs = nlm_procedures, 592 .procs = nlm_procedures,
|
| /OK3568_Linux_fs/kernel/include/linux/sunrpc/ |
| H A D | clnt.h | 100 const struct rpc_procinfo *procs; /* procedure array */ member
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/systemd/systemd/ |
| H A D | 0005-src-basic-missing.h-check-for-missing-strndupa.patch | 60 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 D | cgroup-internal.h | 80 } procs; member
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/ |
| H A D | cgroup-v2.rst | 217 "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 D | 0005-src-basic-missing.h-check-for-missing-strndupa.patch | 60 src/shared/bus-unit-procs.c | 1 + 453 --- a/src/shared/bus-unit-procs.c 454 +++ b/src/shared/bus-unit-procs.c
|