Searched refs:acquired (Results 1 - 17 of 17) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/
H A Ddrm_agpsupport.c51 * Verifies the AGP device has been initialized and acquired and fills in the
58 if (!dev->agp || !dev->agp->acquired)
96 * Verifies the AGP device hasn't been acquired before and calls
103 if (dev->agp->acquired)
107 dev->agp->acquired = 1;
122 * Verifies the AGP device hasn't been acquired before and calls
137 * Verifies the AGP device has been acquired and calls \c agp_backend_release.
141 if (!dev->agp || !dev->agp->acquired)
144 dev->agp->acquired = 0;
158 * \param dev DRM device that has previously acquired AG
[all...]
H A Ddrm_drv.c202 if (dev->agp->acquired)
205 dev->agp->acquired = 0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dmutexlck.tex36 Destructor releases the mutex if it was successfully acquired in the ctor.
42 Returns true if mutex was acquired in the constructor, false otherwise.
H A Dcritsect.tex8 acquired) and unlocked (or released) while critical section is entered and left
H A Dsemaphor.tex27 is reserved, the semaphore should be acquired by calling
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/acpi/acpica/
H A Devmisc.c298 u8 acquired = FALSE; local
306 ACPI_ACQUIRE_GLOBAL_LOCK(acpi_gbl_FACS, acquired);
307 if (acquired) {
419 u8 acquired = FALSE; local
472 ACPI_ACQUIRE_GLOBAL_LOCK(acpi_gbl_FACS, acquired);
473 if (acquired) {
519 /* Lock must be already acquired */
523 "Cannot release the ACPI Global Lock, it has not been acquired"));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/engines/
H A De_cswift.c504 int to_return, acquired; local
508 acquired = 0;
514 acquired = 1;
573 if (acquired)
615 int acquired = 0; local
627 acquired = 1;
724 if (acquired)
808 int acquired = 0; local
816 acquired = 1;
886 if (acquired)
910 int acquired = 0; local
1015 int acquired = 0; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/engines/
H A De_cswift.c502 int to_return, acquired; local
506 acquired = 0;
513 acquired = 1;
576 if(acquired)
620 int acquired = 0; local
633 acquired = 1;
735 if(acquired)
822 int acquired = 0; local
831 acquired = 1;
909 if(acquired)
934 int acquired = 0; local
1048 int acquired = 0; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/engines/
H A De_cswift.c504 int to_return, acquired; local
508 acquired = 0;
514 acquired = 1;
573 if (acquired)
615 int acquired = 0; local
627 acquired = 1;
724 if (acquired)
808 int acquired = 0; local
816 acquired = 1;
886 if (acquired)
910 int acquired = 0; local
1015 int acquired = 0; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/nouveau/
H A Dnouveau_mem.c245 if (dev->agp->acquired)
248 dev->agp->acquired = 0;
404 if (!dev->agp->acquired) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/radeon/
H A Dradeon_agp.c273 if (rdev->ddev->agp && rdev->ddev->agp->acquired) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/bus/
H A Ddispatch.c774 const char *acquired; local
779 acquired = NULL;
943 DBUS_TYPE_STRING, &acquired,
948 _dbus_verbose ("no memory to get service name arg from acquired\n");
961 _dbus_verbose ("Got acquired name: %s\n", acquired);
963 if (strcmp (acquired, name) != 0)
966 acquired, name);
969 acquired = NULL;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ocfs2/
H A Ddlmglue.c2361 int status, level, acquired; local
2376 acquired = 0;
2406 acquired = 1;
2455 if (acquired)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/mga/
H A Dmga_dma.c943 if ((dev->agp != NULL) && dev->agp->acquired)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/
H A Dbuiltin-lock.c65 * it can be acquired, contended or release.
84 * 1) acquire -> acquired -> release
85 * 2) acquire -> contended -> acquired -> release
207 * e.g. nr_acquired -> acquired, wait_time_total -> wait_total
213 static const char *sort_key = "acquired";
222 DEF_KEY_LOCK(acquired, nr_acquired),
728 { "acquire", "acquired", "contended", "release" };
746 pr_info("%10s ", "acquired");
894 OPT_STRING('k', "key", &sort_key, "acquired",
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/drm/
H A DdrmP.h519 int acquired; /**< whether the AGP device has been acquired */ member in struct:drm_agp_head
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/doc/
H A Dip-cref.tex822 acquired by the host from stateless address autoconfiguration

Completed in 288 milliseconds