Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/kern/
H A Dkern_lockf.c1464 lf_wakelock(struct lockf *listhead, boolean_t force_all) in lf_wakelock() argument
1469 if (force_all == FALSE && (listhead->lf_flags & F_WAKE1_SAFE)) { in lf_wakelock()
1473 while (!TAILQ_EMPTY(&listhead->lf_blkhd)) { in lf_wakelock()
1474 wakelock = TAILQ_FIRST(&listhead->lf_blkhd); in lf_wakelock()
1475 TAILQ_REMOVE(&listhead->lf_blkhd, wakelock, lf_block); in lf_wakelock()
1489 if (!TAILQ_EMPTY(&listhead->lf_blkhd)) { in lf_wakelock()
1490 TAILQ_CONCAT(&wakelock->lf_blkhd, &listhead->lf_blkhd, lf_block); in lf_wakelock()
/xnu-11215.1.10/bsd/dev/dtrace/
H A Ddtrace_subr.c118 LIST_HEAD(listhead, dtrace_proc_awaited_entry) dtrace_proc_awaited_head
/xnu-11215.1.10/bsd/vfs/
H A Dvfs_bio.c1599 struct buflists *listhead; member
1628 list[num_lists].listhead = &vp->v_dirtyblkhd; in buf_iterate()
1633 list[num_lists].listhead = &vp->v_cleanblkhd; in buf_iterate()
1647 LIST_INSERT_HEAD(list[i].listhead, bp, b_vnbufs); in buf_iterate()
H A Dvfs_fsevents.c546 void *junkptr = zalloc_noblock(event_zone), *listhead = kfse_list_head.lh_first; in add_fsevent() local
549 … printf("add_fsevent: kfse_list head %p ; num_pending_rename %d\n", listhead, num_pending_rename); in add_fsevent()