Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/drm2/
H A Ddrm_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()
842 atomic_dec(&dev->buf_alloc); in drm_addbufs_agp()
896 atomic_inc(&dev->buf_alloc); in drm_addbufs_pci()
1048 atomic_dec(&dev->buf_alloc); in drm_addbufs_pci()
1108 atomic_inc(&dev->buf_alloc); in drm_addbufs_sg()
1206 atomic_dec(&dev->buf_alloc); in drm_addbufs_sg()
1264 atomic_inc(&dev->buf_alloc); in drm_addbufs_fb()
[all …]
H A Ddrm_fops.c60 atomic_set(&dev->buf_alloc, 0); in drm_setup()
H A DdrmP.h985 atomic_t buf_alloc; /**< Buffer allocation in progress */ member
/freebsd-14.2/contrib/diff/lib/
H A Dexclude.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-14.2/contrib/tcpdump/
H A Dprint-vsock.c107 nd_uint32_t buf_alloc; member
142 u32_v = GET_LE_U_4(hdr->buf_alloc); in vsock_virtio_hdr_print()
/freebsd-14.2/usr.sbin/rpcbind/
H A Drpcb_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-14.2/usr.sbin/bsnmpd/bsnmpd/
H A DMakefile43 MLINKS+= snmpmod.3 buf_alloc.3
/freebsd-14.2/lib/libc/db/mpool/
H A Dmpool.libtp13 buf_alloc
233 buf_alloc
239 buf_alloc ( fid, new_pageno )
/freebsd-14.2/contrib/bsnmp/snmpd/
H A Dtrap.c560 if ((sndbuf = buf_alloc(1)) == NULL) { in snmp_send_trap()
627 if ((sndbuf = buf_alloc(1)) == NULL) { in snmp_send_trap()
H A Dtrans_udp.c285 if ((pi->buf = buf_alloc(0)) == NULL) { in udp_recv()
H A Dsnmpmod.h622 void *buf_alloc(int tx);
H A Dtrans_lsock.c454 if ((pi->buf = buf_alloc(0)) == NULL) { in lsock_recv()
H A Dmain.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()
H A Dtrans_inet.c285 if ((pi->buf = buf_alloc(0)) == NULL) { in inet_alloc_buf()
/freebsd-14.2/sys/contrib/dev/athk/ath11k/
H A Ddebugfs_htt_stats.h1180 u32 buf_alloc; member
H A Ddebugfs_htt_stats.c2632 htt_stats_buf->buf_alloc); in htt_print_sfm_client_tlv()
/freebsd-14.2/sys/kern/
H A Dvfs_bio.c1710 buf_alloc(struct bufdomain *bd) in buf_alloc() function
3375 if ((bp = buf_alloc(bd)) == NULL) { in getnewbuf()
/freebsd-14.2/tools/build/mk/
H A DOptionalObsoleteFiles.inc618 OLD_FILES+=usr/share/man/man3/buf_alloc.3.gz