Home
last modified time | relevance | path

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

/linux-4.4.14/net/sunrpc/
Dstats.c59 vers->procs[j].p_count); in rpc_proc_show()
193 struct rpc_procinfo *procs) in _print_name() argument
195 if (procs[op].p_name) in _print_name()
196 seq_printf(seq, "\t%12s: ", procs[op].p_name); in _print_name()
Drpcb_clnt.c1120 .procs = rpcb_procedures2
1126 .procs = rpcb_procedures3
1132 .procs = rpcb_procedures4
Dclnt.c392 clnt->cl_procinfo = version->procs; in rpc_new_client()
/linux-4.4.14/include/uapi/linux/
Dsysinfo.h16 __u16 procs; /* Number of current processes */ member
/linux-4.4.14/Documentation/cgroups/
Dpids.txt46 # echo $$ > /sys/fs/cgroup/pids/parent/cgroup.procs
64 # echo $$ > /sys/fs/cgroup/pids/parent/child/cgroup.procs
Dunified-hierarchy.txt253 access of the directory and its "cgroup.procs" file to the user. Note
272 On the unified hierarchy, to write to a "cgroup.procs" file, in
274 writer must also have write access to the "cgroup.procs" file of the
295 "cgroup.procs" file of a cgroup and its uid agrees with the target, it
304 "C00/cgroup.procs". U0 obviously has write access to the file and
308 "cgroup.procs" and thus be denied with -EACCES.
364 granularity. Use the "cgroup.procs" file instead.
366 - The "cgroup.procs" file is not sorted. pids will be unique unless
605 "cgroup.procs" interface file; however, all operations which affect
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
Dmemory.txt58 cgroup.procs # show list of processes
Dcpusets.txt736 cgroup.procs cpuset.memory_spread_slab
/linux-4.4.14/Documentation/networking/
Dip_dynaddr.txt4 dynamically changing packet source address (and socket's if local procs).
/linux-4.4.14/include/linux/sunrpc/
Dclnt.h88 struct rpc_procinfo * procs; /* procedure array */ member
/linux-4.4.14/fs/nfs/
Dmount_clnt.c509 .procs = mnt_procedures,
515 .procs = mnt3_procedures,
Dnfs2xdr.c1150 .procs = nfs_procedures
Dnfs3xdr.c2534 .procs = nfs3_procedures
2563 .procs = nfs3_acl_procedures,
Dnfs4xdr.c7524 .procs = nfs4_procedures
/linux-4.4.14/fs/lockd/
Dclntxdr.c596 .procs = nlm_procedures,
602 .procs = nlm_procedures,
Dmon.c556 .procs = nsm_procedures
Dclnt4xdr.c598 .procs = nlm4_procedures,
/linux-4.4.14/net/ipv6/
Dexthdrs.c97 static bool ip6_parse_tlv(const struct tlvtype_proc *procs, struct sk_buff *skb) in ip6_parse_tlv() argument
145 for (curr = procs; curr->type >= 0; curr++) { in ip6_parse_tlv()
/linux-4.4.14/net/sunrpc/auth_gss/
Dgss_rpc_upcall.c368 .procs = gssp_procedures,
/linux-4.4.14/kernel/
Dsys.c2306 info->procs = nr_threads; in do_sysinfo()
2377 u16 procs; member
2423 __put_user(s.procs, &info->procs) || in COMPAT_SYSCALL_DEFINE1()
/linux-4.4.14/fs/nfsd/
Dnfs4callback.c658 .procs = nfs4_cb_procedures
/linux-4.4.14/kernel/debug/kdb/
Dkdb_main.c2529 val->procs = nr_threads-1; in kdb_sysinfo()