Searched refs:memexport_slot (Results 1 – 1 of 1) sorted by relevance
143 struct memexport_slot { struct144 PA_LLIST_FIELDS(struct memexport_slot);152 struct memexport_slot slots[PA_MEMEXPORT_SLOTS_MAX]; argument154 PA_LLIST_HEAD(struct memexport_slot, free_slots);155 PA_LLIST_HEAD(struct memexport_slot, used_slots);1338 PA_LLIST_HEAD_INIT(struct memexport_slot, e->free_slots); in pa_memexport_new()1339 PA_LLIST_HEAD_INIT(struct memexport_slot, e->used_slots); in pa_memexport_new()1391 PA_LLIST_REMOVE(struct memexport_slot, e->used_slots, &e->slots[id]); in pa_memexport_process_release()1392 PA_LLIST_PREPEND(struct memexport_slot, e->free_slots, &e->slots[id]); in pa_memexport_process_release()1416 struct memexport_slot *slot, *next; in memexport_revoke_blocks()[all …]