Home
last modified time | relevance | path

Searched refs:wbctotal (Results 1 – 1 of 1) sorted by relevance

/xnu-12377.81.4/bsd/kern/
H A Dkern_symfile.c238 off_t maxiocount, count, segcount, wbctotal, set_file_size; in kern_open_file_for_direct_io() local
303 wbctotal = 0; in kern_open_file_for_direct_io()
336 wbctotal += wbc_range.extents[idx].length; in kern_open_file_for_direct_io()
338 kprintf("kern_direct_file(%s): wbc %qd\n", ref->name, wbctotal); in kern_open_file_for_direct_io()
339 if (wbctotal) { in kern_open_file_for_direct_io()
346 if (wbctotal) { in kern_open_file_for_direct_io()
348 if (wbctotal >= set_file_size_min) { in kern_open_file_for_direct_io()
351 set_file_size_min -= wbctotal; in kern_open_file_for_direct_io()