/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) {
|
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) {
|
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);
|
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);
|
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);
|