Searched refs:nwait (Results 1 – 8 of 8) sorted by relevance
| /illumos-gate/usr/src/lib/libc/port/aio/ |
| H A D | posix_aio.c | 931 __aio_waitn(void **list, uint_t nent, uint_t *nwait, const timespec_t *utimo) in __aio_waitn() argument 945 if (nent == 0 || *nwait == 0 || *nwait > nent) { in __aio_waitn() 961 *nwait = 0; in __aio_waitn() 970 *nwait = 0; in __aio_waitn() 996 kwaitcnt = *nwait - dnwait; in __aio_waitn() 1012 if (dnwait >= *nwait || in __aio_waitn() 1013 *nwait < AIO_WAITN_MAXIOCBS) in __aio_waitn() 1065 kwaitcnt = (*nwait > sum_reqs) ? *nwait - sum_reqs : 0; in __aio_waitn() 1094 *nwait = _aio_doneq_cnt + in __aio_waitn() 1128 if (dnwait >= *nwait) { in __aio_waitn() [all …]
|
| /illumos-gate/usr/src/cmd/cron/ |
| H A D | cron.c | 225 int nwait; /* wait time to next execution attempt */ member 2179 resched(qp->nwait); in ex() 3057 qt[i].nwait = qd.nwait; in quedefs() 3072 qt[j].nwait = qq.nwait; in quedefs() 3097 qq.nwait = i; in parsqdef()
|
| /illumos-gate/usr/src/uts/common/os/ |
| H A D | aio.c | 609 aiowaitn(void *uiocb, uint_t nent, uint_t *nwait, timespec_t *timout) in aiowaitn() argument 632 if (copyin(nwait, &waitcnt, sizeof (uint_t))) in aiowaitn() 636 if (copyout(&cnt, nwait, sizeof (uint_t))) in aiowaitn() 782 copyout(&cnt, nwait, sizeof (uint_t))) in aiowaitn()
|
| /illumos-gate/usr/src/tools/smatch/src/smatch_data/ |
| H A D | kernel.implicit_dependencies.v1 | 885 …t file)->f_op, (struct epitem)->ws, (struct epitem)->ws, (struct epitem)->nwait, (struct fd)->flag…
|
| H A D | kernel.implicit_dependencies.no_structs | 222 …>events, (union anonymous)->__c, (union anonymous)->__c, (struct epitem)->nwait, (struct fd)->flag… 578 … rb_node)->__rb_parent_color, (struct epoll_filefd)->fd, (struct epitem)->nwait, (struct epoll_eve… 579 …f_wb_err, (struct rb_node)->__rb_parent_color, (struct epoll_filefd)->fd, (struct epitem)->nwait, ]
|
| /illumos-gate/usr/src/tools/smatch/src/smatch_scripts/implicit_dependencies/without_structs/ |
| H A D | implicit_dependencies_verbose.pretty | 567 'reason': set([('epitem', 'nwait'),
|
| /illumos-gate/usr/src/tools/smatch/src/smatch_scripts/implicit_dependencies/with_structs/ |
| H A D | implicit_dependencies_verbose | 1231 'reason': set([('epitem', 'nwait'), 1254 'reason': set([('epitem', 'nwait'),
|
| H A D | implicit_dependencies_verbose.pretty | 820 'reason': set([('epitem', 'nwait'),
|