Home
last modified time | relevance | path

Searched refs:maymove (Results 1 – 19 of 19) sorted by relevance

/dports/devel/valgrind-lts/valgrind-dragonfly-dragonfly/none/tests/linux/
H A Dmremap2.c108 int alocal, maymove, fixed, nsi, dstpossible; in main() local
120 for (maymove = 0; maymove <= 1 ; maymove++) { in main()
128 int flags = (maymove ? MREMAP_MAYMOVE : 0) | in main()
144 maymove, fixed, newsizes[nsi], dstpossible, dst ); in main()
H A Dmremap.stderr.exp-glibc274 grow, maymove: p=0x........ np=0x........: shrink moved?!
/dports/devel/valgrind/valgrind-dragonfly-dragonfly/none/tests/linux/
H A Dmremap2.c108 int alocal, maymove, fixed, nsi, dstpossible; in main() local
120 for (maymove = 0; maymove <= 1 ; maymove++) { in main()
128 int flags = (maymove ? MREMAP_MAYMOVE : 0) | in main()
144 maymove, fixed, newsizes[nsi], dstpossible, dst ); in main()
H A Dmremap.stderr.exp-glibc274 grow, maymove: p=0x........ np=0x........: shrink moved?!
/dports/benchmarks/stress-ng/stress-ng-0.13.09/
H A Dstress-mremap.c107 const int maymove = MREMAP_MAYMOVE; in try_remap() local
109 const int maymove = 0; in try_remap() local
114 flags = maymove | (stress_mwc32() & MREMAP_FIXED); in try_remap()
116 flags = maymove; in try_remap()
/dports/devel/p5-Curses-UI/Curses-UI-0.9609/lib/Curses/UI/
H A DTextEditor.pm824 my $maymove = $this->{-ypos};
825 return $this->dobeep unless $maymove;
826 $amount = $maymove if $amount > $maymove;
876 my $maymove = (@$l-1) - $this->{-ypos};
877 return $this->dobeep unless $maymove;
878 $amount = $maymove if $amount > $maymove;
/dports/net-mgmt/xymon-server/xymon-4.3.30/xymond/
H A Dxymond_worker.c342 int maymove, needmoredata; in get_xymond_message() local
444 maymove = ((startpos + maxmsgsize) >= (buf + bufsz)); in get_xymond_message()
470 if (maymove && (bufleft < EXTRABUFSPACE)) { in get_xymond_message()
478 maymove = 0; in get_xymond_message()
/dports/net-mgmt/xymon-client/xymon-4.3.30/xymond/
H A Dxymond_worker.c342 int maymove, needmoredata; in get_xymond_message() local
444 maymove = ((startpos + maxmsgsize) >= (buf + bufsz)); in get_xymond_message()
470 if (maymove && (bufleft < EXTRABUFSPACE)) { in get_xymond_message()
478 maymove = 0; in get_xymond_message()
/dports/devel/arm-none-eabi-newlib/newlib-2.4.0/newlib/libc/sys/linux/
H A Dmmap.c15 _syscall4(void *,mremap,void *,addr,size_t,oldlen,size_t,newlen,int,maymove);
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/newlib/libc/sys/linux/
H A Dmmap.c16 _syscall4(void *,mremap,void *,addr,size_t,oldlen,size_t,newlen,int,maymove);
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/newlib/libc/sys/linux/
H A Dmmap.c16 _syscall4(void *,mremap,void *,addr,size_t,oldlen,size_t,newlen,int,maymove);
/dports/games/sauerbraten/sauerbraten/src/shared/
H A Dents.h117 …bool maymove() const { return timeinair || physstate < PHYS_FLOOR || vel.squaredlen() > 1e-4f || d… in maymove() function
/dports/games/sauerbraten/sauerbraten/src/fpsgame/
H A Dmovable.cpp156 …else if(m->maymove() || (m->stacked && (m->stacked->state!=CS_ALIVE || m->stackpos != m->stacked->… in updatemovables()
H A Dmonster.cpp217 … if(move || maymove() || (stacked && (stacked->state!=CS_ALIVE || stackpos != stacked->o))) in monsteraction()
/dports/net/samba412/samba-4.12.15/lib/util/
H A Dutil.c1252 void *anonymous_shared_resize(void *ptr, size_t new_size, bool maymove) in anonymous_shared_resize() argument
1293 if (maymove) { in anonymous_shared_resize()
H A Dsamba_util.h657 void *anonymous_shared_resize(void *ptr, size_t new_size, bool maymove);
/dports/multimedia/v4l_compat/linux-5.13-rc2/kernel/sched/
H A Dfair.c1739 long taskimp, long groupimp, bool maymove) in task_numa_compare() argument
1769 if (maymove && moveimp >= env->best_imp) in task_numa_compare()
1835 if (maymove && moveimp > imp && moveimp > env->best_imp) { in task_numa_compare()
1900 if (maymove && !cur && env->best_cpu >= 0 && idle_cpu(env->best_cpu)) in task_numa_compare()
1907 if (!maymove && env->best_task && in task_numa_compare()
1920 bool maymove = false; in task_numa_find_cpu() local
1945 maymove = true; in task_numa_find_cpu()
1961 maymove = !load_too_imbalanced(src_load, dst_load, env); in task_numa_find_cpu()
1970 if (task_numa_compare(env, taskimp, groupimp, maymove)) in task_numa_find_cpu()
/dports/multimedia/libv4l/linux-5.13-rc2/kernel/sched/
H A Dfair.c1739 long taskimp, long groupimp, bool maymove) in task_numa_compare() argument
1769 if (maymove && moveimp >= env->best_imp) in task_numa_compare()
1835 if (maymove && moveimp > imp && moveimp > env->best_imp) { in task_numa_compare()
1900 if (maymove && !cur && env->best_cpu >= 0 && idle_cpu(env->best_cpu)) in task_numa_compare()
1907 if (!maymove && env->best_task && in task_numa_compare()
1920 bool maymove = false; in task_numa_find_cpu() local
1945 maymove = true; in task_numa_find_cpu()
1961 maymove = !load_too_imbalanced(src_load, dst_load, env); in task_numa_find_cpu()
1970 if (task_numa_compare(env, taskimp, groupimp, maymove)) in task_numa_find_cpu()
/dports/multimedia/v4l-utils/linux-5.13-rc2/kernel/sched/
H A Dfair.c1739 long taskimp, long groupimp, bool maymove) in task_numa_compare() argument
1769 if (maymove && moveimp >= env->best_imp) in task_numa_compare()
1835 if (maymove && moveimp > imp && moveimp > env->best_imp) { in task_numa_compare()
1900 if (maymove && !cur && env->best_cpu >= 0 && idle_cpu(env->best_cpu)) in task_numa_compare()
1907 if (!maymove && env->best_task && in task_numa_compare()
1920 bool maymove = false; in task_numa_find_cpu() local
1945 maymove = true; in task_numa_find_cpu()
1961 maymove = !load_too_imbalanced(src_load, dst_load, env); in task_numa_find_cpu()
1970 if (task_numa_compare(env, taskimp, groupimp, maymove)) in task_numa_find_cpu()