Lines Matching full:existing
412 * @key_tmp: Pointer to the existing key that overlaps.
415 * This function modifies the existing key (key_tmp) when there is an
443 * fixup_overlap_contain - Handle case where new key completely contains an existing key.
445 * @key_tmp: Pointer to the existing key that is being contained.
448 * This function deletes the existing key (key_tmp) when the new key
468 * fixup_overlap_contained - Handle overlap when a new key is contained in an existing key.
470 * @key_tmp: The existing cache key that overlaps with the new key.
473 * This function adjusts the existing key if the new key is contained
474 * within it. If the existing key is empty, it indicates a placeholder key
535 * fixup_overlap_head - Handle overlap when a new key overlaps with the head of an existing key.
537 * @key_tmp: The existing cache key that overlaps with the new key.
540 * This function adjusts the existing key if the new key overlaps