Lines Matching refs:chain_allocator
282 * struct chain_allocator is used for allocating small objects out of
293 struct chain_allocator {
301 static void chain_init(struct chain_allocator *ca, gfp_t gfp_mask,
310 static void *chain_alloc(struct chain_allocator *ca, unsigned int size)
443 struct chain_allocator *ca,
469 int safe_needed, struct chain_allocator *ca)
540 struct chain_allocator *ca,
687 struct chain_allocator ca;
2508 struct chain_allocator *ca)
2591 struct chain_allocator *ca)
2718 static void *get_buffer(struct memory_bitmap *bm, struct chain_allocator *ca)
2774 static struct chain_allocator ca;