Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/kern/
H A Dkern_lockf.c462 struct lockf *adjacent = *lf; in lf_coalesce_adjacent() local
469 lf_move_blocked(lock, adjacent); in lf_coalesce_adjacent()
471 zfree(KT_LOCKF, adjacent); in lf_coalesce_adjacent()
477 struct lockf *adjacent = *lf; in lf_coalesce_adjacent() local
484 lf_move_blocked(lock, adjacent); in lf_coalesce_adjacent()
486 zfree(KT_LOCKF, adjacent); in lf_coalesce_adjacent()