OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TAILQ_EMPTY
(Results
1 - 25
of
155
) sorted by relevancy
1
2
3
4
5
6
7
/src/lib/libpanel/
above.c
39
if (
TAILQ_EMPTY
(&_deck))
del.c
59
assert(
TAILQ_EMPTY
(&_deck));
new.c
68
if (
TAILQ_EMPTY
(&_deck)) {
/src/sys/ufs/chfs/
chfs_erase.c
66
if (!
TAILQ_EMPTY
(&chmp->chm_erasable_pending_wbuf_queue)) {
121
KASSERT(!
TAILQ_EMPTY
(&chmp->chm_free_queue));
chfs_gc.c
168
if (!
TAILQ_EMPTY
(&chmp->chm_erase_pending_queue)) {
358
if (n<50 && !
TAILQ_EMPTY
(&chmp->chm_erase_pending_queue)) {
361
} else if (n<110 && !
TAILQ_EMPTY
(&chmp->chm_very_dirty_queue) ) {
364
} else if (n<126 && !
TAILQ_EMPTY
(&chmp->chm_dirty_queue) ) {
367
} else if (!
TAILQ_EMPTY
(&chmp->chm_clean_queue)) {
370
} else if (!
TAILQ_EMPTY
(&chmp->chm_dirty_queue)) {
374
} else if (!
TAILQ_EMPTY
(&chmp->chm_very_dirty_queue)) {
378
} else if (!
TAILQ_EMPTY
(&chmp->chm_erase_pending_queue)) {
382
} else if (!
TAILQ_EMPTY
(&chmp->chm_erasable_pending_wbuf_queue)) {
531
if (!
TAILQ_EMPTY
(&chmp->chm_erase_pending_queue))
[
all
...]
chfs_build.c
139
if (!
TAILQ_EMPTY
(&vc->scan_dirents)) {
301
if (!
TAILQ_EMPTY
(&vc->scan_dirents))
354
KASSERT(
TAILQ_EMPTY
(&vc->scan_dirents));
chfs_vfsops.c
358
KASSERT(
TAILQ_EMPTY
(&chmp->chm_erase_pending_queue));
359
KASSERT(
TAILQ_EMPTY
(&chmp->chm_erasable_pending_wbuf_queue));
360
KASSERT(
TAILQ_EMPTY
(&chmp->chm_very_dirty_queue));
361
KASSERT(
TAILQ_EMPTY
(&chmp->chm_dirty_queue));
362
KASSERT(
TAILQ_EMPTY
(&chmp->chm_clean_queue));
363
KASSERT(
TAILQ_EMPTY
(&chmp->chm_free_queue));
/src/sys/external/bsd/drm/dist/bsd-core/
drm_fops.c
99
priv->master =
TAILQ_EMPTY
(&dev->files);
157
priv->master =
TAILQ_EMPTY
(&dev->files);
/src/sys/external/bsd/common/linux/
linux_work.c
287
fail0: KASSERT(
TAILQ_EMPTY
(&wq->wq_dqueue));
288
KASSERT(
TAILQ_EMPTY
(&wq->wq_queue));
289
KASSERT(
TAILQ_EMPTY
(&wq->wq_rcu));
290
KASSERT(
TAILQ_EMPTY
(&wq->wq_delayed));
327
while (!
TAILQ_EMPTY
(&wq->wq_delayed)) {
359
while (!
TAILQ_EMPTY
(&wq->wq_rcu))
379
KASSERT(
TAILQ_EMPTY
(&wq->wq_dqueue));
380
KASSERT(
TAILQ_EMPTY
(&wq->wq_queue));
381
KASSERT(
TAILQ_EMPTY
(&wq->wq_rcu));
382
KASSERT(
TAILQ_EMPTY
(&wq->wq_delayed))
[
all
...]
/src/sys/kern/
kern_threadpool.c
429
KASSERT(
TAILQ_EMPTY
(&pool->tp_idle_threads));
430
KASSERT(
TAILQ_EMPTY
(&pool->tp_jobs));
449
KASSERT(
TAILQ_EMPTY
(&pool->tp_jobs));
465
KASSERT(
TAILQ_EMPTY
(&pool->tp_idle_threads));
466
KASSERT(
TAILQ_EMPTY
(&pool->tp_jobs));
874
if (__predict_false(
TAILQ_EMPTY
(&pool->tp_idle_threads))) {
985
while (
TAILQ_EMPTY
(&pool->tp_jobs)) {
993
if (__predict_false(
TAILQ_EMPTY
(&pool->tp_jobs)))
997
if (
TAILQ_EMPTY
(&pool->tp_idle_threads)) {
1058
TAILQ_EMPTY
(&pool->tp_idle_threads)))
[
all
...]
/src/sys/rump/librump/rumpkern/
intr.c
159
if (!
TAILQ_EMPTY
(&si_lvl->si_pending)) {
207
while (
TAILQ_EMPTY
(&sicpupending)) {
468
if (!
TAILQ_EMPTY
(&si_lvl[i].si_pending))
/src/lib/libpuffs/
puffs_priv.h
78
&& ((!
TAILQ_EMPTY
(&fio->snd_qing) \
84
&& (((
TAILQ_EMPTY
(&fio->snd_qing) \
/src/sys/altq/
altq_var.h
154
#ifndef
TAILQ_EMPTY
155
#define
TAILQ_EMPTY
(head) ((head)->tqh_first == NULL)
/src/lib/libresolv/
res_update.c
194
while (!
TAILQ_EMPTY
(&zgrps)) {
/src/lib/librumpuser/
rumpfiber.c
757
assert(
TAILQ_EMPTY
(&mtx->waiters) && mtx->o == NULL);
828
if (rw->o == NULL &&
TAILQ_EMPTY
(&rw->wwait)) {
853
if (!
TAILQ_EMPTY
(&rw->wwait)) {
856
} else if (!
TAILQ_EMPTY
(&rw->rwait) && rw->o == NULL) {
/src/sys/fs/nfs/common/
nfs_lock.c
115
while (!
TAILQ_EMPTY
(&nfslock_list)) {
136
while (
TAILQ_EMPTY
(&nfslock_list)) {
/src/sys/netinet/
sctp_timer.c
1200
if (
TAILQ_EMPTY
(&stcb->asoc.out_wheel)) {
1213
if (!
TAILQ_EMPTY
(&outs->outqueue)) {
1226
if ((
TAILQ_EMPTY
(&stcb->asoc.send_queue)) &&
1227
(
TAILQ_EMPTY
(&stcb->asoc.sent_queue))) {
1260
(
TAILQ_EMPTY
(&stcb->asoc.send_queue)) &&
1261
(
TAILQ_EMPTY
(&stcb->asoc.sent_queue))) {
1388
if (
TAILQ_EMPTY
(&asoc->send_queue) &&
1389
TAILQ_EMPTY
(&asoc->sent_queue)) {
tcp_sack.c
317
if (
TAILQ_EMPTY
(&tp->snd_holes)) {
478
if (
TAILQ_EMPTY
(&tp->snd_holes))
/src/sys/arch/hpcmips/tx/
tx39icu.c
540
if (
TAILQ_EMPTY
(&sc->sc_he_head[pri])) {
680
if (
TAILQ_EMPTY
(&sc->sc_p_head)) {
713
if (
TAILQ_EMPTY
(&sc->sc_p_head)) {
/src/sys/net/agr/
ieee8023ad_lacp.c
374
KASSERT(!
TAILQ_EMPTY
(&la->la_ports));
488
KASSERT(
TAILQ_EMPTY
(&lsc->lsc_aggregators));
644
KASSERT(best_la == NULL || !
TAILQ_EMPTY
(&best_la->la_ports));
/src/usr.bin/man/
man.c
284
!
TAILQ_EMPTY
(&m.section->entrylist) &&
1021
return t != NULL && !
TAILQ_EMPTY
(&t->entrylist) ?
1069
if (
TAILQ_EMPTY
(&path->entrylist))
/src/sys/arch/arm/footbridge/isa/
isa_machdep.c
223
if (!
TAILQ_EMPTY
(&isa_intrq[irq].iq_list))
416
if (
TAILQ_EMPTY
(&(iq->iq_list)))
/src/sys/dev/ic/
osiop.c
465
if (!
TAILQ_EMPTY
(&sc->nexus_list))
647
if (!
TAILQ_EMPTY
(&sc->ready_list))
1012
if (
TAILQ_EMPTY
(&sc->nexus_list)) {
1140
if (!
TAILQ_EMPTY
(&sc->nexus_list))
1289
if (!
TAILQ_EMPTY
(&sc->nexus_list))
1308
if (!
TAILQ_EMPTY
(&sc->nexus_list))
1327
if (!
TAILQ_EMPTY
(&sc->nexus_list))
1471
if (!
TAILQ_EMPTY
(&sc->ready_list))
/src/sys/dist/pf/net/
pf_ruleset.c
292
if (!
TAILQ_EMPTY
(ruleset->rules[i].active.ptr) ||
293
!
TAILQ_EMPTY
(ruleset->rules[i].inactive.ptr) ||
/src/usr.bin/config/
mkmakefile.c
414
if (
TAILQ_EMPTY
(&a->a_files))
485
if (
TAILQ_EMPTY
(&a->a_files))
Completed in 179 milliseconds
1
2
3
4
5
6
7
Indexes created Mon Oct 20 03:09:53 GMT 2025