Lines Matching defs:preload
235 int preload;
279 * check to see if this is a "preload" (i.e. uvm_page_init hasn't been
283 preload = 1; /* We are going to assume it is a preload */
286 /* If there are non NULL pages then we are not in a preload */
288 preload = 0;
303 if (!preload) {
360 if (__predict_true(!preload))
631 int preload, lcv;
634 * check to see if this is a "preload" (i.e. uvm_page_init hasn't been
642 preload = (lcv == vm_nphysmem);
648 if (!preload) {
784 * check to see if this is a "preload" (i.e. uvm_page_init hasn't been