Searched refs:fork (Results 1 – 25 of 522) sorted by relevance
12345678910>>...21
19 fork=0, argument88 fork,100 fork=0, argument161 fork,173 fork=0, argument232 fork,296 fork=0,
1 Subject: [PATCH] netperf: fix vfork/fork28 switch (fork()) {34 "%s: fork() error %s (errno %d)\n",49 switch (fork()) {55 "%s: fork() error %s (errno %d)\n",
119 run-gdbstub-follow-fork-mode-child: follow-fork-mode123 --bin $< --test $(MULTIARCH_SRC)/gdbstub/follow-fork-mode-child.py, \124 following children on fork)126 run-gdbstub-follow-fork-mode-parent: follow-fork-mode130 --bin $< --test $(MULTIARCH_SRC)/gdbstub/follow-fork-mode-parent.py, \131 following parents on fork)140 run-gdbstub-catch-syscalls run-gdbstub-follow-fork-mode-child \141 run-gdbstub-follow-fork-mode-parent \
12 if [ ! -f options/function-fork ]; then21 orig_value=`grep function-fork trace_options`49 echo nofunction-fork > trace_options71 echo function-fork > trace_options
11 if [ ! -f options/function-fork ]; then20 orig_value=`grep function-fork trace_options`49 echo nofunction-fork > trace_options71 echo function-fork > trace_options
11 za-fork za-ptrace22 EXTRA_CLEAN += $(OUTPUT)/asm-utils.o $(OUTPUT)/rdvl.o $(OUTPUT)/za-fork-asm.o39 $(OUTPUT)/za-fork: za-fork.c $(OUTPUT)/za-fork-asm.o
9 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 the39 - max: Number of times fork failed because limit was hit.64 sh: fork: Resource temporary unavailable79 sh: fork: Resource temporary unavailable88 sh: fork: Resource temporary unavailable91 sh: fork: Resource temporary unavailable
10 echo 0 > options/event-fork20 echo 0 > options/event-fork49 echo 1 > options/event-fork
11 echo 0 > options/event-fork64 echo 0 > options/event-fork92 echo 1 > options/event-fork
103 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()
94 线程栈分配是由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…
31 pid = fork(); in TEST()39 pid = fork(); in TEST()
52 + * after the fork() set ngx_pid to the child_pid, which gets83 + pid_t pid_child = fork();85 - switch (fork()) {88 ngx_log_error(NGX_LOG_EMERG, log, ngx_errno, "fork() failed");
159 memset(&event, 0, sizeof(event.fork) + bench_id_hdr_size); in synthesize_fork()163 event.header.size = sizeof(event.fork) + bench_id_hdr_size; in synthesize_fork()165 event.fork.ppid = 1; in synthesize_fork()166 event.fork.ptid = 1; in synthesize_fork()167 event.fork.pid = data->pid; in synthesize_fork()168 event.fork.tid = data->pid; in synthesize_fork()291 data->pid = fork(); in setup_injection()
2 TEST_GEN_PROGS := gettimeofday context_switch fork mmap_bench futex_bench null_syscall18 $(OUTPUT)/fork: LDLIBS += -lpthread
47 $QEMU_NBD -v -t -k "$nbd_unix_socket" --fork "$@"60 $QEMU_NBD -v -t -b $nbd_tcp_addr -p $port --fork "$@" \
61 if $QEMU_NBD -p $port -f raw --fork null-co:// 2> /dev/null; then72 $QEMU_NBD -k "$PWD/42" -f raw --fork null-co://
36 pid = fork(); in main()56 pid = fork(); in main()
51 pid_t pid = fork(); in test_syscall_fpu()56 pid2 = fork(); in test_syscall_fpu()
59 pid = fork(); in test_vmx_syscall()62 pid2 = fork(); in test_vmx_syscall()
37 pid = os.fork()55 pid = os.fork() # Fork a second child.
463 void hfsplus_inode_read_fork(struct inode *inode, struct hfsplus_fork_raw *fork) in hfsplus_inode_read_fork() argument471 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() argument496 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()
104 struct hfsplus_fork_raw *fork; in hfsplus_system_write_inode() local109 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()
20 pid = fork(); in main()41 pid = fork(); in main()
157 event->event_data.fork.child_pid, in handle_packet()158 event->event_data.fork.child_tgid, in handle_packet()159 event->event_data.fork.parent_pid, in handle_packet()160 event->event_data.fork.parent_tgid); in handle_packet()