Searched refs:__lock_grow_region (Results 1 – 3 of 3) sorted by relevance
13 int __lock_grow_region __P((DB_LOCKTAB *, int, size_t));
462 if ((ret = __lock_grow_region(lt, DB_LOCK_LOCK, 0)) != 0)820 if ((ret = __lock_grow_region(lt, DB_LOCK_OBJ, 0)) != 0)835 if ((ret = __lock_grow_region(lt,
338 __lock_grow_region(lt, which, howmuch) in __lock_grow_region() function