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

/darwin-on-arm/xnu/bsd/kern/
H A Dkern_lockf.c355 * Description: Helper function: when setting a lock, coalesce adjacent
356 * locks. Needed because adjacent locks are not overlapping,
359 * Parameters: lock The new lock which may be adjacent
380 * NOTE: Assumes that if two locks are adjacent on the number line
381 * and belong to the same owner, then they are adjacent on the list.
385 struct lockf *adjacent = *lf; local
387 LOCKF_DEBUG(0, "lf_coalesce_adjacent: coalesce adjacent previous\n");
392 lf_move_blocked(lock, adjacent);
394 FREE(adjacent, M_LOCKF);
397 /* If the lock starts adjacent t
400 struct lockf *adjacent = *lf; local
[all...]

Completed in 17 milliseconds