HomeSort by: relevance | last modified time | path
    Searched defs:slot_last (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/external/bsd/vchiq/dist/interface/vchiq_arm/
vchiq_core.c 2321 slot_zero->master.slot_last = first_data_slot + (num_slots/2) - 1;
2324 slot_zero->slave.slot_last = first_data_slot + num_slots - 1;
2478 for (i = local->slot_first; i <= local->slot_last; i++) {
2755 int slot_last = state->remote->slot_last; local in function:release_service_messages
2770 for (i = state->remote->slot_first; i <= slot_last; i++) {
3527 (slot_index <= remote->slot_last)) {
3692 label, shared->slot_first, shared->slot_last,
3700 for (i = shared->slot_first; i <= shared->slot_last; i++) {
vchiq_core.c 2321 slot_zero->master.slot_last = first_data_slot + (num_slots/2) - 1;
2324 slot_zero->slave.slot_last = first_data_slot + num_slots - 1;
2478 for (i = local->slot_first; i <= local->slot_last; i++) {
2755 int slot_last = state->remote->slot_last; local in function:release_service_messages
2770 for (i = state->remote->slot_first; i <= slot_last; i++) {
3527 (slot_index <= remote->slot_last)) {
3692 label, shared->slot_first, shared->slot_last,
3700 for (i = shared->slot_first; i <= shared->slot_last; i++) {
vchiq_core.h 356 int32_t slot_last; member in struct:vchiq_shared_state_struct
vchiq_core.h 356 int32_t slot_last; member in struct:vchiq_shared_state_struct

Completed in 54 milliseconds