Home
last modified time | relevance | path

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

12

/Linux-v4.19/net/sunrpc/
Dstats.c201 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()
Drpcb_clnt.c1125 .procs = rpcb_procedures2,
1133 .procs = rpcb_procedures3,
1141 .procs = rpcb_procedures4,
Dclnt.c397 clnt->cl_procinfo = version->procs; in rpc_new_client()
/Linux-v4.19/samples/bpf/
Dtest_cgrp2_sock.sh53 echo $$ >> ${CGRP_MNT}/cgroup.procs
93 echo $$ > ${CGRP_MNT}/sockopts/cgroup.procs
Dtest_cgrp2_sock2.sh21 echo $$ >> /tmp/cgroupv2/foo/cgroup.procs
Dtcp_bpf.readme9 echo $$ >> /tmp/cgroupv2/foo/cgroup.procs
/Linux-v4.19/include/uapi/linux/
Dsysinfo.h17 __u16 procs; /* Number of current processes */ member
/Linux-v4.19/Documentation/cgroup-v1/
Dpids.txt46 # echo $$ > /sys/fs/cgroup/pids/parent/cgroup.procs
64 # echo $$ > /sys/fs/cgroup/pids/parent/child/cgroup.procs
Dcgroups.txt236 - 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
Dcpusets.txt736 cgroup.procs cpuset.memory_spread_slab
Dmemory.txt58 cgroup.procs # show list of processes
/Linux-v4.19/Documentation/networking/
Dip_dynaddr.txt4 dynamically changing packet source address (and socket's if local procs).
/Linux-v4.19/fs/nfs/
Dmount_clnt.c512 .procs = mnt_procedures,
520 .procs = mnt3_procedures,
Dnfs3xdr.c2593 .procs = nfs3_procedures,
2623 .procs = nfs3_acl_procedures,
Dnfs2xdr.c1183 .procs = nfs_procedures,
/Linux-v4.19/include/linux/sunrpc/
Dclnt.h91 const struct rpc_procinfo *procs; /* procedure array */ member
/Linux-v4.19/fs/lockd/
Dclntxdr.c608 .procs = nlm_procedures,
616 .procs = nlm_procedures,
Dmon.c561 .procs = nsm_procedures,
Dclnt4xdr.c610 .procs = nlm4_procedures,
/Linux-v4.19/Documentation/admin-guide/
Dcgroup-v2.rst192 "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/
Dgss_rpc_upcall.c393 .procs = gssp_procedures,
/Linux-v4.19/net/ipv6/
Dexthdrs.c117 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/
Dsys.c2516 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/
Dnfs4callback.c719 .procs = nfs4_cb_procedures,
/Linux-v4.19/kernel/debug/kdb/
Dkdb_main.c2516 val->procs = nr_threads-1; in kdb_sysinfo()

12