Home
last modified time | relevance | path

Searched refs:listhead (Results 1 – 4 of 4) sorted by relevance

/xnu-8792.41.9/bsd/kern/ !
H A Dkern_lockf.c1467 lf_wakelock(struct lockf *listhead, boolean_t force_all) in lf_wakelock() argument
1472 if (force_all == FALSE && (listhead->lf_flags & F_WAKE1_SAFE)) { in lf_wakelock()
1476 while (!TAILQ_EMPTY(&listhead->lf_blkhd)) { in lf_wakelock()
1477 wakelock = TAILQ_FIRST(&listhead->lf_blkhd); in lf_wakelock()
1478 TAILQ_REMOVE(&listhead->lf_blkhd, wakelock, lf_block); in lf_wakelock()
1492 if (!TAILQ_EMPTY(&listhead->lf_blkhd)) { in lf_wakelock()
1493 TAILQ_CONCAT(&wakelock->lf_blkhd, &listhead->lf_blkhd, lf_block); in lf_wakelock()
/xnu-8792.41.9/bsd/dev/dtrace/ !
H A Ddtrace_subr.c118 LIST_HEAD(listhead, dtrace_proc_awaited_entry) dtrace_proc_awaited_head
/xnu-8792.41.9/bsd/vfs/ !
H A Dvfs_bio.c1579 struct buflists *listhead; member
1608 list[num_lists].listhead = &vp->v_dirtyblkhd; in buf_iterate()
1613 list[num_lists].listhead = &vp->v_cleanblkhd; in buf_iterate()
1627 LIST_INSERT_HEAD(list[i].listhead, bp, b_vnbufs); in buf_iterate()
H A Dvfs_fsevents.c534 void *junkptr = zalloc_noblock(event_zone), *listhead = kfse_list_head.lh_first; in add_fsevent() local
537 … printf("add_fsevent: kfse_list head %p ; num_pending_rename %d\n", listhead, num_pending_rename); in add_fsevent()