OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:release_count
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/vchiq/dist/interface/vchiq_arm/
vchiq_core.c
1125
int
release_count
;
local
1142
release_count
= le16toh(slot_info->
release_count
);
1143
slot_info->
release_count
= htole16(++
release_count
);
1145
if (
release_count
== le16toh(slot_info->use_count)) {
1661
**
release_count
at the end of the slot to avoid
1664
state->rx_info->
release_count
= htole16(0);
2780
if (le16toh(slot_info->
release_count
) != le16toh(slot_info->use_count)) {
3709
if (le16toh(slot_info.use_count) != le16toh(slot_info.
release_count
)) {
[
all
...]
vchiq_core.h
285
int16_t
release_count
;
member in struct:vchiq_slot_info_struct
Completed in 21 milliseconds
Indexes created Sun Feb 22 16:20:20 UTC 2026