Searched refs:allocation_blob (Results 1 – 4 of 4) sorted by relevance
53 struct allocation_blob *blob = desc->blobs; in drop_all_allocations()61 struct allocation_blob *next = blob->next; in drop_all_allocations()77 struct allocation_blob *blob = desc->blobs; in allocate()103 struct allocation_blob *newblob = blob_alloc(chunking); in allocate()112 offset = offsetof(struct allocation_blob, data); in allocate()115 blob->offset = offset - offsetof(struct allocation_blob, data); in allocate()
6 struct allocation_blob { struct7 struct allocation_blob *next; argument14 struct allocation_blob *blobs; argument
340 static void free_all_sm_states(struct allocation_blob *blob) in free_all_sm_states()355 struct allocation_blob *blob = desc->blobs; in free_every_single_sm_state()363 struct allocation_blob *next = blob->next; in free_every_single_sm_state()
2045 struct allocation_blob *blob = desc->blobs; in free_data_info_allocs()2056 struct allocation_blob *next = blob->next; in free_data_info_allocs()