Home
last modified time | relevance | path

Searched refs:acquired (Results 1 – 25 of 36) sorted by relevance

12

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
HDMutex.h30 unsigned acquired = 0; variable
41 ++acquired; in lock()
53 assert(acquired && "Lock not acquired before release!"); in unlock()
54 --acquired; in unlock()
/freebsd-13-stable/sys/dev/drm2/
HDdrm_agpsupport.c55 if (!dev->agp || !dev->agp->acquired) in drm_agp_info()
103 if (dev->agp->acquired) in drm_agp_acquire()
108 dev->agp->acquired = 1; in drm_agp_acquire()
142 if (!dev->agp || !dev->agp->acquired) in drm_agp_release()
145 dev->agp->acquired = 0; in drm_agp_release()
168 if (!dev->agp || !dev->agp->acquired) in drm_agp_enable()
207 if (!dev->agp || !dev->agp->acquired) in drm_agp_alloc()
283 if (!dev->agp || !dev->agp->acquired) in drm_agp_unbind()
324 if (!dev->agp || !dev->agp->acquired) in drm_agp_bind()
367 if (!dev->agp || !dev->agp->acquired) in drm_agp_free()
HDdrm_drv.c216 if (dev->agp->acquired) in drm_lastclose()
219 dev->agp->acquired = 0; in drm_lastclose()
HDdrmP.h488 int acquired; /**< whether the AGP device has been acquired */ member
/freebsd-13-stable/sys/contrib/device-tree/Bindings/net/dsa/
Dvitesse,vsc73xx.txt5 The Vitesse company has been acquired by Microsemi and Microsemi has
6 been acquired Microchip but retains this vendor branding.
/freebsd-13-stable/sys/contrib/device-tree/Bindings/arm/
HDgemini.txt9 Storm Semiconductor was acquired by Cortina Systems in 2008 and the SoC was
11 in turn acquired by Inphi, who seem to have discontinued this product family.
HDsyna.txt4 Synaptics has acquired the Multimedia Solutions Business of Marvell, so
/freebsd-13-stable/sys/dev/ismt/
HDismt.c196 int acquired, err; in ismt_callback() local
202 acquired = atomic_cmpset_ptr( in ismt_callback()
205 ISMT_DEBUG(dev, "SMB_REQUEST_BUS acquired=%d\n", acquired); in ismt_callback()
206 if (acquired) in ismt_callback()
/freebsd-13-stable/sys/contrib/device-tree/src/arm/
HDgemini-sl93512r.dts5 * "Gemini324 EV-Board" before Storm acquired Storlink Semiconductor.
6 * The series were later acquired by Cortina Systems.
/freebsd-13-stable/sys/dev/qlnx/qlnxe/
HDecore_cxt.c217 struct ecore_cid_acquired_map acquired[MAX_CONN_TYPES]; member
519 return p_hwfn->p_cxt_mngr->acquired[type].start_cid; in ecore_cxt_get_proto_cid_start()
1207 OSAL_FREE(p_hwfn->p_dev, p_mngr->acquired[type].cid_map); in ecore_cid_map_free()
1208 p_mngr->acquired[type].cid_map = OSAL_NULL; in ecore_cid_map_free()
1209 p_mngr->acquired[type].max_count = 0; in ecore_cid_map_free()
1210 p_mngr->acquired[type].start_cid = 0; in ecore_cid_map_free()
1258 p_map = &p_mngr->acquired[type]; in ecore_cid_map_alloc()
1406 p_map = &p_mngr->acquired[type]; in ecore_cxt_mngr_setup()
2011 p_map = &p_mngr->acquired[type]; in _ecore_cxt_acquire_cid()
2058 *pp_map = &p_mngr->acquired[*p_type]; in ecore_cxt_test_cid_acquired()
/freebsd-13-stable/contrib/tzcode/
HDREADME16 Once acquired, read the leading comments in the file "Makefile"
/freebsd-13-stable/contrib/tzdata/
HDREADME16 Once acquired, read the leading comments in the file "Makefile"
/freebsd-13-stable/crypto/openssl/doc/man3/
HDSSL_COMP_add_compression_method.pod38 SSL_COMP_free_compression_methods() releases any resources acquired to
/freebsd-13-stable/usr.sbin/bsdconfig/networking/share/
HDdevice.subr262 # input from the user and assign the newly-acquired values back
373 # allows preservation of nameservers acquired via
/freebsd-13-stable/sys/contrib/openzfs/
HDLICENSE38 subsequently acquired, any and all of the rights conveyed
59 hereafter acquired, including without limitation, method,
/freebsd-13-stable/cddl/contrib/opensolaris/
HDOPENSOLARIS.LICENSE38 subsequently acquired, any and all of the rights conveyed
59 hereafter acquired, including without limitation, method,
/freebsd-13-stable/sys/cddl/contrib/opensolaris/
HDOPENSOLARIS.LICENSE38 subsequently acquired, any and all of the rights conveyed
59 hereafter acquired, including without limitation, method,
/freebsd-13-stable/sys/cam/ctl/
HDREADME.ctl.txt26 (who acquired Copan's assets in 2010) and Spectra Logic in 2010, CTL is
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/
HDASTUnit.cpp2725 bool acquired = static_cast<std::recursive_mutex *>(Mutex)->try_lock(); in start() local
2726 assert(acquired && "Concurrent access to ASTUnit!"); in start()
/freebsd-13-stable/contrib/wpa/wpa_supplicant/
HDREADME-WPS86 WPS registration will generate new network blocks for the acquired
/freebsd-13-stable/contrib/gdtoa/
HDREADME221 and to provide (or suitably #define) two locks, acquired by
/freebsd-13-stable/contrib/ntp/sntp/libopts/
HDCOPYING.gplv3478 owned or controlled by the contributor, whether already acquired or
479 hereafter acquired, that would be infringed by some manner, permitted
/freebsd-13-stable/contrib/llvm-project/openmp/runtime/src/include/
HDomp-tools.h.var146 …back_mutex_acquired, ompt_callback_mutex_t, 27) /* mutex acquired
/freebsd-13-stable/sys/netpfil/ipfw/
HDdummynet.txt229 which is expected to be acquired in exclusive mode
235 This is normally acquired in exclusive mode by the packet processing
/freebsd-13-stable/crypto/heimdal/doc/
HDhx509.texi615 ticket has been acquired, all kerberized services would immediately

12