Home
last modified time | relevance | path

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

12345678910>>...35

/OK3568_Linux_fs/buildroot/package/gdb/11.2/
H A D0005-nat-fork-inferior-include-linux-ptrace.h.patch4 Subject: [PATCH] nat/fork-inferior: include linux-ptrace.h
6 To decide whether fork() or vfork() should be used, fork-inferior.c
12 linux-ptrace.h, which is not included by fork-inferior.c. Due to this,
18 with gdbserver"). Indeed, the same fork()/vfork() selection was done,
23 ../nat/fork-inferior.c: In function 'pid_t fork_inferior(const char*, const string&, char**, void (…
24 ../nat/fork-inferior.c:376:11: error: 'fork' was not declared in this scope
25 pid = fork ();
27 ../nat/fork-inferior.c:376:11: note: suggested alternative: 'vfork'
28 pid = fork ();
36 gdb/nat/fork-inferior.c | 1 +
[all …]
/OK3568_Linux_fs/buildroot/package/gdb/12.1/
H A D0005-nat-fork-inferior-include-linux-ptrace.h.patch4 Subject: [PATCH] nat/fork-inferior: include linux-ptrace.h
6 To decide whether fork() or vfork() should be used, fork-inferior.c
12 linux-ptrace.h, which is not included by fork-inferior.c. Due to this,
18 with gdbserver"). Indeed, the same fork()/vfork() selection was done,
23 ../nat/fork-inferior.c: In function 'pid_t fork_inferior(const char*, const string&, char**, void (…
24 ../nat/fork-inferior.c:376:11: error: 'fork' was not declared in this scope
25 pid = fork ();
27 ../nat/fork-inferior.c:376:11: note: suggested alternative: 'vfork'
28 pid = fork ();
36 gdb/nat/fork-inferior.c | 1 +
[all …]
/OK3568_Linux_fs/buildroot/package/gdb/10.2/
H A D0005-nat-fork-inferior-include-linux-ptrace.h.patch4 Subject: [PATCH] nat/fork-inferior: include linux-ptrace.h
6 To decide whether fork() or vfork() should be used, fork-inferior.c
12 linux-ptrace.h, which is not included by fork-inferior.c. Due to this,
18 with gdbserver"). Indeed, the same fork()/vfork() selection was done,
23 ../nat/fork-inferior.c: In function 'pid_t fork_inferior(const char*, const string&, char**, void (…
24 ../nat/fork-inferior.c:376:11: error: 'fork' was not declared in this scope
25 pid = fork ();
27 ../nat/fork-inferior.c:376:11: note: suggested alternative: 'vfork'
28 pid = fork ();
36 gdb/nat/fork-inferior.c | 1 +
[all …]
/OK3568_Linux_fs/buildroot/package/util-linux/
H A DConfig.in17 depends on BR2_USE_MMU # fork()
23 depends on BR2_USE_MMU # fork()
31 depends on BR2_USE_MMU # fork()
38 depends on BR2_USE_MMU # fork()
49 depends on BR2_USE_MMU # fork()
72 depends on BR2_USE_MMU # fork()
113 depends on BR2_USE_MMU # fork()
132 depends on BR2_USE_MMU # fork()
185 depends on BR2_USE_MMU # fork(), linux-pam
222 depends on BR2_USE_MMU # fork()
[all …]
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/netperf/files/
H A Dvfork.patch1 Subject: [PATCH] netperf: fix vfork/fork
28 switch (fork()) {
34 "%s: fork() error %s (errno %d)\n",
49 switch (fork()) {
55 "%s: fork() error %s (errno %d)\n",
/OK3568_Linux_fs/kernel/tools/testing/selftests/ftrace/test.d/ftrace/
H 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
H 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
/OK3568_Linux_fs/kernel/Documentation/admin-guide/cgroup-v1/
H 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
/OK3568_Linux_fs/buildroot/package/alsa-lib/
H A D0001-Don-t-use-fork-on-noMMU-platforms.patch4 Subject: [PATCH] Don't use fork() on noMMU platforms
28 +AC_CHECK_FUNC([fork])
44 ret = fork();
53 ret = fork();
/OK3568_Linux_fs/kernel/tools/testing/selftests/ftrace/test.d/event/
H A Devent-pid.tc10 echo 0 > options/event-fork
20 echo 0 > options/event-fork
49 echo 1 > options/event-fork
H A Devent-no-pid.tc11 echo 0 > options/event-fork
64 echo 0 > options/event-fork
92 echo 1 > options/event-fork
/OK3568_Linux_fs/buildroot/package/irda-utils/
H A D0001-daemon.patch5 Rather than using the fork function (which doesnt work on nommu
18 - if ((ret = fork()) > 0)
26 - if ((ret = fork()) > 0) {
/OK3568_Linux_fs/kernel/tools/perf/bench/
H 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()
/OK3568_Linux_fs/kernel/fs/hfsplus/
H A 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()
H 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()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-webserver/recipes-httpd/nginx/files/
H A Dnginx-fix-pidfile.patch52 + * after the fork() set ngx_pid to the child_pid, which gets
83 + pid_t pid_child = fork();
85 - switch (fork()) {
88 ngx_log_error(NGX_LOG_EMERG, log, ngx_errno, "fork() failed");
/OK3568_Linux_fs/kernel/tools/testing/selftests/pid_namespace/
H A Dregression_enomem.c31 pid = fork(); in TEST()
39 pid = fork(); in TEST()
/OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/benchmarks/
H A DMakefile2 TEST_GEN_PROGS := gettimeofday context_switch fork mmap_bench futex_bench null_syscall
18 $(OUTPUT)/fork: LDLIBS += -lpthread
/OK3568_Linux_fs/buildroot/package/bandwidthd/
H A DConfig.in3 depends on BR2_USE_MMU # fork()
24 As upstream is no longer actively maintained, a fork is
30 Github fork:
/OK3568_Linux_fs/kernel/tools/testing/selftests/proc/
H A Dproc-loadavg-001.c36 pid = fork(); in main()
56 pid = fork(); in main()
/OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/math/
H A Dfpu_syscall.c51 pid_t pid = fork(); in test_syscall_fpu()
56 pid2 = fork(); in test_syscall_fpu()
H A Dvmx_syscall.c59 pid = fork(); in test_vmx_syscall()
62 pid2 = fork(); in test_vmx_syscall()
/OK3568_Linux_fs/buildroot/package/iptraf-ng/
H A DConfig.in3 depends on BR2_USE_MMU # fork()
12 IPTraf-ng is a fork of original IPTraf v3.0.0
/OK3568_Linux_fs/kernel/tools/perf/util/
H A Ddata-convert-bt.c908 __FUNC_PROCESS_NON_SAMPLE(fork,
909 __NON_SAMPLE_SET_FIELD(fork, u32, pid);
910 __NON_SAMPLE_SET_FIELD(fork, u32, ppid);
911 __NON_SAMPLE_SET_FIELD(fork, u32, tid);
912 __NON_SAMPLE_SET_FIELD(fork, u32, ptid);
913 __NON_SAMPLE_SET_FIELD(fork, u64, time);
917 __NON_SAMPLE_SET_FIELD(fork, u32, pid);
918 __NON_SAMPLE_SET_FIELD(fork, u32, ppid);
919 __NON_SAMPLE_SET_FIELD(fork, u32, tid);
920 __NON_SAMPLE_SET_FIELD(fork, u32, ptid);
[all …]
/OK3568_Linux_fs/buildroot/package/openldap/
H A DConfig.in4 depends on BR2_USE_MMU # needs fork()
26 depends on BR2_USE_MMU # needs fork()

12345678910>>...35