Home
last modified time | relevance | path

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

12

/Linux-v5.4/net/sunrpc/
Dstats.c204 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()
Drpcb_clnt.c1140 .procs = rpcb_procedures2,
1148 .procs = rpcb_procedures3,
1156 .procs = rpcb_procedures4,
Dclnt.c399 clnt->cl_procinfo = version->procs; in rpc_new_client()
/Linux-v5.4/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
Ddo_hbm_test.sh207 echo $$ >> $cg_dir/cgroup.procs
/Linux-v5.4/tools/memory-model/scripts/
Dparseargs.sh113 --procs|--proc)
114 checkarg --procs "(number)" "$#" "$2" '^[0-9]\+$' '^--'
/Linux-v5.4/include/uapi/linux/
Dsysinfo.h17 __u16 procs; /* Number of current processes */ member
/Linux-v5.4/Documentation/admin-guide/cgroup-v1/
Dpids.rst53 # echo $$ > /sys/fs/cgroup/pids/parent/cgroup.procs
71 # echo $$ > /sys/fs/cgroup/pids/parent/child/cgroup.procs
Dcgroups.rst240 - 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/
Dip_dynaddr.txt4 dynamically changing packet source address (and socket's if local procs).
/Linux-v5.4/fs/nfs/
Dmount_clnt.c514 .procs = mnt_procedures,
522 .procs = mnt3_procedures,
Dnfs3xdr.c2552 .procs = nfs3_procedures,
2582 .procs = nfs3_acl_procedures,
Dnfs2xdr.c1159 .procs = nfs_procedures,
/Linux-v5.4/fs/lockd/
Dclntxdr.c584 .procs = nlm_procedures,
592 .procs = nlm_procedures,
Dmon.c562 .procs = nsm_procedures,
Dclnt4xdr.c586 .procs = nlm4_procedures,
/Linux-v5.4/include/linux/sunrpc/
Dclnt.h94 const struct rpc_procinfo *procs; /* procedure array */ member
/Linux-v5.4/Documentation/admin-guide/
Dcgroup-v2.rst203 "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/
Dgss_rpc_upcall.c380 .procs = gssp_procedures,
/Linux-v5.4/net/ipv6/
Dexthdrs.c113 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/
Dsys.c2526 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/
Dnfs4callback.c799 .procs = nfs4_cb_procedures,
/Linux-v5.4/kernel/debug/kdb/
Dkdb_main.c2501 val->procs = nr_threads-1; in kdb_sysinfo()

12