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

  /src/sys/kern/
vfs_wapbl.c 159 * wapbl_truncate advances wl_tail past any completed `C'
168 * Only wapbl_flush moves the head, except when wapbl_truncate
171 * Only wapbl_truncate moves the tail, except when wapbl_flush
1522 * wapbl_truncate(wl, minfree)
1533 wapbl_truncate(struct wapbl *wl, size_t minfree) function in typeref:typename:int
1559 ("wapbl_truncate: sleeping on %p"
1610 ("wapbl_truncate thread %d.%d truncating %zu bytes\n",
1839 error = wapbl_truncate(wl, flushsize);
1965 error = wapbl_truncate(wl, wl->wl_circ_size -

Completed in 13 milliseconds