Searched refs:buf_realloc_pages (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/sys/kern/
H A Dvfs_biomem.c324 buf_realloc_pages(struct buf *bp, struct uvm_constraint_range *where, function
H A Dvfs_bio.c61 int buf_realloc_pages(struct buf *, struct uvm_constraint_range *, int);
385 if (buf_realloc_pages(bp, &high_constraint, UVM_PLA_NOWAIT) == 0) {
412 (void) buf_realloc_pages(bp, &dma_constraint, UVM_PLA_WAITOK);

Completed in 198 milliseconds