Lines Matching defs:block
77 * block references are then exclusively done using this ID. On the
94 /* Called whenever an imported memory block is no longer
104 pa_memblock *block;
118 /* Called whenever a client from which we imported a memory block
120 revoke the memory block accordingly */
130 * Any block allocation from the pool itself, or even just imported from
367 pa_log_debug("Memory block too large for pool: %lu > %lu",
658 * memory block before we can go on. Unfortunately this means
857 /* Ouch, somebody is retaining a memory block reference! */
883 pa_log_error("REF: Leaked memory block %p", b);
1144 /* If we've exported this block further we need to revoke that export */
1344 if (!e->slots[id].block)
1347 b = e->slots[id].block;
1348 e->slots[id].block = NULL;
1385 if (slot->block->type != PA_MEMBLOCK_IMPORTED ||
1386 slot->block->per_type.imported.segment->import != i)
1451 slot->block = b;
1455 /* pa_log("Got block id %u", *block_id); */