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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/tidspbridge/pmgr/
H A Ddbll.c124 u32 load_ref; /* Number of times loaded */ member in struct:dbll_library_obj
468 if (zl_lib->load_ref == 0 || !(flags & DBLL_DYNAMIC)) {
546 zl_lib->load_ref++;
556 zl_lib->load_ref++;
562 DBC_ENSURE(status || zl_lib->load_ref > 0);
822 DBC_REQUIRE(zl_lib->load_ref > 0);
824 zl_lib->load_ref--;
826 if (zl_lib->load_ref != 0)
847 DBC_ENSURE(zl_lib->load_ref >= 0);

Completed in 94 milliseconds