Symbol: lwbuf
sbin/gpt/show.c
84
char *s, humansz[sizeof("99.9GB")], lwbuf[32];
sbin/gpt/show.c
89
lbawidth = sprintf(lwbuf, "%ju", (uintmax_t)(mediasz / secsz));
sys/cpu/x86_64/include/lwbuf.h
66
lwbuf_page(struct lwbuf *lwb)
sys/cpu/x86_64/include/lwbuf.h
72
lwbuf_kva(struct lwbuf *lwb)
sys/cpu/x86_64/include/lwbuf.h
77
static __inline struct lwbuf *
sys/cpu/x86_64/include/lwbuf.h
78
lwbuf_alloc(vm_page_t m, struct lwbuf *lwb_cache)
sys/cpu/x86_64/include/lwbuf.h
80
struct lwbuf *lwb = lwb_cache;
sys/cpu/x86_64/include/lwbuf.h
89
lwbuf_free(struct lwbuf *lwb)
sys/cpu/x86_64/misc/lwbuf.c
101
lwbuf_free(struct lwbuf *lwb)
sys/cpu/x86_64/misc/lwbuf.c
59
struct objcache_malloc_args lwbuf_malloc_args = { sizeof(struct lwbuf), M_LWBUF };
sys/cpu/x86_64/misc/lwbuf.c
65
struct lwbuf *lwb = (struct lwbuf *)obj;
sys/cpu/x86_64/misc/lwbuf.c
89
struct lwbuf *
sys/cpu/x86_64/misc/lwbuf.c
90
lwbuf_alloc(vm_page_t m, struct lwbuf *lwb_cache)
sys/cpu/x86_64/misc/lwbuf.c
92
struct lwbuf *lwb = lwb_cache;
sys/kern/imgact_elf.c
1730
struct lwbuf *lwb;
sys/kern/imgact_elf.c
1731
struct lwbuf lwb_cache;
sys/kern/imgact_elf.c
1826
struct lwbuf *lwb;
sys/kern/imgact_elf.c
1827
struct lwbuf lwb_cache;
sys/kern/imgact_elf.c
365
struct lwbuf *lwb;
sys/kern/imgact_elf.c
366
struct lwbuf lwb_cache;
sys/kern/kern_exec.c
771
struct lwbuf **plwb, const char **pdata)
sys/kern/kern_exec.c
870
exec_unmap_page(struct lwbuf *lwb)
sys/kern/kern_sfbuf.c
127
lwbuf_free(sf->lwbuf);
sys/kern/kern_sfbuf.c
60
sf->lwbuf = NULL;
sys/kern/kern_sfbuf.c
89
if ((sf->lwbuf = lwbuf_alloc(m, &sf->lwbuf_cache)) == NULL) {
sys/kern/kern_sfbuf.c
98
lwbuf_set_global(sf->lwbuf);
sys/kern/kern_subr.c
542
struct lwbuf lwb_cache;
sys/kern/kern_subr.c
543
struct lwbuf *lwb;
sys/kern/kern_xio.c
232
struct lwbuf *lwb;
sys/kern/kern_xio.c
233
struct lwbuf lwb_cache;
sys/kern/kern_xio.c
281
struct lwbuf *lwb;
sys/kern/kern_xio.c
282
struct lwbuf lwb_cache;
sys/kern/kern_xio.c
328
struct lwbuf *lwb;
sys/kern/kern_xio.c
329
struct lwbuf lwb_cache;
sys/kern/kern_xio.c
377
struct lwbuf *lwb;
sys/kern/kern_xio.c
378
struct lwbuf lwb_cache;
sys/kern/vfs_helper.c
308
struct lwbuf *lwb;
sys/kern/vfs_helper.c
309
struct lwbuf lwb_cache;
sys/platform/vkernel64/platform/copyio.c
314
struct lwbuf *lwb;
sys/platform/vkernel64/platform/copyio.c
315
struct lwbuf lwb_cache;
sys/platform/vkernel64/platform/copyio.c
354
struct lwbuf *lwb;
sys/platform/vkernel64/platform/copyio.c
355
struct lwbuf lwb_cache;
sys/sys/exec.h
75
struct lwbuf;
sys/sys/exec.h
76
int exec_map_page(struct image_params *, vm_pindex_t, struct lwbuf **,
sys/sys/exec.h
78
void exec_unmap_page(struct lwbuf *);
sys/sys/imgact.h
63
struct lwbuf *firstpage; /* first page that we mapped */
sys/sys/imgact.h
64
struct lwbuf firstpage_cache;
sys/sys/sfbuf.h
42
struct lwbuf *lwbuf; /* lightweight buffer */
sys/sys/sfbuf.h
44
struct lwbuf lwbuf_cache;
sys/sys/sfbuf.h
47
#define sf_buf_kva(sf) (lwbuf_kva((sf)->lwbuf))
sys/sys/sfbuf.h
48
#define sf_buf_page(sf) (lwbuf_page((sf)->lwbuf))
sys/vm/vm_fault.c
1693
struct lwbuf *lwb;
sys/vm/vm_fault.c
1694
struct lwbuf lwb_cache;
sys/vm/vnode_pager.c
350
struct lwbuf *lwb;
sys/vm/vnode_pager.c
351
struct lwbuf lwb_cache;