Home
last modified time | relevance | path

Searched refs:SBUF_NOWAIT (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/sys/
H A Dsbuf.h53 #define SBUF_NOWAIT 0x00000008 /* Extend with non-blocking malloc */ macro
/freebsd/sys/kern/
H A Dsubr_sbuf.c79 (((s)->s_flags & SBUF_NOWAIT) ? M_NOWAIT : M_WAITOK)
211 (flags & SBUF_NOWAIT) ? M_NOWAIT : M_WAITOK); in sbuf_new()
H A Dsubr_bus.c6129 SBUF_INCLUDENUL | SBUF_NOWAIT); in dev_wired_cache_match()
/freebsd/sys/dev/nvme/
H A Dnvme_ctrlr.c66 if (sbuf_new(&sb, NULL, 0, SBUF_AUTOEXTEND | SBUF_NOWAIT) == NULL) in nvme_ctrlr_devctl_va()
93 if (sbuf_new(&sb, NULL, 0, SBUF_AUTOEXTEND | SBUF_NOWAIT) == NULL) in nvme_ctrlr_devctl_log()
/freebsd/sys/dev/sdhci/
H A Dsdhci.c263 if (sbuf_new(&s, NULL, 1024, SBUF_NOWAIT | SBUF_AUTOEXTEND) == NULL) { in sdhci_dumpregs()
343 if (sbuf_new(&s, NULL, 1024, SBUF_NOWAIT | SBUF_AUTOEXTEND) == NULL) { in sdhci_dumpcaps()