Searched defs:nine_allocation (Results 1 – 1 of 1) sorted by relevance
176 struct nine_allocation { struct177 unsigned allocation_type; /* Type of allocation */178 union {183 } memory;184 struct list_head list_free; /* for pending frees */186 struct list_head list_release; /* for pending releases */195 unsigned locks_on_counter;196 unsigned *pending_counter;198 bool weak_unlock; 1063 struct nine_allocation { struct[all …]