| /OK3568_Linux_fs/buildroot/package/gdb/11.2/ |
| H A D | 0005-nat-fork-inferior-include-linux-ptrace.h.patch | 4 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 D | 0005-nat-fork-inferior-include-linux-ptrace.h.patch | 4 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 D | 0005-nat-fork-inferior-include-linux-ptrace.h.patch | 4 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 D | Config.in | 17 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 D | vfork.patch | 1 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 D | func-filter-pid.tc | 12 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 D | func-filter-notrace-pid.tc | 11 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 D | pids.rst | 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 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 D | 0001-Don-t-use-fork-on-noMMU-platforms.patch | 4 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 D | event-pid.tc | 10 echo 0 > options/event-fork 20 echo 0 > options/event-fork 49 echo 1 > options/event-fork
|
| H A D | event-no-pid.tc | 11 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 D | 0001-daemon.patch | 5 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 D | inject-buildid.c | 158 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 D | inode.c | 449 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 D | super.c | 104 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 D | nginx-fix-pidfile.patch | 52 + * 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 D | regression_enomem.c | 31 pid = fork(); in TEST() 39 pid = fork(); in TEST()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/benchmarks/ |
| H A D | Makefile | 2 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 D | Config.in | 3 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 D | proc-loadavg-001.c | 36 pid = fork(); in main() 56 pid = fork(); in main()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/math/ |
| H A D | fpu_syscall.c | 51 pid_t pid = fork(); in test_syscall_fpu() 56 pid2 = fork(); in test_syscall_fpu()
|
| H A D | vmx_syscall.c | 59 pid = fork(); in test_vmx_syscall() 62 pid2 = fork(); in test_vmx_syscall()
|
| /OK3568_Linux_fs/buildroot/package/iptraf-ng/ |
| H A D | Config.in | 3 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 D | data-convert-bt.c | 908 __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 D | Config.in | 4 depends on BR2_USE_MMU # needs fork() 26 depends on BR2_USE_MMU # needs fork()
|