Home
last modified time | relevance | path

Searched refs:fork (Results 1 – 25 of 358) sorted by relevance

12345678910>>...15

/linux-6.3-rc2/tools/testing/selftests/ftrace/test.d/ftrace/
A Dfunc-filter-pid.tc12 if [ ! -f options/function-fork ]; then
21 orig_value=`grep function-fork trace_options`
49 echo nofunction-fork > trace_options
71 echo function-fork > trace_options
A Dfunc-filter-notrace-pid.tc11 if [ ! -f options/function-fork ]; then
20 orig_value=`grep function-fork trace_options`
49 echo nofunction-fork > trace_options
71 echo function-fork > trace_options
/linux-6.3-rc2/tools/testing/selftests/arm64/fp/
A DMakefile11 za-fork za-ptrace
22 EXTRA_CLEAN += $(OUTPUT)/asm-utils.o $(OUTPUT)/rdvl.o $(OUTPUT)/za-fork-asm.o
39 $(OUTPUT)/za-fork: za-fork.c $(OUTPUT)/za-fork-asm.o
/linux-6.3-rc2/Documentation/admin-guide/cgroup-v1/
A Dpids.rst9 new tasks from being fork()'d or clone()'d after a certain limit is reached.
27 policy through fork() or clone(). fork() and clone() will return -EAGAIN if the
39 - max: Number of times fork failed because limit was hit.
64 sh: fork: Resource temporary unavailable
79 sh: fork: Resource temporary unavailable
88 sh: fork: Resource temporary unavailable
91 sh: fork: Resource temporary unavailable
/linux-6.3-rc2/tools/testing/selftests/ftrace/test.d/event/
A Devent-pid.tc10 echo 0 > options/event-fork
20 echo 0 > options/event-fork
49 echo 1 > options/event-fork
A Devent-no-pid.tc11 echo 0 > options/event-fork
64 echo 0 > options/event-fork
92 echo 1 > options/event-fork
/linux-6.3-rc2/tools/testing/selftests/perf_events/
A Dremove_on_exec.c103 pid_t pid = fork(); in TEST_F()
131 pid_only_fork = fork(); in TEST_F()
139 pid_exec = fork(); in TEST_F()
179 pid_exec = fork(); in TEST_F()
204 pids[i] = fork(); in TEST_F()
/linux-6.3-rc2/Documentation/translations/zh_CN/mm/
A Dvmalloced-kernel-stacks.rst94 线程栈分配是由clone()、fork()、vfork()、kernel_thread()通过kernel_clone()
98 `kernel/fork.c <https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/kernel/fork
/linux-6.3-rc2/tools/testing/selftests/pid_namespace/
A Dregression_enomem.c31 pid = fork(); in TEST()
39 pid = fork(); in TEST()
/linux-6.3-rc2/tools/testing/selftests/powerpc/benchmarks/
A DMakefile2 TEST_GEN_PROGS := gettimeofday context_switch fork mmap_bench futex_bench null_syscall
18 $(OUTPUT)/fork: LDLIBS += -lpthread
A D.gitignore4 fork
/linux-6.3-rc2/tools/perf/bench/
A Dinject-buildid.c158 memset(&event, 0, sizeof(event.fork) + bench_id_hdr_size); in synthesize_fork()
162 event.header.size = sizeof(event.fork) + bench_id_hdr_size; in synthesize_fork()
164 event.fork.ppid = 1; in synthesize_fork()
165 event.fork.ptid = 1; in synthesize_fork()
166 event.fork.pid = data->pid; in synthesize_fork()
167 event.fork.tid = data->pid; in synthesize_fork()
290 data->pid = fork(); in setup_injection()
/linux-6.3-rc2/tools/testing/selftests/powerpc/math/
A Dfpu_syscall.c51 pid_t pid = fork(); in test_syscall_fpu()
56 pid2 = fork(); in test_syscall_fpu()
A Dvmx_syscall.c59 pid = fork(); in test_vmx_syscall()
62 pid2 = fork(); in test_vmx_syscall()
/linux-6.3-rc2/tools/testing/selftests/proc/
A Dproc-loadavg-001.c36 pid = fork(); in main()
56 pid = fork(); in main()
/linux-6.3-rc2/fs/hfsplus/
A Dinode.c463 void hfsplus_inode_read_fork(struct inode *inode, struct hfsplus_fork_raw *fork) in hfsplus_inode_read_fork() argument
471 memcpy(&hip->first_extents, &fork->extents, sizeof(hfsplus_extent_rec)); in hfsplus_inode_read_fork()
473 count += be32_to_cpu(fork->extents[i].block_count); in hfsplus_inode_read_fork()
479 hip->alloc_blocks = be32_to_cpu(fork->total_blocks); in hfsplus_inode_read_fork()
480 hip->phys_size = inode->i_size = be64_to_cpu(fork->total_size); in hfsplus_inode_read_fork()
485 be32_to_cpu(fork->clump_size) >> sbi->alloc_blksz_shift; in hfsplus_inode_read_fork()
494 struct hfsplus_fork_raw *fork) in hfsplus_inode_write_fork() argument
496 memcpy(&fork->extents, &HFSPLUS_I(inode)->first_extents, in hfsplus_inode_write_fork()
498 fork->total_size = cpu_to_be64(inode->i_size); in hfsplus_inode_write_fork()
499 fork->total_blocks = cpu_to_be32(HFSPLUS_I(inode)->alloc_blocks); in hfsplus_inode_write_fork()
A Dsuper.c104 struct hfsplus_fork_raw *fork; in hfsplus_system_write_inode() local
109 fork = &vhdr->ext_file; in hfsplus_system_write_inode()
113 fork = &vhdr->cat_file; in hfsplus_system_write_inode()
117 fork = &vhdr->alloc_file; in hfsplus_system_write_inode()
120 fork = &vhdr->start_file; in hfsplus_system_write_inode()
123 fork = &vhdr->attr_file; in hfsplus_system_write_inode()
130 if (fork->total_size != cpu_to_be64(inode->i_size)) { in hfsplus_system_write_inode()
134 hfsplus_inode_write_fork(inode, fork); in hfsplus_system_write_inode()
A Dcatalog.c334 struct hfsplus_fork_raw fork; in hfsplus_delete_cat() local
384 hfs_bnode_read(fd.bnode, &fork, off, sizeof(fork)); in hfsplus_delete_cat()
385 hfsplus_free_fork(sb, cnid, &fork, HFSPLUS_TYPE_DATA); in hfsplus_delete_cat()
390 hfs_bnode_read(fd.bnode, &fork, off, sizeof(fork)); in hfsplus_delete_cat()
391 hfsplus_free_fork(sb, cnid, &fork, HFSPLUS_TYPE_RSRC); in hfsplus_delete_cat()
/linux-6.3-rc2/tools/perf/Documentation/
A Dperf-test.txt35 --dont-fork::
36 Do not fork child for each test, run all tests within single process.
/linux-6.3-rc2/tools/testing/selftests/ptrace/
A Dvmaccess.c26 int f, pid = fork(); in TEST()
48 int s, k, pid = fork(); in TEST()
/linux-6.3-rc2/tools/perf/util/
A Ddata-convert-bt.c914 __FUNC_PROCESS_NON_SAMPLE(fork,
915 __NON_SAMPLE_SET_FIELD(fork, u32, pid);
916 __NON_SAMPLE_SET_FIELD(fork, u32, ppid);
917 __NON_SAMPLE_SET_FIELD(fork, u32, tid);
918 __NON_SAMPLE_SET_FIELD(fork, u32, ptid);
919 __NON_SAMPLE_SET_FIELD(fork, u64, time);
923 __NON_SAMPLE_SET_FIELD(fork, u32, pid);
924 __NON_SAMPLE_SET_FIELD(fork, u32, ppid);
925 __NON_SAMPLE_SET_FIELD(fork, u32, tid);
1264 __FUNC_ADD_NON_SAMPLE_EVENT_CLASS(fork,
[all …]
/linux-6.3-rc2/tools/testing/selftests/x86/
A Damx.c512 parent = fork(); in test_dynamic_state()
530 child = fork(); in test_dynamic_state()
561 grandchild = fork(); in test_dynamic_state()
635 child = fork(); in test_fork()
653 grandchild = fork(); in test_fork()
/linux-6.3-rc2/tools/testing/selftests/pidfd/
A Dpidfd_test.c106 pid = fork(); in test_pidfd_send_signal_exited_fail()
192 pid1 = fork(); in test_pidfd_send_signal_recycled_pid_fail()
209 pid2 = fork(); in test_pidfd_send_signal_recycled_pid_fail()
252 recycled_pid = fork(); in test_pidfd_send_signal_recycled_pid_fail()
/linux-6.3-rc2/tools/testing/selftests/cgroup/
A Dtest_stress.sh4 ./with_stress.sh -s subsys -s fork ${OUTPUT:-.}/test_core
/linux-6.3-rc2/drivers/connector/
A Dcn_proc.c86 ev->event_data.fork.parent_pid = parent->pid; in proc_fork_connector()
87 ev->event_data.fork.parent_tgid = parent->tgid; in proc_fork_connector()
89 ev->event_data.fork.child_pid = task->pid; in proc_fork_connector()
90 ev->event_data.fork.child_tgid = task->tgid; in proc_fork_connector()

Completed in 44 milliseconds

12345678910>>...15