OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LIST_EMPTY
(Results
1 - 25
of
100
) sorted by relevancy
1
2
3
4
/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/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/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
466
if (__predict_false(!
LIST_EMPTY
(CV_SLEEPQ(cv)))) {
513
if (__predict_false(!
LIST_EMPTY
(CV_SLEEPQ(cv)))) {
557
return !
LIST_EMPTY
(CV_SLEEPQ(cv));
/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
155
if (
LIST_EMPTY
(vec_list)) {
259
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/powerpc/powerpc/
pmap_subr.c
296
KDASSERT(
LIST_EMPTY
(&md->mdpg_pvoh));
377
KDASSERT(
LIST_EMPTY
(&md->mdpg_pvoh));
/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/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
304
if (!
LIST_EMPTY
(&pppoe_softc_list)) {
397
if (
LIST_EMPTY
(&pppoe_softc_list)) {
434
if (
LIST_EMPTY
(&pppoe_softc_list)) {
542
if (
LIST_EMPTY
(&pppoe_softc_list)) {
818
if (
LIST_EMPTY
(&pppoe_softc_list)) {
882
if (!
LIST_EMPTY
(&pppoe_softc_list)) {
934
if (!
LIST_EMPTY
(&pppoe_softc_list)) {
1105
if (!
LIST_EMPTY
(&pppoe_softc_list)) {
1142
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)) {
rfcomm_dlc.c
178
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/sys/arch/virt68k/virt68k/
intr.c
246
if (
LIST_EMPTY
(&intrhands[IRQ_TO_IHLIST(ih->ih_irq)])) {
/src/tests/fs/puffs/h_dtfs/
dtfs_vnops.c
226
if (!
LIST_EMPTY
(&df->df_dirents))
349
if (!
LIST_EMPTY
(&df_targ->df_dirents))
/src/sys/ufs/ext2fs/
ext2fs_inode.c
468
(!
LIST_EMPTY
(&ovp->v_cleanblkhd) ||
469
!
LIST_EMPTY
(&ovp->v_dirtyblkhd)))
/src/sys/dev/sysmon/
sysmon_wdog.c
124
if ( !
LIST_EMPTY
(&sysmon_wdog_list))
/src/sys/fs/nfs/client/
nfs_clstate.c
1444
if (!
LIST_EMPTY
(&lp->nfsl_lock)) {
1642
if (!printed && !
LIST_EMPTY
(&dp->nfsdl_lock)) {
1665
if (
LIST_EMPTY
(&owp->nfsow_open))
1702
if (
LIST_EMPTY
(&owp->nfsow_open))
1726
if (
LIST_EMPTY
(&lp->nfsl_lock))
2057
if (
LIST_EMPTY
(&lp->nfsl_lock))
2528
if (
LIST_EMPTY
(&owp->nfsow_open)) {
2606
if (!
LIST_EMPTY
(&lp->nfsl_lock)) {
2800
if (openowner && !
LIST_EMPTY
(&owp->nfsow_open))
2836
if (openowner && !
LIST_EMPTY
(&owp->nfsow_open)
[
all
...]
Completed in 27 milliseconds
1
2
3
4
Indexes created Thu Oct 16 14:10:15 GMT 2025