/Linux-v4.19/net/sunrpc/ |
D | stats.c | 201 const struct rpc_procinfo *procs) in _print_name() argument 203 if (procs[op].p_name) in _print_name() 204 seq_printf(seq, "\t%12s: ", procs[op].p_name); in _print_name() 224 int op, const struct rpc_procinfo *procs) in _print_rpc_iostats() argument 226 _print_name(seq, op, procs); in _print_rpc_iostats()
|
D | rpcb_clnt.c | 1125 .procs = rpcb_procedures2, 1133 .procs = rpcb_procedures3, 1141 .procs = rpcb_procedures4,
|
D | clnt.c | 397 clnt->cl_procinfo = version->procs; in rpc_new_client()
|
/Linux-v4.19/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
|
/Linux-v4.19/include/uapi/linux/ |
D | sysinfo.h | 17 __u16 procs; /* Number of current processes */ member
|
/Linux-v4.19/Documentation/cgroup-v1/ |
D | pids.txt | 46 # echo $$ > /sys/fs/cgroup/pids/parent/cgroup.procs 64 # echo $$ > /sys/fs/cgroup/pids/parent/child/cgroup.procs
|
D | cgroups.txt | 236 - cgroup.procs: list of thread group IDs in the cgroup. This list is 407 cgroup.procs notify_on_release tasks 441 You can use the cgroup.procs file instead of the tasks file to move all 443 threadgroup to cgroup.procs causes all tasks in that threadgroup to be 444 attached to the cgroup. Writing 0 to cgroup.procs moves all tasks
|
D | cpusets.txt | 736 cgroup.procs cpuset.memory_spread_slab
|
D | memory.txt | 58 cgroup.procs # show list of processes
|
/Linux-v4.19/Documentation/networking/ |
D | ip_dynaddr.txt | 4 dynamically changing packet source address (and socket's if local procs).
|
/Linux-v4.19/fs/nfs/ |
D | mount_clnt.c | 512 .procs = mnt_procedures, 520 .procs = mnt3_procedures,
|
D | nfs3xdr.c | 2593 .procs = nfs3_procedures, 2623 .procs = nfs3_acl_procedures,
|
D | nfs2xdr.c | 1183 .procs = nfs_procedures,
|
/Linux-v4.19/include/linux/sunrpc/ |
D | clnt.h | 91 const struct rpc_procinfo *procs; /* procedure array */ member
|
/Linux-v4.19/fs/lockd/ |
D | clntxdr.c | 608 .procs = nlm_procedures, 616 .procs = nlm_procedures,
|
D | mon.c | 561 .procs = nsm_procedures,
|
D | clnt4xdr.c | 610 .procs = nlm4_procedures,
|
/Linux-v4.19/Documentation/admin-guide/ |
D | cgroup-v2.rst | 192 "cgroup.procs". When read, it lists the PIDs of all processes which 198 target cgroup's "cgroup.procs" file. Only one process can be migrated 207 zombie process does not appear in "cgroup.procs" and thus can't be 308 behaves the same way as "cgroup.procs". While "cgroup.threads" can be 316 "cgroup.procs" in a threaded domain cgroup contains the PIDs of all 318 However, "cgroup.procs" can be written to from anywhere in the subtree 450 user by granting write access of the directory and its "cgroup.procs", 459 kernel rejects writes to all files other than "cgroup.procs" and 485 "cgroup.procs" file. 487 - The writer must have write access to the "cgroup.procs" file. [all …]
|
/Linux-v4.19/net/sunrpc/auth_gss/ |
D | gss_rpc_upcall.c | 393 .procs = gssp_procedures,
|
/Linux-v4.19/net/ipv6/ |
D | exthdrs.c | 117 static bool ip6_parse_tlv(const struct tlvtype_proc *procs, in ip6_parse_tlv() argument 179 for (curr = procs; curr->type >= 0; curr++) { in ip6_parse_tlv()
|
/Linux-v4.19/kernel/ |
D | sys.c | 2516 info->procs = nr_threads; in do_sysinfo() 2587 u16 procs; member 2633 __put_user(s.procs, &info->procs) || in COMPAT_SYSCALL_DEFINE1()
|
/Linux-v4.19/fs/nfsd/ |
D | nfs4callback.c | 719 .procs = nfs4_cb_procedures,
|
/Linux-v4.19/kernel/debug/kdb/ |
D | kdb_main.c | 2516 val->procs = nr_threads-1; in kdb_sysinfo()
|