/Linux-v5.10/net/sunrpc/ |
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()
|
D | rpcb_clnt.c | 1055 .procs = rpcb_procedures2, 1063 .procs = rpcb_procedures3, 1071 .procs = rpcb_procedures4,
|
/Linux-v5.10/tools/memory-model/scripts/ |
D | parseargs.sh | 113 --procs|--proc) 114 checkarg --procs "(number)" "$#" "$2" '^[0-9]\+$' '^--'
|
/Linux-v5.10/samples/bpf/ |
D | test_cgrp2_sock.sh | 53 echo $$ >> ${CGRP_MNT}/cgroup.procs 93 echo $$ > ${CGRP_MNT}/sockopts/cgroup.procs
|
D | test_cgrp2_sock2.sh | 21 echo $$ >> /tmp/cgroupv2/foo/cgroup.procs
|
D | tcp_bpf.readme | 9 echo $$ >> /tmp/cgroupv2/foo/cgroup.procs
|
D | do_hbm_test.sh | 207 echo $$ >> $cg_dir/cgroup.procs
|
/Linux-v5.10/tools/testing/selftests/vm/ |
D | write_hugetlb_memory.sh | 17 echo $$ > /dev/cgroup/memory/"$cgroup"/cgroup.procs
|
D | hugetlb_reparenting_test.sh | 147 echo $$ >$CGROUP_ROOT/$cgroup/cgroup.procs 155 echo $$ >$CGROUP_ROOT/cgroup.procs
|
D | charge_reserved_hugetlb.sh | 40 echo $$ >$cgroup_path/cgroup.procs
|
/Linux-v5.10/include/uapi/linux/ |
D | sysinfo.h | 17 __u16 procs; /* Number of current processes */ member
|
/Linux-v5.10/Documentation/admin-guide/cgroup-v1/ |
D | pids.rst | 53 # echo $$ > /sys/fs/cgroup/pids/parent/cgroup.procs 71 # echo $$ > /sys/fs/cgroup/pids/parent/child/cgroup.procs
|
D | cgroups.rst | 240 - cgroup.procs: list of thread group IDs in the cgroup. This list is 418 cgroup.procs notify_on_release tasks 457 You can use the cgroup.procs file instead of the tasks file to move all 459 threadgroup to cgroup.procs causes all tasks in that threadgroup to be 460 attached to the cgroup. Writing 0 to cgroup.procs moves all tasks
|
/Linux-v5.10/Documentation/networking/ |
D | ip_dynaddr.rst | 8 dynamically changing packet source address (and socket's if local procs).
|
/Linux-v5.10/fs/nfs/ |
D | mount_clnt.c | 513 .procs = mnt_procedures, 521 .procs = mnt3_procedures,
|
D | nfs2xdr.c | 1154 .procs = nfs_procedures,
|
D | nfs3xdr.c | 2551 .procs = nfs3_procedures, 2581 .procs = nfs3_acl_procedures,
|
/Linux-v5.10/fs/lockd/ |
D | clntxdr.c | 584 .procs = nlm_procedures, 592 .procs = nlm_procedures,
|
D | mon.c | 562 .procs = nsm_procedures,
|
D | clnt4xdr.c | 586 .procs = nlm4_procedures,
|
/Linux-v5.10/include/linux/sunrpc/ |
D | clnt.h | 100 const struct rpc_procinfo *procs; /* procedure array */ member
|
/Linux-v5.10/Documentation/admin-guide/ |
D | cgroup-v2.rst | 216 "cgroup.procs". When read, it lists the PIDs of all processes which 222 target cgroup's "cgroup.procs" file. Only one process can be migrated 231 zombie process does not appear in "cgroup.procs" and thus can't be 332 behaves the same way as "cgroup.procs". While "cgroup.threads" can be 340 "cgroup.procs" in a threaded domain cgroup contains the PIDs of all 342 However, "cgroup.procs" can be written to from anywhere in the subtree 474 user by granting write access of the directory and its "cgroup.procs", 483 kernel rejects writes to all files other than "cgroup.procs" and 509 "cgroup.procs" file. 511 - The writer must have write access to the "cgroup.procs" file. [all …]
|
/Linux-v5.10/net/sunrpc/auth_gss/ |
D | gss_rpc_upcall.c | 380 .procs = gssp_procedures,
|
/Linux-v5.10/net/ipv6/ |
D | exthdrs.c | 114 static bool ip6_parse_tlv(const struct tlvtype_proc *procs, in ip6_parse_tlv() argument 176 for (curr = procs; curr->type >= 0; curr++) { in ip6_parse_tlv()
|
/Linux-v5.10/kernel/ |
D | sys.c | 2571 info->procs = nr_threads; in do_sysinfo() 2642 u16 procs; member 2689 s_32.procs = s.procs; in COMPAT_SYSCALL_DEFINE1()
|