/Linux-v5.4/net/sunrpc/ |
D | stats.c | 204 const struct rpc_procinfo *procs) in _print_name() argument 206 if (procs[op].p_name) in _print_name() 207 seq_printf(seq, "\t%12s: ", procs[op].p_name); in _print_name() 228 int op, const struct rpc_procinfo *procs) in _print_rpc_iostats() argument 230 _print_name(seq, op, procs); in _print_rpc_iostats()
|
D | rpcb_clnt.c | 1140 .procs = rpcb_procedures2, 1148 .procs = rpcb_procedures3, 1156 .procs = rpcb_procedures4,
|
D | clnt.c | 399 clnt->cl_procinfo = version->procs; in rpc_new_client()
|
/Linux-v5.4/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.4/tools/memory-model/scripts/ |
D | parseargs.sh | 113 --procs|--proc) 114 checkarg --procs "(number)" "$#" "$2" '^[0-9]\+$' '^--'
|
/Linux-v5.4/include/uapi/linux/ |
D | sysinfo.h | 17 __u16 procs; /* Number of current processes */ member
|
/Linux-v5.4/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.4/Documentation/networking/ |
D | ip_dynaddr.txt | 4 dynamically changing packet source address (and socket's if local procs).
|
/Linux-v5.4/fs/nfs/ |
D | mount_clnt.c | 514 .procs = mnt_procedures, 522 .procs = mnt3_procedures,
|
D | nfs3xdr.c | 2552 .procs = nfs3_procedures, 2582 .procs = nfs3_acl_procedures,
|
D | nfs2xdr.c | 1159 .procs = nfs_procedures,
|
/Linux-v5.4/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.4/include/linux/sunrpc/ |
D | clnt.h | 94 const struct rpc_procinfo *procs; /* procedure array */ member
|
/Linux-v5.4/Documentation/admin-guide/ |
D | cgroup-v2.rst | 203 "cgroup.procs". When read, it lists the PIDs of all processes which 209 target cgroup's "cgroup.procs" file. Only one process can be migrated 218 zombie process does not appear in "cgroup.procs" and thus can't be 319 behaves the same way as "cgroup.procs". While "cgroup.threads" can be 327 "cgroup.procs" in a threaded domain cgroup contains the PIDs of all 329 However, "cgroup.procs" can be written to from anywhere in the subtree 461 user by granting write access of the directory and its "cgroup.procs", 470 kernel rejects writes to all files other than "cgroup.procs" and 496 "cgroup.procs" file. 498 - The writer must have write access to the "cgroup.procs" file. [all …]
|
/Linux-v5.4/net/sunrpc/auth_gss/ |
D | gss_rpc_upcall.c | 380 .procs = gssp_procedures,
|
/Linux-v5.4/net/ipv6/ |
D | exthdrs.c | 113 static bool ip6_parse_tlv(const struct tlvtype_proc *procs, in ip6_parse_tlv() argument 175 for (curr = procs; curr->type >= 0; curr++) { in ip6_parse_tlv()
|
/Linux-v5.4/kernel/ |
D | sys.c | 2526 info->procs = nr_threads; in do_sysinfo() 2597 u16 procs; member 2643 __put_user(s.procs, &info->procs) || in COMPAT_SYSCALL_DEFINE1()
|
/Linux-v5.4/fs/nfsd/ |
D | nfs4callback.c | 799 .procs = nfs4_cb_procedures,
|
/Linux-v5.4/kernel/debug/kdb/ |
D | kdb_main.c | 2501 val->procs = nr_threads-1; in kdb_sysinfo()
|