Home
last modified time | relevance | path

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

12345678910

/Linux-v5.4/tools/testing/selftests/ftrace/test.d/ftrace/
Dfunc-filter-pid.tc25 if [ ! -f options/function-fork ]; then
34 orig_value=`grep function-fork trace_options`
62 echo nofunction-fork > trace_options
84 echo function-fork > trace_options
/Linux-v5.4/Documentation/admin-guide/cgroup-v1/
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-v5.4/tools/testing/selftests/ftrace/test.d/event/
Devent-pid.tc9 echo 0 > options/event-fork
29 echo 0 > options/event-fork
58 echo 1 > options/event-fork
/Linux-v5.4/fs/xfs/
Dxfs_aops.c26 int fork; member
436 if (wpc->fork == XFS_COW_FORK) in xfs_imap_valid()
477 error = xfs_bmapi_convert_delalloc(ip, wpc->fork, offset_fsb, in xfs_convert_blocks()
478 &wpc->imap, wpc->fork == XFS_COW_FORK ? in xfs_convert_blocks()
547 wpc->fork = XFS_COW_FORK; in xfs_map_blocks()
570 wpc->fork = XFS_DATA_FORK; in xfs_map_blocks()
596 trace_xfs_map_blocks_found(ip, offset, count, wpc->fork, &imap); in xfs_map_blocks()
608 if (error == -EAGAIN && wpc->fork == XFS_COW_FORK && !retries++) in xfs_map_blocks()
619 if (wpc->fork != XFS_COW_FORK && cow_fsb != NULLFILEOFF && in xfs_map_blocks()
625 trace_xfs_map_blocks_alloc(ip, offset, count, wpc->fork, &imap); in xfs_map_blocks()
[all …]
/Linux-v5.4/tools/testing/selftests/powerpc/benchmarks/
DMakefile2 TEST_GEN_PROGS := gettimeofday context_switch fork mmap_bench futex_bench null_syscall
16 $(OUTPUT)/fork: LDLIBS += -lpthread
D.gitignore3 fork
Dfork.c50 pid = fork(); in start_process_on()
88 pid_t pid = fork(); in bench_fork()
/Linux-v5.4/tools/testing/selftests/powerpc/math/
Dfpu_syscall.c51 pid_t pid = fork(); in test_syscall_fpu()
56 pid2 = fork(); in test_syscall_fpu()
Dvmx_syscall.c52 pid_t pid = fork(); in test_vmx_syscall()
57 pid2 = fork(); in test_vmx_syscall()
/Linux-v5.4/tools/testing/selftests/proc/
Dproc-loadavg-001.c37 pid = fork(); in main()
57 pid = fork(); in main()
/Linux-v5.4/fs/hfsplus/
Dinode.c449 void hfsplus_inode_read_fork(struct inode *inode, struct hfsplus_fork_raw *fork) in hfsplus_inode_read_fork() argument
457 memcpy(&hip->first_extents, &fork->extents, sizeof(hfsplus_extent_rec)); in hfsplus_inode_read_fork()
459 count += be32_to_cpu(fork->extents[i].block_count); in hfsplus_inode_read_fork()
465 hip->alloc_blocks = be32_to_cpu(fork->total_blocks); in hfsplus_inode_read_fork()
466 hip->phys_size = inode->i_size = be64_to_cpu(fork->total_size); in hfsplus_inode_read_fork()
471 be32_to_cpu(fork->clump_size) >> sbi->alloc_blksz_shift; in hfsplus_inode_read_fork()
480 struct hfsplus_fork_raw *fork) in hfsplus_inode_write_fork() argument
482 memcpy(&fork->extents, &HFSPLUS_I(inode)->first_extents, in hfsplus_inode_write_fork()
484 fork->total_size = cpu_to_be64(inode->i_size); in hfsplus_inode_write_fork()
485 fork->total_blocks = cpu_to_be32(HFSPLUS_I(inode)->alloc_blocks); in hfsplus_inode_write_fork()
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()
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-v5.4/tools/perf/Documentation/
Dperf-test.txt35 --dont-fork::
36 Do not fork child for each test, run all tests within single process.
/Linux-v5.4/tools/perf/util/
Ddata-convert-bt.c905 __FUNC_PROCESS_NON_SAMPLE(fork,
906 __NON_SAMPLE_SET_FIELD(fork, u32, pid);
907 __NON_SAMPLE_SET_FIELD(fork, u32, ppid);
908 __NON_SAMPLE_SET_FIELD(fork, u32, tid);
909 __NON_SAMPLE_SET_FIELD(fork, u32, ptid);
910 __NON_SAMPLE_SET_FIELD(fork, u64, time);
914 __NON_SAMPLE_SET_FIELD(fork, u32, pid);
915 __NON_SAMPLE_SET_FIELD(fork, u32, ppid);
916 __NON_SAMPLE_SET_FIELD(fork, u32, tid);
917 __NON_SAMPLE_SET_FIELD(fork, u32, ptid);
[all …]
Dbuild-id.c69 event->fork.pid, in perf_event__exit_del_thread()
70 event->fork.tid); in perf_event__exit_del_thread()
72 dump_printf("(%d:%d):(%d:%d)\n", event->fork.pid, event->fork.tid, in perf_event__exit_del_thread()
73 event->fork.ppid, event->fork.ptid); in perf_event__exit_del_thread()
87 .fork = perf_event__process_fork,
Dsynthetic-events.c249 memset(&event->fork, 0, sizeof(event->fork) + machine->id_hdr_size); in perf_event__synthesize_fork()
257 event->fork.ppid = ppid; in perf_event__synthesize_fork()
258 event->fork.ptid = ppid; in perf_event__synthesize_fork()
260 event->fork.ppid = tgid; in perf_event__synthesize_fork()
261 event->fork.ptid = tgid; in perf_event__synthesize_fork()
263 event->fork.pid = tgid; in perf_event__synthesize_fork()
264 event->fork.tid = pid; in perf_event__synthesize_fork()
265 event->fork.header.type = PERF_RECORD_FORK; in perf_event__synthesize_fork()
266 event->fork.header.misc = PERF_RECORD_MISC_FORK_EXEC; in perf_event__synthesize_fork()
268 event->fork.header.size = (sizeof(event->fork) + machine->id_hdr_size); in perf_event__synthesize_fork()
[all …]
/Linux-v5.4/tools/testing/selftests/pidfd/
Dpidfd_test.c89 pid = fork(); in test_pidfd_send_signal_exited_fail()
157 pid1 = fork(); in test_pidfd_send_signal_recycled_pid_fail()
174 pid2 = fork(); in test_pidfd_send_signal_recycled_pid_fail()
217 recycled_pid = fork(); in test_pidfd_send_signal_recycled_pid_fail()
/Linux-v5.4/tools/testing/selftests/powerpc/tm/
Dtm-signal-stack.c39 pid = fork(); in tm_signal_stack()
Dtm-poison.c43 pid = fork(); in tm_poison_test()
D.gitignore6 tm-fork
/Linux-v5.4/drivers/connector/
Dcn_proc.c79 ev->event_data.fork.parent_pid = parent->pid; in proc_fork_connector()
80 ev->event_data.fork.parent_tgid = parent->tgid; in proc_fork_connector()
82 ev->event_data.fork.child_pid = task->pid; in proc_fork_connector()
83 ev->event_data.fork.child_tgid = task->tgid; in proc_fork_connector()
/Linux-v5.4/tools/testing/selftests/net/
Dipv6_flowlabel_mgr.c131 pid = fork(); in run_tests()
152 pid = fork(); in run_tests()
/Linux-v5.4/tools/testing/selftests/timers/
Dskew_consistency.c50 pid = fork(); in main()
/Linux-v5.4/tools/testing/selftests/powerpc/pmu/ebb/
Dfork_cleanup_test.c64 pid = fork(); in fork_cleanup()

12345678910