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

  /src/sys/kern/
kern_physio.c 220 physio(void (*strategy)(struct buf *), struct buf *obp, dev_t dev, int flags, function
250 cv_init(&ps->ps_cv, "physio");
298 * B_RAW because B_RAW is to be "set by physio for
449 * A minphys() routine is called by physio() to adjust the size of each
kern_physio.c 220 physio(void (*strategy)(struct buf *), struct buf *obp, dev_t dev, int flags, function
250 cv_init(&ps->ps_cv, "physio");
298 * B_RAW because B_RAW is to be "set by physio for
449 * A minphys() routine is called by physio() to adjust the size of each

Completed in 35 milliseconds