HomeSort by: relevance | last modified time | path
    Searched refs:slot_index (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/qxl/
qxl_kms.c 73 unsigned int slot_index,
80 slot->index = slot_index;
  /src/sys/external/bsd/vchiq/dist/interface/vchiq_arm/
vchiq_core.c 586 int slot_index; local in function:reserve_space
609 slot_index = local->slot_queue[
613 (char *)SLOT_DATA_FROM_INDEX(state, slot_index);
640 int slot_index = local->slot_queue[slot_queue_available++ & local in function:process_free_queue
642 char *data = (char *)SLOT_DATA_FROM_INDEX(state, slot_index);
648 state->id, slot_index, data,
3516 int slot_index; local in function:vchiq_release_message
3524 slot_index = SLOT_INDEX_FROM_DATA(state, (void *)header);
3526 if ((slot_index >= remote->slot_first) &&
3527 (slot_index <= remote->slot_last))
    [all...]

Completed in 15 milliseconds