Searched refs:oom (Results 1 - 4 of 4) sorted by relevance

/openbsd-current/libexec/ld.so/
H A Ddl_printf.c263 static const char oom[] = ": out of memory\n"; local
267 _dl_write(2, oom, sizeof(oom) - 1);
/openbsd-current/sys/uvm/
H A Duvm_swap.c223 int oom = 0; variable
355 if (oom) {
356 msleep_nsec(&oom, &oommtx, PVM | PNORELOCK,
357 "oom", INFSLP);
360 oom = 1;
391 KASSERT(oom == 1);
392 oom = 0;
394 wakeup(&oom);
/openbsd-current/sys/dev/pci/drm/i915/gem/
H A Di915_gem_shrinker.c7 #include <linux/oom.h>
132 * we will force the wake during oom-notifier.
/openbsd-current/sys/dev/pci/drm/i915/
H A Di915_driver.c33 #include <linux/oom.h>

Completed in 165 milliseconds