OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LIST_EMPTY
(Results
1 - 25
of
122
) sorted by relevancy
1
2
3
4
5
/src/tests/include/sys/
t_list.c
80
ATF_CHECK_MSG(
LIST_EMPTY
(&new_head), "New list not empty!");
/src/sys/ufs/lfs/
ulfs_inode.h
172
#define VPISEMPTY(vp) (
LIST_EMPTY
(&(vp)->v_dirtyblkhd) && \
177
(!
LIST_EMPTY
(&(vp)->v_dirtyblkhd) && \
/src/crypto/external/bsd/libsaslc/dist/src/
dict.c
170
while (!
LIST_EMPTY
(dict + i))
297
if (!
LIST_EMPTY
(dict))
mech.c
154
while (!
LIST_EMPTY
(list)) {
/src/sys/kern/
kern_turnstile.c
396
KASSERT(
LIST_EMPTY
(&ts->ts_sleepq[TS_READER_Q]));
397
KASSERT(
LIST_EMPTY
(&ts->ts_sleepq[TS_WRITER_Q]));
415
KASSERT(!
LIST_EMPTY
(&ts->ts_sleepq[TS_READER_Q]) ||
416
!
LIST_EMPTY
(&ts->ts_sleepq[TS_WRITER_Q]));
kern_condvar.c
467
if (__predict_false(!
LIST_EMPTY
(CV_SLEEPQ(cv)))) {
514
if (__predict_false(!
LIST_EMPTY
(CV_SLEEPQ(cv)))) {
558
return !
LIST_EMPTY
(CV_SLEEPQ(cv));
/src/sys/net/npf/
npf_conndb.c
153
KASSERT(
LIST_EMPTY
(&cd->cd_list));
154
KASSERT(
LIST_EMPTY
(&cd->cd_gclist));
420
if (sync && (gcref || !
LIST_EMPTY
(&cd->cd_gclist))) {
430
if (
LIST_EMPTY
(&cd->cd_gclist)) {
npf_worker.c
299
KASSERTMSG(
LIST_EMPTY
(&winfo->instances),
npf_rproc.c
90
KASSERT(
LIST_EMPTY
(&npf->ext_list));
/src/external/bsd/nvi/dist/ex/
ex_display.c
95
if (
LIST_EMPTY
(&sp->wp->cutq) && sp->wp->dcbp == NULL) {
/src/sys/arch/mips/atheros/
ar_intr.c
160
first =
LIST_EMPTY
(&intr->intr_qh);
184
if (
LIST_EMPTY
(&intr->intr_qh)) {
/src/sys/arch/atari/atari/
intr.c
154
if (
LIST_EMPTY
(vec_list)) {
258
if (
LIST_EMPTY
(vec_list) && (ih->ih_type & FAST_VEC) != 0)
/src/sbin/fsck_lfs/
vnode.c
176
if (
LIST_EMPTY
(&vp->v_dirtyblkhd) &&
/src/sys/arch/newsmips/dev/
hb.c
110
if (
LIST_EMPTY
(&ip->intr_q)) {
/src/sys/arch/m68k/m68k/
m68k_intr.c
328
if (
LIST_EMPTY
(list)) {
369
empty =
LIST_EMPTY
(&m68k_intrhands_autovec[ih->ih_ipl]);
/src/sys/arch/powerpc/powerpc/
pmap_subr.c
296
KDASSERT(
LIST_EMPTY
(&md->mdpg_pvoh));
377
KDASSERT(
LIST_EMPTY
(&md->mdpg_pvoh));
/src/sys/fs/nfs/server/
nfs_nfsdstate.c
302
(!
LIST_EMPTY
(&clp->lc_open) || !
LIST_EMPTY
(&clp->lc_deleg))) {
311
if (!
LIST_EMPTY
(&clp->lc_deleg)) {
313
} else if (
LIST_EMPTY
(&clp->lc_open)) {
319
if (!
LIST_EMPTY
(&stp->ls_open)) {
725
if (!
LIST_EMPTY
(&clp->lc_stateid[i])) {
732
if (!
LIST_EMPTY
(&clp->lc_session) || !
LIST_EMPTY
(&clp->lc_deleg)) {
1117
&& ((
LIST_EMPTY
(&clp->lc_deleg)
1118
&&
LIST_EMPTY
(&clp->lc_open)) |
[
all
...]
/src/sys/net/
if_pppoe.c
309
if (!
LIST_EMPTY
(&pppoe_softc_list)) {
403
if (
LIST_EMPTY
(&pppoe_softc_list)) {
440
if (
LIST_EMPTY
(&pppoe_softc_list)) {
548
if (
LIST_EMPTY
(&pppoe_softc_list)) {
824
if (
LIST_EMPTY
(&pppoe_softc_list)) {
888
if (!
LIST_EMPTY
(&pppoe_softc_list)) {
940
if (!
LIST_EMPTY
(&pppoe_softc_list)) {
1111
if (!
LIST_EMPTY
(&pppoe_softc_list)) {
1148
if (
LIST_EMPTY
(&pppoe_softc_list)) {
/src/sys/netbt/
rfcomm_session.c
220
KASSERT(
LIST_EMPTY
(&rs->rs_dlcs));
317
while (!
LIST_EMPTY
(&rs->rs_dlcs)) {
324
if (
LIST_EMPTY
(&rs->rs_dlcs)) {
401
while (!
LIST_EMPTY
(&rs->rs_dlcs)) {
558
if (!
LIST_EMPTY
(&rs->rs_dlcs))
891
if (
LIST_EMPTY
(&rs->rs_dlcs)) {
/src/sys/fs/nfs/common/
nfs_fha.c
491
if (!
LIST_EMPTY
(&softc->fha_hash[i].list))
502
if (
LIST_EMPTY
(&softc->fha_hash[i].list)) {
/src/sys/arch/mips/ralink/
ralink_intr.c
304
LIST_EMPTY
(&ra_intrtab[ih->ih_irq].intr_list)) {
/src/usr.bin/locate/locate/
locate.c
165
if (
LIST_EMPTY
(&db_list))
/src/crypto/dist/ipsec-tools/src/racoon/
sainfo.c
255
if(
LIST_EMPTY
(&sitree)) {
/src/sys/arch/virt68k/virt68k/
intr.c
246
if (
LIST_EMPTY
(&intrhands[IRQ_TO_IHLIST(ih->ih_irq)])) {
/src/sys/ufs/ext2fs/
ext2fs_inode.c
468
(!
LIST_EMPTY
(&ovp->v_cleanblkhd) ||
469
!
LIST_EMPTY
(&ovp->v_dirtyblkhd)))
Completed in 43 milliseconds
1
2
3
4
5
Indexes created Sun Jun 14 00:25:39 UTC 2026