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

  /src/sys/sys/
file.h 149 u_int f_advice; /* access pattern hint; UVM_ADV_* */ member in struct:file
  /src/sys/kern/
vfs_vnops.c 653 ioflag = IO_ADV_ENCODE(fp->f_advice);
693 ioflag = IO_ADV_ENCODE(fp->f_advice) | IO_UNIT;
1289 * do this, as f_advice is sub-word sized.
1292 fp->f_advice = (u_char)advice;
kern_descrip.c 1166 fp->f_advice = 0;
2405 fp->f_advice = fpsrc->f_advice;

Completed in 77 milliseconds