Searched defs:nine_allocation (Results 1 – 1 of 1) sorted by relevance
159 struct nine_allocation { struct160 unsigned allocation_type; /* Type of allocation */161 union {166 } memory;167 struct list_head list_free; /* for pending frees */169 struct list_head list_release; /* for pending releases */178 unsigned locks_on_counter;179 unsigned *pending_counter;181 bool weak_unlock; 1046 struct nine_allocation { struct[all …]