HomeSort by: relevance | last modified time | path
    Searched refs:start_hint (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/fs/efs/
efs_subr.c 406 * If start_hint is non-0, attempt to set up the iterator beginning with the
407 * extent descriptor in which the start_hint'th byte exists. Callers must not
413 off_t start_hint)
428 if (start_hint == 0)
432 if (start_hint >= eip->ei_size) {
438 * Use start_hint to jump to the right extent descriptor. We'll
453 if (start_hint >= offset &&
454 start_hint < (offset + length)) {
495 if (offset > start_hint) {
543 if (start_hint >= offset && start_hint < (offset + length)
    [all...]
  /src/sys/uvm/
uvm_physseg.c 103 u_long start_hint; /* start looking for free pages here */ member in struct:uvm_physseg
1115 return HANDLE_TO_PHYSSEG_NODE(upm)->start_hint;
1119 uvm_physseg_set_start_hint(uvm_physseg_t upm, u_long start_hint)
1124 HANDLE_TO_PHYSSEG_NODE(upm)->start_hint = start_hint;

Completed in 22 milliseconds