Searched refs:DARRAY_PREALLOCATED (Results 1 – 4 of 4) sorted by relevance
13 #define DARRAY_PREALLOCATED(_type, _nr) \ macro20 #define DARRAY(_type) DARRAY_PREALLOCATED(_type, 0)
23 DARRAY_PREALLOCATED(struct journal_ptr, 8) ptrs;
109 DARRAY_PREALLOCATED(struct rcu_pending_seq, 4) objs;
1300 DARRAY_PREALLOCATED(struct bucket_to_lock, 3) buckets; in bch2_nocow_write()