/linux-4.4.14/Documentation/cgroups/ |
D | pids.txt | 8 new tasks from being fork()'d or clone()'d after a certain limit is reached. 26 policy through fork() or clone(). fork() and clone() will return -EAGAIN if the 57 sh: fork: Resource temporary unavailable 72 sh: fork: Resource temporary unavailable 81 sh: fork: Resource temporary unavailable 84 sh: fork: Resource temporary unavailable
|
D | cgroups.txt | 198 - in fork and exit, to attach and detach a task from its css_set. 256 The attachment of each task, automatically inherited at fork by any 319 7) fork, exec or clone the job tasks from this founding father task. 598 fork. If this method returns 0 (success) then this should remain valid 632 void fork(struct task_struct *task)
|
D | cpusets.txt | 142 - in fork and exit, to attach and detach a task from its cpuset. 194 The attachment of each task, automatically inherited at fork by any 677 6) fork, exec or clone the job tasks from this founding father task.
|
/linux-4.4.14/tools/perf/util/ |
D | event.c | 193 memset(&event->fork, 0, sizeof(event->fork) + machine->id_hdr_size); in perf_event__synthesize_fork() 201 event->fork.ppid = ppid; in perf_event__synthesize_fork() 202 event->fork.ptid = ppid; in perf_event__synthesize_fork() 204 event->fork.ppid = tgid; in perf_event__synthesize_fork() 205 event->fork.ptid = tgid; in perf_event__synthesize_fork() 207 event->fork.pid = tgid; in perf_event__synthesize_fork() 208 event->fork.tid = pid; in perf_event__synthesize_fork() 209 event->fork.header.type = PERF_RECORD_FORK; in perf_event__synthesize_fork() 211 event->fork.header.size = (sizeof(event->fork) + machine->id_hdr_size); in perf_event__synthesize_fork() 502 fork_event = malloc(sizeof(fork_event->fork) + machine->id_hdr_size); in perf_event__synthesize_thread_map() [all …]
|
D | build-id.c | 57 event->fork.pid, in perf_event__exit_del_thread() 58 event->fork.tid); in perf_event__exit_del_thread() 60 dump_printf("(%d:%d):(%d:%d)\n", event->fork.pid, event->fork.tid, in perf_event__exit_del_thread() 61 event->fork.ppid, event->fork.ptid); in perf_event__exit_del_thread() 75 .fork = perf_event__process_fork,
|
D | session.c | 309 if (tool->fork == NULL) in perf_tool__fill_defaults() 310 tool->fork = process_event_stub; in perf_tool__fill_defaults() 418 event->fork.pid = bswap_32(event->fork.pid); in perf_event__task_swap() 419 event->fork.tid = bswap_32(event->fork.tid); in perf_event__task_swap() 420 event->fork.ppid = bswap_32(event->fork.ppid); in perf_event__task_swap() 421 event->fork.ptid = bswap_32(event->fork.ptid); in perf_event__task_swap() 422 event->fork.time = bswap_64(event->fork.time); in perf_event__task_swap() 425 swap_sample_id_all(event, &event->fork + 1); in perf_event__task_swap() 1086 return tool->fork(tool, event, sample, machine); in machines__deliver_event()
|
D | tool.h | 43 fork, member
|
D | machine.c | 1393 event->fork.pid, in machine__process_fork_event() 1394 event->fork.tid); in machine__process_fork_event() 1396 event->fork.ppid, in machine__process_fork_event() 1397 event->fork.ptid); in machine__process_fork_event() 1409 if (parent->pid_ != (pid_t)event->fork.ppid) { in machine__process_fork_event() 1414 parent = machine__findnew_thread(machine, event->fork.ppid, in machine__process_fork_event() 1415 event->fork.ptid); in machine__process_fork_event() 1424 thread = machine__findnew_thread(machine, event->fork.pid, in machine__process_fork_event() 1425 event->fork.tid); in machine__process_fork_event() 1442 event->fork.pid, in machine__process_exit_event() [all …]
|
D | python.c | 127 pevent->event.fork.pid, in pyrf_task_event__repr() 128 pevent->event.fork.ppid, in pyrf_task_event__repr() 129 pevent->event.fork.tid, in pyrf_task_event__repr() 130 pevent->event.fork.ptid, in pyrf_task_event__repr() 131 pevent->event.fork.time); in pyrf_task_event__repr()
|
D | run-command.c | 71 cmd->pid = fork(); in start_command()
|
D | event.h | 364 struct fork_event fork; member
|
D | intel-bts.c | 626 err = intel_bts_process_tid_exit(bts, event->fork.tid); in intel_bts_process_event()
|
D | data-convert-bt.c | 1119 .fork = perf_event__process_fork, in bt_convert__perf2ctf()
|
D | evlist.c | 1518 evlist->workload.pid = fork(); in perf_evlist__prepare_workload()
|
D | intel-pt.c | 1669 event->fork.tid, in intel_pt_process_event()
|
/linux-4.4.14/fs/hfsplus/ |
D | inode.c | 439 void hfsplus_inode_read_fork(struct inode *inode, struct hfsplus_fork_raw *fork) in hfsplus_inode_read_fork() argument 447 memcpy(&hip->first_extents, &fork->extents, sizeof(hfsplus_extent_rec)); in hfsplus_inode_read_fork() 449 count += be32_to_cpu(fork->extents[i].block_count); in hfsplus_inode_read_fork() 455 hip->alloc_blocks = be32_to_cpu(fork->total_blocks); in hfsplus_inode_read_fork() 456 hip->phys_size = inode->i_size = be64_to_cpu(fork->total_size); in hfsplus_inode_read_fork() 461 be32_to_cpu(fork->clump_size) >> sbi->alloc_blksz_shift; in hfsplus_inode_read_fork() 470 struct hfsplus_fork_raw *fork) in hfsplus_inode_write_fork() argument 472 memcpy(&fork->extents, &HFSPLUS_I(inode)->first_extents, in hfsplus_inode_write_fork() 474 fork->total_size = cpu_to_be64(inode->i_size); in hfsplus_inode_write_fork() 475 fork->total_blocks = cpu_to_be32(HFSPLUS_I(inode)->alloc_blocks); in hfsplus_inode_write_fork()
|
D | super.c | 102 struct hfsplus_fork_raw *fork; in hfsplus_system_write_inode() local 107 fork = &vhdr->ext_file; in hfsplus_system_write_inode() 111 fork = &vhdr->cat_file; in hfsplus_system_write_inode() 115 fork = &vhdr->alloc_file; in hfsplus_system_write_inode() 118 fork = &vhdr->start_file; in hfsplus_system_write_inode() 121 fork = &vhdr->attr_file; in hfsplus_system_write_inode() 128 if (fork->total_size != cpu_to_be64(inode->i_size)) { in hfsplus_system_write_inode() 132 hfsplus_inode_write_fork(inode, fork); in hfsplus_system_write_inode()
|
D | catalog.c | 325 struct hfsplus_fork_raw fork; in hfsplus_delete_cat() local 367 hfs_bnode_read(fd.bnode, &fork, off, sizeof(fork)); in hfsplus_delete_cat() 368 hfsplus_free_fork(sb, cnid, &fork, HFSPLUS_TYPE_DATA); in hfsplus_delete_cat() 373 hfs_bnode_read(fd.bnode, &fork, off, sizeof(fork)); in hfsplus_delete_cat() 374 hfsplus_free_fork(sb, cnid, &fork, HFSPLUS_TYPE_RSRC); in hfsplus_delete_cat()
|
D | extents.c | 387 struct hfsplus_fork_raw *fork, int type) in hfsplus_free_fork() argument 394 total_blocks = be32_to_cpu(fork->total_blocks); in hfsplus_free_fork() 400 blocks += be32_to_cpu(fork->extents[i].block_count); in hfsplus_free_fork() 402 res = hfsplus_free_extents(sb, fork->extents, blocks, blocks); in hfsplus_free_fork()
|
D | hfsplus_fs.h | 470 struct hfsplus_fork_raw *fork, int type); 482 struct hfsplus_fork_raw *fork); 484 struct hfsplus_fork_raw *fork);
|
/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/ |
D | llog_cat.c | 196 int startidx, bool fork) in llog_cat_process_or_fork() argument 217 &d, &cd, fork); in llog_cat_process_or_fork() 224 &d, &cd, fork); in llog_cat_process_or_fork() 227 &d, NULL, fork); in llog_cat_process_or_fork()
|
D | llog_internal.h | 74 llog_cb_t cb, void *data, void *catdata, bool fork);
|
D | llog.c | 363 llog_cb_t cb, void *data, void *catdata, bool fork) in llog_process_or_fork() argument 378 if (fork) { in llog_process_or_fork()
|
/linux-4.4.14/drivers/connector/ |
D | cn_proc.c | 85 ev->event_data.fork.parent_pid = parent->pid; in proc_fork_connector() 86 ev->event_data.fork.parent_tgid = parent->tgid; in proc_fork_connector() 88 ev->event_data.fork.child_pid = task->pid; in proc_fork_connector() 89 ev->event_data.fork.child_tgid = task->tgid; in proc_fork_connector()
|
D | Kconfig | 20 events such as fork, exec, id change (uid, gid, suid, etc), and exit.
|
/linux-4.4.14/tools/testing/selftests/timers/ |
D | skew_consistency.c | 62 pid = fork(); in main()
|
D | clocksource-switch.c | 163 pid = fork(); in main()
|
/linux-4.4.14/tools/testing/selftests/powerpc/pmu/ebb/ |
D | fork_cleanup_test.c | 65 pid = fork(); in fork_cleanup()
|
D | ebb_on_child_test.c | 55 pid = fork(); in ebb_on_child()
|
D | task_event_vs_ebb_test.c | 48 pid = fork(); in task_event_vs_ebb()
|
D | ebb_on_willing_child_test.c | 62 pid = fork(); in ebb_on_willing_child()
|
D | ebb_vs_cpu_event_test.c | 53 pid = fork(); in ebb_vs_cpu_event()
|
D | cpu_event_vs_ebb_test.c | 53 pid = fork(); in cpu_event_vs_ebb()
|
D | task_event_pinned_vs_ebb_test.c | 50 pid = fork(); in task_event_pinned_vs_ebb()
|
D | cpu_event_pinned_vs_ebb_test.c | 55 pid = fork(); in cpu_event_pinned_vs_ebb()
|
D | multi_ebb_procs_test.c | 89 pids[i] = fork(); in multi_ebb_procs()
|
/linux-4.4.14/Documentation/prctl/ |
D | disable-tsc-on-off-stress-test.c | 88 if (fork() == 0) in main()
|
D | disable-tsc-ctxt-sw-stress-test.c | 84 if (fork() == 0) in main()
|
D | no_new_privs.txt | 20 can set no_new_privs. Once the bit is set, it is inherited across fork,
|
D | seccomp_filter.txt | 65 If fork/clone and execve are allowed by @prog, any child
|
/linux-4.4.14/tools/testing/selftests/powerpc/dscr/ |
D | dscr_inherit_test.c | 51 pid = fork(); in dscr_inherit()
|
D | dscr_inherit_exec_test.c | 71 pid = fork(); in dscr_inherit_exec()
|
/linux-4.4.14/tools/perf/ |
D | builtin-script.c | 822 thread = machine__findnew_thread(machine, event->fork.pid, event->fork.tid); in process_fork_event() 830 sample->time = event->fork.time; in process_fork_event() 831 sample->tid = event->fork.tid; in process_fork_event() 832 sample->pid = event->fork.pid; in process_fork_event() 851 thread = machine__findnew_thread(machine, event->fork.pid, event->fork.tid); in process_exit_event() 860 sample->tid = event->fork.tid; in process_exit_event() 861 sample->pid = event->fork.pid; in process_exit_event() 975 script->tool.fork = process_fork_event; in __cmd_script() 1718 .fork = perf_event__process_fork, in cmd_script() 1875 pid = fork(); in cmd_script()
|
D | builtin-timechart.c | 327 pid_fork(tchart, event->fork.pid, event->fork.ppid, event->fork.time); in process_fork_event() 337 pid_exit(tchart, event->fork.pid, event->fork.time); in process_exit_event() 1925 .fork = process_fork_event, in cmd_timechart()
|
D | builtin-mem.c | 266 .fork = perf_event__process_fork, in cmd_mem()
|
D | builtin-sched.c | 767 child = machine__findnew_thread(machine, event->fork.pid, in replay_fork_event() 768 event->fork.tid); in replay_fork_event() 769 parent = machine__findnew_thread(machine, event->fork.ppid, in replay_fork_event() 770 event->fork.ptid); in replay_fork_event() 1788 .fork = perf_sched__process_fork_event, in cmd_sched()
|
D | builtin-inject.c | 578 inject->tool.fork = perf_event__repipe_fork; in __cmd_inject() 675 .fork = perf_event__repipe, in cmd_inject()
|
D | builtin-annotate.c | 290 .fork = perf_event__process_fork, in cmd_annotate()
|
D | builtin-report.c | 654 .fork = perf_event__process_fork, in cmd_report()
|
D | builtin-record.c | 1005 .fork = perf_event__process_fork,
|
D | builtin-diff.c | 366 .fork = perf_event__process_fork,
|
D | builtin-kvm.c | 1336 kvm->tool.fork = perf_event__process_fork; in kvm_events_live()
|
D | builtin-trace.c | 2753 trace->tool.fork = perf_event__process_fork; in trace__replay()
|
/linux-4.4.14/arch/um/include/asm/ |
D | processor-generic.h | 35 } fork, exec; member
|
/linux-4.4.14/include/uapi/linux/ |
D | cn_proc.h | 77 } fork; member
|
/linux-4.4.14/Documentation/devicetree/bindings/dma/ |
D | ste-coh901318.txt | 3 This is a DMA controller which has begun as a fork of the
|
/linux-4.4.14/tools/perf/scripts/python/ |
D | sched-migration.py | 208 def wake_up(self, ts_list, pid, cpu, fork): argument 210 if fork: 353 def wake_up(self, headers, comm, pid, success, target_cpu, fork): argument 357 ts.wake_up(self.timeslices, pid, target_cpu, fork)
|
/linux-4.4.14/tools/testing/selftests/kcmp/ |
D | kcmp_test.c | 42 pid2 = fork(); in main()
|
/linux-4.4.14/tools/testing/selftests/mount/ |
D | unprivileged-remount-test.c | 186 child = fork(); in test_unpriv_remount() 264 child = fork(); in test_priv_mount_unpriv_remount()
|
/linux-4.4.14/tools/perf/arch/x86/tests/ |
D | intel-cqm.c | 16 pid = fork(); in spawn()
|
D | rdpmc.c | 159 pid = fork(); in test__rdpmc()
|
/linux-4.4.14/tools/testing/selftests/powerpc/ |
D | harness.c | 35 pid = fork(); in run_test()
|
/linux-4.4.14/Documentation/ko_KR/ |
D | stable_api_nonsense.txt | 10 a fork. So if you have any comments or updates for this file please
|
D | HOWTO | 9 a fork. So if you have any comments or updates for this file please
|
/linux-4.4.14/Documentation/ |
D | nommu-mmap.txt | 12 Memory mapping behaviour also involves the way fork(), vfork(), clone() and 13 ptrace() work. Under uClinux there is no fork(), and clone() must be supplied 22 across fork. 30 shared across fork() or clone() without CLONE_VM in the MMU case. Since 37 the underlying file are reflected in the mapping; copied across fork. 73 mapping; shared across fork.
|
D | unshare.txt | 56 when creating a new process using fork or clone, unshare can benefit 91 works on an active task (as opposed to clone/fork working on a newly 93 changes to copy_* functions utilized by clone/fork system call. 130 when a new process is created using fork(2), while other parts, 175 clone(2), fork(2)
|
D | cachetlb.txt | 50 fork, and exec. 162 page table operations such as what happens during fork.
|
D | email-clients.txt | 259 fork, or in other words, the editor must not return before closing.
|
D | adding-syscalls.txt | 111 unexpected fork() and execve() in another thread could leak a descriptor to 387 different location (rt_sigreturn) or change the memory space (fork/vfork/clone)
|
/linux-4.4.14/tools/perf/bench/ |
D | sched-pipe.c | 134 pid = fork(); in bench_sched_pipe()
|
D | sched-messaging.c | 147 switch (fork()) { in create_worker()
|
D | numa.c | 1455 pid = fork(); in __bench_numa()
|
/linux-4.4.14/Documentation/ja_JP/ |
D | stable_kernel_rules.txt | 9 English natives and do no intended to fork. So, if you have any
|
D | stable_api_nonsense.txt | 11 fork. So if you have any comments or updates of this file, please try
|
D | SubmitChecklist | 11 fork. So if you have any comments or updates of this file, please try
|
D | HOWTO | 11 fork. So if you have any comments or updates for this file, please try
|
D | SubmittingPatches | 11 fork. So if you have any comments or updates of this file, please try
|
/linux-4.4.14/tools/testing/selftests/powerpc/pmu/ |
D | lib.c | 158 pid = fork(); in eat_cpu()
|
/linux-4.4.14/scripts/ |
D | docproc.c | 116 switch (pid=fork()) { in exec_kernel_doc() 375 switch (pid=fork()) { in find_all_symbols()
|
/linux-4.4.14/tools/testing/selftests/x86/ |
D | ldt_gdt.c | 280 pid_t child = fork(); in do_simple_tests() 544 pid_t child = fork(); in do_exec_test()
|
D | entry_from_vm86.c | 234 if (fork() > 0) in main()
|
D | test_syscall_vdso.c | 346 pid = fork(); in ptrace_me()
|
D | ptrace_syscall.c | 165 pid_t chld = fork(); in test_ptrace_syscall_restart()
|
/linux-4.4.14/tools/testing/selftests/ptrace/ |
D | peeksiginfo.c | 162 child = fork(); in main()
|
/linux-4.4.14/include/linux/ |
D | cgroup-defs.h | 440 void (*fork)(struct task_struct *task, void *priv); member
|
/linux-4.4.14/tools/perf/tests/ |
D | builtin-test.c | 208 int status, err = -1, child = fork(); in run_test()
|
/linux-4.4.14/Documentation/powerpc/ |
D | pmu-ebb.txt | 135 EBB events are not inherited across fork. If the child process wishes to use 137 BESCR/EBBHR/EBBRR is cleared across fork().
|
D | cxlflash.txt | 267 therefore each fork must be met with establishing a new context
|
/linux-4.4.14/tools/testing/selftests/breakpoints/ |
D | breakpoint_test.c | 381 pid = fork(); in main()
|
/linux-4.4.14/Documentation/vm/ |
D | overcommit-accounting | 73 o Account and check on fork
|
D | numa_memory_policy.txt | 43 it is inheritable, and indeed is inherited, across both fork() 85 they are inherited across fork(). However, because VMA policies refer 421 + set the task policy for a specified program via set_mempolicy(2), fork(2) and
|
/linux-4.4.14/kernel/ |
D | Makefile | 5 obj-y = fork.o exec_domain.o panic.o \
|
D | cgroup_freezer.c | 479 .fork = freezer_fork,
|
D | fork.c | 1788 SYSCALL_DEFINE0(fork) in SYSCALL_DEFINE0() argument
|
D | cgroup.c | 5258 have_fork_callback |= (bool)ss->fork << ss->id; in cgroup_init_subsys() 5658 ss->fork(child, subsys_canfork_priv(old_ss_priv, i)); in cgroup_post_fork()
|
/linux-4.4.14/tools/thermal/tmon/ |
D | tmon.c | 357 pid_t sid, pid = fork(); in start_daemon_mode()
|
/linux-4.4.14/arch/um/os-Linux/ |
D | start_up.c | 99 pid = fork(); in start_ptraced_child()
|
/linux-4.4.14/Documentation/filesystems/ |
D | hfs.txt | 64 along with the corresponding data fork or directory.
|
D | proc.txt | 483 dc - do not copy area on fork 1318 includes (but is not limited to) those created by calls to the fork() and
|
/linux-4.4.14/tools/testing/selftests/capabilities/ |
D | test_execve.c | 172 pid_t child = fork(); in fork_wait()
|
/linux-4.4.14/samples/bpf/ |
D | test_maps.c | 192 pid[i] = fork(); in run_parallel()
|
/linux-4.4.14/drivers/staging/lustre/lustre/include/ |
D | lustre_log.h | 92 llog_cb_t cb, void *data, void *catdata, bool fork);
|
/linux-4.4.14/Documentation/mic/mpssd/ |
D | mpssd.c | 165 pid = fork(); in tap_configure() 196 pid = fork(); in tap_configure() 1676 mic->pid = fork(); in init_mic() 1804 pid = fork(); in main()
|
/linux-4.4.14/Documentation/block/ |
D | ioprio.txt | 48 are inherited on fork, so you can use ionice to start the process at a given
|
/linux-4.4.14/tools/testing/selftests/exec/ |
D | execveat.c | 78 child = fork(); in check_execveat_invoked_rc()
|
/linux-4.4.14/tools/power/cpupower/utils/idle_monitor/ |
D | cpupower-monitor.c | 284 child_pid = fork(); in fork_it()
|
/linux-4.4.14/tools/lguest/ |
D | lguest.txt | 9 make it useful for specific tasks, and, of course, you are encouraged to fork
|
/linux-4.4.14/Documentation/accounting/ |
D | getdelays.c | 343 tid = fork(); in main()
|
/linux-4.4.14/tools/testing/selftests/seccomp/ |
D | test_harness.h | 460 child_pid = fork(); in __run_test()
|
D | seccomp_bpf.c | 1093 tracer_pid = fork(); in setup_trace_fixture() 2072 child_pid = fork(); in TEST()
|
/linux-4.4.14/tools/usb/usbip/src/ |
D | usbipd.c | 336 childpid = fork(); in process_request()
|
/linux-4.4.14/arch/m68k/kernel/ |
D | entry.S | 100 | After a fork we jump here directly from resume,
|
/linux-4.4.14/arch/powerpc/include/asm/ |
D | systbl.h | 8 PPC_SYS(fork)
|
/linux-4.4.14/arch/x86/entry/syscalls/ |
D | syscall_64.tbl | 66 57 common fork stub_fork
|
D | syscall_32.tbl | 11 2 i386 fork sys_fork sys_fork
|
/linux-4.4.14/arch/alpha/kernel/ |
D | entry.S | 811 fork_like fork
|
/linux-4.4.14/arch/frv/kernel/ |
D | entry.S | 862 # fork & co. return 0 to child
|
/linux-4.4.14/arch/cris/arch-v32/kernel/ |
D | entry.S | 78 ; Called at exit from fork. schedule_tail must be called to drop
|
/linux-4.4.14/arch/um/ |
D | Kconfig.net | 118 an improved fork of uml_switch.
|
/linux-4.4.14/tools/virtio/ |
D | vringh_test.c | 171 if (fork() != 0) { in parallel_test()
|
/linux-4.4.14/Documentation/ia64/ |
D | err_inject.txt | 857 pid=fork(); 937 perror("Error fork:");
|
/linux-4.4.14/arch/x86/entry/ |
D | entry_64.S | 367 FORK_LIKE fork
|
/linux-4.4.14/Documentation/security/ |
D | keys.txt | 156 clone, fork, vfork or execve occurs. A new keyring is created only when 160 clone, fork, vfork unless CLONE_THREAD is supplied, in which case it is 164 The session-specific keyring is persistent across clone, fork, vfork and 727 Note that this setting is inherited across fork/exec. 766 The assumed authoritative key is inherited across fork and exec.
|
/linux-4.4.14/Documentation/networking/ |
D | packet_mmap.txt | 715 pid_t pid = fork(); 722 perror("fork");
|
D | ppp_generic.txt | 307 instance (i.e. as a result of dup(), dup2() or fork()).
|
/linux-4.4.14/Documentation/sysctl/ |
D | kernel.txt | 639 lives in) pid namespace. When selecting a pid for a next task on fork 890 using fork().
|
D | vm.txt | 752 "fork: Cannot allocate memory".
|
/linux-4.4.14/fs/xfs/libxfs/ |
D | xfs_bmap.c | 1431 int fork, /* data or attr fork */ in xfs_bmap_search_extents() argument 1441 ifp = XFS_IFORK_PTR(ip, fork); in xfs_bmap_search_extents() 1446 !(XFS_IS_REALTIME_INODE(ip) && fork == XFS_DATA_FORK))) { in xfs_bmap_search_extents()
|
/linux-4.4.14/arch/parisc/kernel/ |
D | entry.S | 1735 fork_like fork
|
/linux-4.4.14/Documentation/scheduler/ |
D | sched-deadline.txt | 427 -deadline task cannot fork.
|
/linux-4.4.14/tools/power/x86/turbostat/ |
D | turbostat.c | 3078 child_pid = fork(); in fork_it()
|
/linux-4.4.14/init/ |
D | Kconfig | 963 cgroup. Any attempt to fork more processes than is allowed in the 972 since the PIDs limit only affects a process's ability to fork, not to
|
/linux-4.4.14/kernel/sched/ |
D | core.c | 8594 .fork = cpu_cgroup_fork,
|
/linux-4.4.14/Documentation/trace/ |
D | ftrace.txt | 1831 if (fork() > 0) {
|
/linux-4.4.14/Documentation/virtual/kvm/ |
D | api.txt | 41 of fork() and the SCM_RIGHTS facility of unix domain socket. These
|
/linux-4.4.14/Documentation/virtual/uml/ |
D | UserModeLinux-HOWTO.txt | 3063 request = {op = 2, u = {exec = {ip = 1350467584, sp = 2952789424}, fork = {
|