Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DMutex.h30 unsigned acquired = 0; variable
41 ++acquired; in lock()
53 assert(acquired && "Lock not acquired before release!"); in unlock()
54 --acquired; in unlock()
/freebsd/sys/dev/drm2/
H A Ddrm_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()
H A Ddrm_drv.c216 if (dev->agp->acquired) in drm_lastclose()
219 dev->agp->acquired = 0; in drm_lastclose()
H A DdrmP.h488 int acquired; /**< whether the AGP device has been acquired */ member
/freebsd/sys/contrib/device-tree/Bindings/gnss/
H A Dsirfstar.yaml15 2004 and used in a lot of dedicated GPS devices. In 2009 SiRF was acquired
17 acquired by Samsung, while some products remained with CSR. In 2014 CSR
18 was acquired by Qualcomm who still sell some of the SiRF products.
/freebsd/sys/contrib/device-tree/Bindings/arm/
H A Dgemini.yaml16 Storm Semiconductor was acquired by Cortina Systems in 2008 and the SoC was
18 in turn acquired by Inphi, who seem to have discontinued this product family.
H A Dgemini.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.
H A Dsyna.txt4 Synaptics has acquired the Multimedia Solutions Business of Marvell, so
/freebsd/sys/contrib/device-tree/Bindings/net/dsa/
H A Dvitesse,vsc73xx.txt5 The Vitesse company has been acquired by Microsemi and Microsemi has
6 been acquired Microchip but retains this vendor branding.
/freebsd/sys/dev/ismt/
H A Dismt.c195 int acquired, err; in ismt_callback() local
201 acquired = atomic_cmpset_ptr( in ismt_callback()
204 ISMT_DEBUG(dev, "SMB_REQUEST_BUS acquired=%d\n", acquired); in ismt_callback()
205 if (acquired) in ismt_callback()
/freebsd/sys/contrib/device-tree/src/arm/gemini/
H A Dgemini-sl93512r.dts5 * "Gemini324 EV-Board" before Storm acquired Storlink Semiconductor.
6 * The series were later acquired by Cortina Systems.
/freebsd/sys/dev/qlnx/qlnxe/
H A Decore_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/contrib/tzdata/
H A DREADME16 Once acquired, read the leading comments in the file "Makefile"
/freebsd/contrib/tzcode/
H A DREADME16 Once acquired, read the leading comments in the file "Makefile"
/freebsd/usr.sbin/bsdconfig/networking/share/
H A Ddevice.subr262 # input from the user and assign the newly-acquired values back
373 # allows preservation of nameservers acquired via
/freebsd/crypto/openssl/doc/man3/
H A DSSL_COMP_add_compression_method.pod38 SSL_COMP_free_compression_methods() releases any resources acquired to
/freebsd/cddl/contrib/opensolaris/
H A DOPENSOLARIS.LICENSE38 subsequently acquired, any and all of the rights conveyed
59 hereafter acquired, including without limitation, method,
/freebsd/sys/contrib/openzfs/
H A DLICENSE38 subsequently acquired, any and all of the rights conveyed
59 hereafter acquired, including without limitation, method,
/freebsd/sys/cddl/contrib/opensolaris/
H A DOPENSOLARIS.LICENSE38 subsequently acquired, any and all of the rights conveyed
59 hereafter acquired, including without limitation, method,
/freebsd/sys/cam/ctl/
H A DREADME.ctl.txt26 (who acquired Copan's assets in 2010) and Spectra Logic in 2010, CTL is
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DASTUnit.cpp2714 bool acquired = static_cast<std::recursive_mutex *>(Mutex)->try_lock(); in start() local
2715 assert(acquired && "Concurrent access to ASTUnit!"); in start()
/freebsd/contrib/gdtoa/
H A DREADME221 and to provide (or suitably #define) two locks, acquired by
/freebsd/contrib/wpa/wpa_supplicant/
H A DREADME-WPS86 WPS registration will generate new network blocks for the acquired
/freebsd/contrib/ntp/sntp/libopts/
H A DCOPYING.gplv3478 owned or controlled by the contributor, whether already acquired or
479 hereafter acquired, that would be infringed by some manner, permitted
/freebsd/contrib/llvm-project/openmp/runtime/src/include/
H A Domp-tools.h.var144 …back_mutex_acquired, ompt_callback_mutex_t, 27) /* mutex acquired

12