OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:slack
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/fs/udf/
udf_allocation.c
1068
uint64_t
slack
;
local in function:udf_reserve_space
1071
slack
= 0;
1073
slack
= UDF_DISC_SLACK;
1081
if (num_lb +
slack
< freeblks)
1094
if (num_lb +
slack
>= freeblks) {
1100
udf_collect_free_space_for_vpart(ump, vpart_num, num_lb +
slack
);
1105
if (num_lb +
slack
<= freeblks) {
/src/sys/kern/
subr_pool.c
812
int itemspace,
slack
;
local in function:pool_init
975
* Use the
slack
between the chunks and the page header
978
slack
= itemspace - pp->pr_itemsperpage * pp->pr_size;
979
pp->pr_maxcolor = rounddown(
slack
, align);
Completed in 40 milliseconds
Indexes created Sat Sep 27 22:09:54 GMT 2025