/Linux-v4.19/tools/testing/selftests/ftrace/test.d/ftrace/ |
D | func-filter-pid.tc | 25 if [ ! -f options/function-fork ]; then 34 orig_value=`grep function-fork trace_options` 72 echo nofunction-fork > trace_options 94 echo function-fork > trace_options
|
/Linux-v4.19/Documentation/cgroup-v1/ |
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
|
/Linux-v4.19/tools/testing/selftests/powerpc/benchmarks/ |
D | Makefile | 2 TEST_GEN_PROGS := gettimeofday context_switch fork mmap_bench futex_bench null_syscall 16 $(OUTPUT)/fork: LDLIBS += -lpthread
|
D | .gitignore | 3 fork
|
D | fork.c | 50 pid = fork(); in start_process_on() 88 pid_t pid = fork(); in bench_fork()
|
/Linux-v4.19/tools/testing/selftests/proc/ |
D | proc-loadavg-001.c | 37 pid = fork(); in main() 57 pid = fork(); in main()
|
/Linux-v4.19/tools/testing/selftests/powerpc/math/ |
D | fpu_syscall.c | 55 pid_t pid = fork(); in test_syscall_fpu() 60 pid2 = fork(); in test_syscall_fpu()
|
D | vmx_syscall.c | 56 pid_t pid = fork(); in test_vmx_syscall() 61 pid2 = fork(); in test_vmx_syscall()
|
D | fpu_asm.S | 74 # r3 holds pointer to where to put the result of fork 87 # pass the result of the fork to the caller
|
/Linux-v4.19/fs/hfsplus/ |
D | inode.c | 427 void hfsplus_inode_read_fork(struct inode *inode, struct hfsplus_fork_raw *fork) in hfsplus_inode_read_fork() argument 435 memcpy(&hip->first_extents, &fork->extents, sizeof(hfsplus_extent_rec)); in hfsplus_inode_read_fork() 437 count += be32_to_cpu(fork->extents[i].block_count); in hfsplus_inode_read_fork() 443 hip->alloc_blocks = be32_to_cpu(fork->total_blocks); in hfsplus_inode_read_fork() 444 hip->phys_size = inode->i_size = be64_to_cpu(fork->total_size); in hfsplus_inode_read_fork() 449 be32_to_cpu(fork->clump_size) >> sbi->alloc_blksz_shift; in hfsplus_inode_read_fork() 458 struct hfsplus_fork_raw *fork) in hfsplus_inode_write_fork() argument 460 memcpy(&fork->extents, &HFSPLUS_I(inode)->first_extents, in hfsplus_inode_write_fork() 462 fork->total_size = cpu_to_be64(inode->i_size); in hfsplus_inode_write_fork() 463 fork->total_blocks = cpu_to_be32(HFSPLUS_I(inode)->alloc_blocks); in hfsplus_inode_write_fork()
|
D | super.c | 103 struct hfsplus_fork_raw *fork; in hfsplus_system_write_inode() local 108 fork = &vhdr->ext_file; in hfsplus_system_write_inode() 112 fork = &vhdr->cat_file; in hfsplus_system_write_inode() 116 fork = &vhdr->alloc_file; in hfsplus_system_write_inode() 119 fork = &vhdr->start_file; in hfsplus_system_write_inode() 122 fork = &vhdr->attr_file; in hfsplus_system_write_inode() 129 if (fork->total_size != cpu_to_be64(inode->i_size)) { in hfsplus_system_write_inode() 133 hfsplus_inode_write_fork(inode, fork); in hfsplus_system_write_inode()
|
D | catalog.c | 326 struct hfsplus_fork_raw fork; in hfsplus_delete_cat() local 368 hfs_bnode_read(fd.bnode, &fork, off, sizeof(fork)); in hfsplus_delete_cat() 369 hfsplus_free_fork(sb, cnid, &fork, HFSPLUS_TYPE_DATA); in hfsplus_delete_cat() 374 hfs_bnode_read(fd.bnode, &fork, off, sizeof(fork)); in hfsplus_delete_cat() 375 hfsplus_free_fork(sb, cnid, &fork, HFSPLUS_TYPE_RSRC); in hfsplus_delete_cat()
|
/Linux-v4.19/tools/testing/selftests/ftrace/test.d/event/ |
D | event-pid.tc | 9 echo 0 > options/event-fork 62 echo 1 > options/event-fork
|
/Linux-v4.19/tools/perf/Documentation/ |
D | perf-test.txt | 35 --dont-fork:: 36 Do not fork child for each test, run all tests within single process.
|
/Linux-v4.19/tools/perf/util/ |
D | event.c | 294 memset(&event->fork, 0, sizeof(event->fork) + machine->id_hdr_size); in perf_event__synthesize_fork() 302 event->fork.ppid = ppid; in perf_event__synthesize_fork() 303 event->fork.ptid = ppid; in perf_event__synthesize_fork() 305 event->fork.ppid = tgid; in perf_event__synthesize_fork() 306 event->fork.ptid = tgid; in perf_event__synthesize_fork() 308 event->fork.pid = tgid; in perf_event__synthesize_fork() 309 event->fork.tid = pid; in perf_event__synthesize_fork() 310 event->fork.header.type = PERF_RECORD_FORK; in perf_event__synthesize_fork() 312 event->fork.header.size = (sizeof(event->fork) + machine->id_hdr_size); in perf_event__synthesize_fork() 629 fork_event = malloc(sizeof(fork_event->fork) + machine->id_hdr_size); in perf_event__synthesize_thread_map() [all …]
|
D | data-convert-bt.c | 905 __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 …]
|
D | build-id.c | 64 event->fork.pid, in perf_event__exit_del_thread() 65 event->fork.tid); in perf_event__exit_del_thread() 67 dump_printf("(%d:%d):(%d:%d)\n", event->fork.pid, event->fork.tid, in perf_event__exit_del_thread() 68 event->fork.ppid, event->fork.ptid); in perf_event__exit_del_thread() 82 .fork = perf_event__process_fork,
|
/Linux-v4.19/tools/testing/selftests/powerpc/tm/ |
D | tm-signal-stack.c | 39 pid = fork(); in tm_signal_stack()
|
D | .gitignore | 6 tm-fork
|
/Linux-v4.19/drivers/connector/ |
D | cn_proc.c | 93 ev->event_data.fork.parent_pid = parent->pid; in proc_fork_connector() 94 ev->event_data.fork.parent_tgid = parent->tgid; in proc_fork_connector() 96 ev->event_data.fork.child_pid = task->pid; in proc_fork_connector() 97 ev->event_data.fork.child_tgid = task->tgid; in proc_fork_connector()
|
/Linux-v4.19/tools/testing/selftests/timers/ |
D | skew_consistency.c | 51 pid = fork(); in main()
|
/Linux-v4.19/tools/testing/selftests/powerpc/pmu/ebb/ |
D | fork_cleanup_test.c | 65 pid = fork(); in fork_cleanup()
|
/Linux-v4.19/tools/testing/selftests/prctl/ |
D | disable-tsc-on-off-stress-test.c | 89 if (fork() == 0) in main()
|
D | disable-tsc-ctxt-sw-stress-test.c | 85 if (fork() == 0) in main()
|
/Linux-v4.19/tools/testing/selftests/powerpc/dscr/ |
D | dscr_inherit_test.c | 43 pid = fork(); in dscr_inherit()
|