OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:coalesce
(Results
1 - 2
of
2
) sorted by relevancy
/src/tests/kernel/
t_extent.c
114
ATF_TC(
coalesce
);
115
ATF_TC_HEAD(
coalesce
, tc)
119
ATF_TC_BODY(
coalesce
, tc)
372
ATF_TP_ADD_TC(tp,
coalesce
);
/src/sys/kern/
subr_extent.c
366
* a region after us, attempt to
coalesce
to save
373
* We can
coalesce
. Prepend us to the first region.
381
* Can't
coalesce
. Fill in the region descriptor
397
* Attempt to
coalesce
with the region before us.
401
* We can
coalesce
. Append ourselves and make
409
* Attempt to
coalesce
with the region after us.
414
* We can
coalesce
. Note that if we appended ourselves
438
* We weren't able to
coalesce
with the next region, but
512
* if we can
coalesce
with another region. Don't lock before
671
* if we can
coalesce
with another region. Don't lock befor
1056
const bool
coalesce
= (ex->ex_flags & EXF_NOCOALESCE) == 0;
local in function:extent_free
[
all
...]
Completed in 13 milliseconds
Indexes created Wed Oct 15 03:09:54 GMT 2025