/linux-6.1.9/tools/testing/selftests/sched/ |
D | cs_prctl_test.c | 72 static struct child_args procs[MAX_PROCESSES]; variable 97 kill(procs[pidx].cpid, 15); in __handle_error() 271 create_processes(num_processes, num_threads, procs); in main() 273 disp_processes(num_processes, procs); in main() 279 disp_processes(num_processes, procs); in main() 285 pid = procs[pidx].cpid; in main() 288 validate(get_cs_cookie(0) == get_cs_cookie(procs[pidx].thr_tids[0])); in main() 293 disp_processes(num_processes, procs); in main() 297 validate(get_cs_cookie(pid) == get_cs_cookie(procs[pidx].thr_tids[0])); in main() 303 disp_processes(num_processes, procs); in main() [all …]
|
/linux-6.1.9/scripts/ |
D | generate_initcall_order.pl | 27 my $procs = <$fh>; 30 if (!($procs =~ /^\d+$/)) { 34 return int($procs);
|
/linux-6.1.9/net/sunrpc/ |
D | stats.c | 203 const struct rpc_procinfo *procs) in _print_name() argument 205 if (procs[op].p_name) in _print_name() 206 seq_printf(seq, "\t%12s: ", procs[op].p_name); in _print_name() 227 int op, const struct rpc_procinfo *procs) in _print_rpc_iostats() argument 229 _print_name(seq, op, procs); in _print_rpc_iostats()
|
D | rpcb_clnt.c | 1058 .procs = rpcb_procedures2, 1066 .procs = rpcb_procedures3, 1074 .procs = rpcb_procedures4,
|
/linux-6.1.9/tools/memory-model/scripts/ |
D | parseargs.sh | 113 --procs|--proc) 114 checkarg --procs "(number)" "$#" "$2" '^[0-9]\+$' '^--'
|
/linux-6.1.9/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 | 24 echo $$ >> /tmp/cgroupv2/foo/cgroup.procs
|
D | tcp_bpf.readme | 9 echo $$ >> /tmp/cgroupv2/foo/cgroup.procs
|
D | do_hbm_test.sh | 218 echo $$ >> $cg_dir/cgroup.procs
|
/linux-6.1.9/tools/testing/selftests/cgroup/ |
D | test_cpuset_prs.sh | 107 ERRMSG=$((echo $$ > cgroup.procs) |& cat) 114 echo $$ > $CGROUP2/cgroup.procs # Move out the task 177 echo $$ > $CGROUP2/cgroup.procs 340 TFILE=$CGRP/cgroup.procs 422 echo 0 > $CGROUP2/cgroup.procs
|
/linux-6.1.9/tools/testing/selftests/vm/ |
D | write_hugetlb_memory.sh | 17 echo $$ > ${cgroup_path:-/dev/cgroup/memory}/"$cgroup"/cgroup.procs
|
D | hugetlb_reparenting_test.sh | 155 echo $$ >$CGROUP_ROOT/$cgroup/cgroup.procs 163 echo $$ >$CGROUP_ROOT/cgroup.procs
|
D | charge_reserved_hugetlb.sh | 47 echo $$ >$cgroup_path/cgroup.procs
|
/linux-6.1.9/include/uapi/linux/ |
D | sysinfo.h | 17 __u16 procs; /* Number of current processes */ member
|
/linux-6.1.9/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-6.1.9/Documentation/networking/ |
D | ip_dynaddr.rst | 8 dynamically changing packet source address (and socket's if local procs).
|
/linux-6.1.9/fs/nfs/ |
D | mount_clnt.c | 517 .procs = mnt_procedures, 525 .procs = mnt3_procedures,
|
/linux-6.1.9/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-6.1.9/kernel/cgroup/ |
D | cgroup-internal.h | 79 } procs; member
|
/linux-6.1.9/include/linux/sunrpc/ |
D | clnt.h | 105 const struct rpc_procinfo *procs; /* procedure array */ member
|
/linux-6.1.9/net/sunrpc/auth_gss/ |
D | gss_rpc_upcall.c | 386 .procs = gssp_procedures,
|
/linux-6.1.9/Documentation/admin-guide/ |
D | cgroup-v2.rst | 227 "cgroup.procs". When read, it lists the PIDs of all processes which 233 target cgroup's "cgroup.procs" file. Only one process can be migrated 242 zombie process does not appear in "cgroup.procs" and thus can't be 343 behaves the same way as "cgroup.procs". While "cgroup.threads" can be 351 "cgroup.procs" in a threaded domain cgroup contains the PIDs of all 353 However, "cgroup.procs" can be written to from anywhere in the subtree 485 user by granting write access of the directory and its "cgroup.procs", 494 kernel rejects writes to all files other than "cgroup.procs" and 520 "cgroup.procs" file. 522 - The writer must have write access to the "cgroup.procs" file. [all …]
|