OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:slot_queue_available
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/vchiq/dist/interface/vchiq_arm/
vchiq_core.c
607
(state->
slot_queue_available
* VCHIQ_SLOT_SIZE));
627
int
slot_queue_available
;
local
631
slot_queue_available
= state->
slot_queue_available
;
638
while (
slot_queue_available
!= le32toh(local->slot_queue_recycle)) {
640
int slot_index = le32toh(local->slot_queue[
slot_queue_available
++ &
649
le32toh(local->slot_queue_recycle),
slot_queue_available
);
764
state->
slot_queue_available
=
slot_queue_available
;
2477
state->
slot_queue_available
= 0
[
all
...]
vchiq_core.h
469
int
slot_queue_available
;
member in struct:vchiq_state_struct
Completed in 16 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026