Lines Matching defs:malloc_task
26 struct malloc_task {
30 TAILQ_ENTRY(malloc_task) tailq;
36 TAILQ_HEAD(, malloc_task) completed_tasks;
192 struct malloc_task *task = (struct malloc_task *)ref;
246 malloc_complete_task(struct malloc_task *task, struct malloc_channel *mch,
263 return sizeof(struct malloc_task);
338 malloc_sequence_fail(struct malloc_task *task, int status)
354 struct malloc_task *task = ctx;
364 struct malloc_task *task, struct spdk_bdev_io *bdev_io)
417 struct malloc_task *task, struct spdk_bdev_io *bdev_io)
469 struct malloc_task *task,
482 struct malloc_task *task,
504 struct malloc_task *task = (struct malloc_task *)bdev_io->driver_ctx;
606 malloc_complete_task((struct malloc_task *)bdev_io->driver_ctx, mch,
917 struct malloc_task *task;
918 TAILQ_HEAD(, malloc_task) completed_tasks;
922 TAILQ_SWAP(&completed_tasks, &ch->completed_tasks, malloc_task, tailq);