OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nready
(Results
1 - 7
of
7
) sorted by relevancy
/src/usr.bin/talk/
ctl_transact.c
58
int
nready
, cc;
local
60
nready
= 0;
82
nready
= poll(set, 1, CTL_WAIT * 1000);
83
if (
nready
< 0) {
88
} while (
nready
== 0);
102
nready
= poll(set, 1, 0);
103
} while (
nready
> 0 && (rp->vers != TALK_VERSION ||
/src/sys/ufs/lfs/
lfs_kclean.c
888
int sn, maxsn, nclean,
nready
, nempty, nerror, nzero, again, target;
local
934
nzero = nclean =
nready
= nempty = nerror = 0;
944
++
nready
;
968
nclean, (int)lfs_sb_getnseg(fs), nzero, nempty,
nready
,
1012
if (
nready
+ nempty > 0) {
1013
DLOG((DLOG_CLEAN, "force checkpoint with
nready
=%d nempty=%d nzero=%d\n",
1014
nready
, nempty, nzero));
1026
|| nempty +
nready
> LFS_MAX_ACTIVE) { /* XXX arbitrary */
/src/sys/rump/net/lib/libsockin/
sockin_user.c
580
rumpcomp_sockin_poll(struct pollfd *fds, int nfds, int timeout, int *
nready
)
586
*
nready
= poll(fds, (nfds_t)nfds, timeout);
587
seterror(*
nready
);
/src/usr.bin/make/
job.c
2016
int
nready
;
local
2025
nready
= poll(fds + skip, fdsLen - skip, -1);
2026
} while (
nready
< 0 && errno == EINTR);
2028
if (
nready
< 0)
2031
if (
nready
> 0 && childExitJob.inPollfd->revents & POLLIN) {
2039
nready
--;
2043
if (
nready
== 0)
2063
if (--
nready
== 0)
/src/external/gpl3/gcc.old/dist/gcc/config/spu/
spu.c
2863
int i,
nready
= *nreadyp;
2869
if (
nready
<= 0 || pipe1_clock >= clock)
2874
for (i =
nready
- 1; i >= 0; i--)
2881
ready[i] = ready[
nready
- 1];
2882
ready[
nready
- 1] = insn;
2888
for (i = 0; i <
nready
; i++)
2929
ready[pipe_ls] = ready[
nready
- 1];
2930
ready[
nready
- 1] = insn;
2974
INSN_PRIORITY (ready[
nready
- 1]) + spu_dual_nops)))
2992
ready[schedule_i] = ready[
nready
- 1]
2856
int i,
nready
= *
nready
p;
local
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/config/mips/
mips.cc
15086
has
NREADY
elements, looking for a multiply-add or multiply-subtract
15092
mips_macc_chains_reorder (rtx_insn **ready, int
nready
)
15097
for (i =
nready
- 1; i >= 0; i--)
15100
for (j =
nready
- 1; j > i; j--)
15201
/* A TUNE_MIPS4130 helper function. (READY,
NREADY
) describes a ready
15206
vr4130_reorder (rtx_insn **ready, int
nready
)
15208
if (vr4130_swap_insns_p (ready[
nready
- 1], ready[
nready
- 2]))
15209
mips_promote_ready (ready,
nready
- 2,
nready
- 1)
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/config/s390/
s390.cc
14776
int
nready
= *nready_p;
14806
i =
nready
- 1;
14775
int
nready
= *
nready
_p;
local
Completed in 53 milliseconds
Indexes created Tue Feb 24 01:34:59 UTC 2026