Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/dev/drm2/
HDdrm_bufs.c745 atomic_inc(&dev->buf_alloc); in drm_addbufs_agp()
752 atomic_dec(&dev->buf_alloc); in drm_addbufs_agp()
758 atomic_dec(&dev->buf_alloc); in drm_addbufs_agp()
766 atomic_dec(&dev->buf_alloc); in drm_addbufs_agp()
798 atomic_dec(&dev->buf_alloc); in drm_addbufs_agp()
818 atomic_dec(&dev->buf_alloc); in drm_addbufs_agp()
842 atomic_dec(&dev->buf_alloc); in drm_addbufs_agp()
896 atomic_inc(&dev->buf_alloc); in drm_addbufs_pci()
903 atomic_dec(&dev->buf_alloc); in drm_addbufs_pci()
909 atomic_dec(&dev->buf_alloc); in drm_addbufs_pci()
[all …]
HDdrm_fops.c60 atomic_set(&dev->buf_alloc, 0); in drm_setup()
HDdrmP.h985 atomic_t buf_alloc; /**< Buffer allocation in progress */ member
/freebsd-13-stable/contrib/diff/lib/
HDexclude.c212 size_t buf_alloc = 0; in add_exclude_file() local
224 if (buf_count == buf_alloc) in add_exclude_file()
225 buf = x2realloc (buf, &buf_alloc); in add_exclude_file()
/freebsd-13-stable/contrib/tcpdump/
HDprint-vsock.c107 nd_uint32_t buf_alloc; member
142 u32_v = GET_LE_U_4(hdr->buf_alloc); in vsock_virtio_hdr_print()
/freebsd-13-stable/usr.sbin/rpcbind/
HDrpcb_svc_com.c602 char *buf_alloc = NULL, *outbufp; in rpcbproc_callit_com() local
637 buf_alloc = alloca(sendsz); /* not in IDR2? */ in rpcbproc_callit_com()
639 buf_alloc = malloc(sendsz); in rpcbproc_callit_com()
641 if (buf_alloc == NULL) { in rpcbproc_callit_com()
649 a.rmt_args.args = buf_alloc; in rpcbproc_callit_com()
905 free(buf_alloc); in rpcbproc_callit_com()
/freebsd-13-stable/usr.sbin/bsnmpd/bsnmpd/
HDMakefile43 MLINKS+= snmpmod.3 buf_alloc.3
/freebsd-13-stable/lib/libc/db/mpool/
HDmpool.libtp13 buf_alloc
233 buf_alloc
239 buf_alloc ( fid, new_pageno )
/freebsd-13-stable/contrib/bsnmp/snmpd/
HDtrap.c560 if ((sndbuf = buf_alloc(1)) == NULL) { in snmp_send_trap()
627 if ((sndbuf = buf_alloc(1)) == NULL) { in snmp_send_trap()
HDtrans_udp.c285 if ((pi->buf = buf_alloc(0)) == NULL) { in udp_recv()
HDtrans_lsock.c454 if ((pi->buf = buf_alloc(0)) == NULL) { in lsock_recv()
HDsnmpmod.h622 void *buf_alloc(int tx);
HDmain.c254 buf_alloc(int tx) in buf_alloc() function
1179 if ((sndbuf = buf_alloc(1)) == NULL) { in snmpd_input()
1229 if ((sndbuf = buf_alloc(1)) == NULL) in snmp_send_port()
HDtrans_inet.c285 if ((pi->buf = buf_alloc(0)) == NULL) { in inet_alloc_buf()
/freebsd-13-stable/sys/kern/
HDvfs_bio.c1693 buf_alloc(struct bufdomain *bd) in buf_alloc() function
3358 if ((bp = buf_alloc(bd)) == NULL) { in getnewbuf()
/freebsd-13-stable/tools/build/mk/
HDOptionalObsoleteFiles.inc646 OLD_FILES+=usr/share/man/man3/buf_alloc.3.gz