Home
last modified time | relevance | path

Searched refs:buf_alloc (Results 1 – 9 of 9) sorted by relevance

/dragonfly/sys/dev/drm/
H A Ddrm_bufs.c749 atomic_inc(&dev->buf_alloc); in drm_legacy_addbufs_agp()
756 atomic_dec(&dev->buf_alloc); in drm_legacy_addbufs_agp()
762 atomic_dec(&dev->buf_alloc); in drm_legacy_addbufs_agp()
769 atomic_dec(&dev->buf_alloc); in drm_legacy_addbufs_agp()
820 atomic_dec(&dev->buf_alloc); in drm_legacy_addbufs_agp()
844 atomic_dec(&dev->buf_alloc); in drm_legacy_addbufs_agp()
899 atomic_inc(&dev->buf_alloc); in drm_legacy_addbufs_pci()
906 atomic_dec(&dev->buf_alloc); in drm_legacy_addbufs_pci()
1050 atomic_dec(&dev->buf_alloc); in drm_legacy_addbufs_pci()
1111 atomic_inc(&dev->buf_alloc); in drm_legacy_addbufs_sg()
[all …]
H A Ddrm_dma.c57 atomic_set(&dev->buf_alloc, 0); in drm_legacy_dma_setup()
/dragonfly/contrib/tcpdump/
H A Dprint-vsock.c109 nd_uint32_t buf_alloc; member
144 u32_v = GET_LE_U_4(hdr->buf_alloc); in vsock_virtio_hdr_print()
/dragonfly/usr.sbin/rpcbind/
H A Drpcb_svc_com.c608 char *buf_alloc = NULL, *outbufp; in rpcbproc_callit_com() local
643 buf_alloc = alloca(sendsz); /* not in IDR2? */ in rpcbproc_callit_com()
645 buf_alloc = malloc(sendsz); in rpcbproc_callit_com()
647 if (buf_alloc == NULL) { in rpcbproc_callit_com()
655 a.rmt_args.args = buf_alloc; in rpcbproc_callit_com()
914 if (buf_alloc) in rpcbproc_callit_com()
915 free(buf_alloc); in rpcbproc_callit_com()
/dragonfly/contrib/diffutils/lib/
H A Dexclude.c620 size_t buf_alloc = 0; in add_exclude_fp() local
627 if (buf_count == buf_alloc) in add_exclude_fp()
628 buf = x2realloc (buf, &buf_alloc); in add_exclude_fp()
/dragonfly/contrib/grep/lib/
H A Dexclude.c620 size_t buf_alloc = 0; in add_exclude_fp() local
627 if (buf_count == buf_alloc) in add_exclude_fp()
628 buf = x2realloc (buf, &buf_alloc); in add_exclude_fp()
/dragonfly/sys/dev/drm/include/drm/
H A Ddrm_device.h68 atomic_t buf_alloc; /**< Buffer allocation in progress */ member
/dragonfly/contrib/gdb-7/gdb/
H A Dtarget.c2311 size_t buf_alloc, buf_pos; in target_read_alloc_1() local
2324 buf_alloc = 4096; in target_read_alloc_1()
2325 buf = xmalloc (buf_alloc); in target_read_alloc_1()
2350 if (buf_alloc < buf_pos * 2) in target_read_alloc_1()
2352 buf_alloc *= 2; in target_read_alloc_1()
2353 buf = xrealloc (buf, buf_alloc); in target_read_alloc_1()
3474 size_t buf_alloc, buf_pos; in target_fileio_read_alloc_1() local
3488 buf_alloc = 4096; in target_fileio_read_alloc_1()
3489 buf = xmalloc (buf_alloc); in target_fileio_read_alloc_1()
3517 if (buf_alloc < buf_pos * 2) in target_fileio_read_alloc_1()
[all …]
/dragonfly/lib/libc/db/mpool/
H A Dmpool.libtp14 buf_alloc
234 buf_alloc
240 buf_alloc ( fid, new_pageno )