Searched refs:SFB_NOWAIT (Results 1 - 10 of 10) sorted by relevance

/freebsd-current/sys/compat/linuxkpi/common/include/linux/
H A Dhighmem.h66 sf = sf_buf_alloc(page, SFB_NOWAIT | SFB_CPUPRIVATE);
110 sf = sf_buf_alloc(page, SFB_NOWAIT | SFB_CPUPRIVATE);
H A Dscatterlist.h596 sf = sf_buf_alloc(page, SFB_CPUPRIVATE | SFB_NOWAIT);
651 sf = sf_buf_alloc(page, SFB_CPUPRIVATE | SFB_NOWAIT);
/freebsd-current/sys/sys/
H A Dsf_buf.h186 #define SFB_NOWAIT 4 /* Return NULL if all bufs are used. */ macro
/freebsd-current/sys/kern/
H A Dsubr_sfbuf.c139 if (flags & SFB_NOWAIT)
H A Dkern_sendfile.c1067 m != NULL ? SFB_NOWAIT : SFB_CATCH);
H A Dkern_mbuf.c1011 sf = sf_buf_alloc(pg, SFB_NOWAIT);
/freebsd-current/sys/x86/iommu/
H A Diommu_utils.c130 == 0 ? SFB_NOWAIT : 0));
/freebsd-current/sys/net/
H A Dbpf_zerocopy.c153 * deadlock and use SFB_NOWAIT.
164 sf = sf_buf_alloc(pp, SFB_NOWAIT);
/freebsd-current/sys/dev/md/
H A Dmd.c525 (md_malloc_wait ? 0 : SFB_NOWAIT));
/freebsd-current/sys/dev/ti/
H A Dif_ti.c1626 sf[i] = sf_buf_alloc(frame, SFB_NOWAIT);

Completed in 213 milliseconds