Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/kern/
H A Dkern_lockf.c453 struct lockf *adjacent = *lf; in lf_coalesce_adjacent() local
460 lf_move_blocked(lock, adjacent); in lf_coalesce_adjacent()
462 zfree(KT_LOCKF, adjacent); in lf_coalesce_adjacent()
468 struct lockf *adjacent = *lf; in lf_coalesce_adjacent() local
475 lf_move_blocked(lock, adjacent); in lf_coalesce_adjacent()
477 zfree(KT_LOCKF, adjacent); in lf_coalesce_adjacent()