Home
last modified time | relevance | path

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

/freebsd/sys/dev/drm2/
H A Ddrm_bufs.c744 atomic_inc(&dev->buf_alloc); in drm_addbufs_agp()
751 atomic_dec(&dev->buf_alloc); in drm_addbufs_agp()
757 atomic_dec(&dev->buf_alloc); in drm_addbufs_agp()
765 atomic_dec(&dev->buf_alloc); in drm_addbufs_agp()
841 atomic_dec(&dev->buf_alloc); in drm_addbufs_agp()
895 atomic_inc(&dev->buf_alloc); in drm_addbufs_pci()
1047 atomic_dec(&dev->buf_alloc); in drm_addbufs_pci()
1107 atomic_inc(&dev->buf_alloc); in drm_addbufs_sg()
1205 atomic_dec(&dev->buf_alloc); in drm_addbufs_sg()
1263 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/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/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()
/freebsd/usr.sbin/rpcbind/
H A Drpcb_svc_com.c600 char *buf_alloc = NULL, *outbufp; in rpcbproc_callit_com() local
635 buf_alloc = alloca(sendsz); /* not in IDR2? */ in rpcbproc_callit_com()
637 buf_alloc = malloc(sendsz); in rpcbproc_callit_com()
639 if (buf_alloc == NULL) { in rpcbproc_callit_com()
647 a.rmt_args.args = buf_alloc; in rpcbproc_callit_com()
903 free(buf_alloc); in rpcbproc_callit_com()
/freebsd/usr.sbin/bsnmpd/bsnmpd/
H A DMakefile43 MLINKS+= snmpmod.3 buf_alloc.3
/freebsd/lib/libc/db/mpool/
H A Dmpool.libtp13 buf_alloc
233 buf_alloc
239 buf_alloc ( fid, new_pageno )
/freebsd/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/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/sys/kern/
H A Dvfs_bio.c1715 buf_alloc(struct bufdomain *bd) in buf_alloc() function
3380 if ((bp = buf_alloc(bd)) == NULL) { in getnewbuf()
/freebsd/tools/build/mk/
H A DOptionalObsoleteFiles.inc614 OLD_FILES+=usr/share/man/man3/buf_alloc.3.gz