• Home
  • Raw
  • Download

Lines Matching defs:batch

39 batch_init(struct fd_batch *batch)  in batch_init()
98 struct fd_batch *batch = CALLOC_STRUCT(fd_batch); in fd_batch_create() local
118 batch_fini(struct fd_batch *batch) in batch_fini()
160 batch_flush_reset_dependencies(struct fd_batch *batch, bool flush) in batch_flush_reset_dependencies()
175 batch_reset_resources_locked(struct fd_batch *batch) in batch_reset_resources_locked()
192 batch_reset_resources(struct fd_batch *batch) in batch_reset_resources()
200 batch_reset(struct fd_batch *batch) in batch_reset()
214 fd_batch_reset(struct fd_batch *batch) in fd_batch_reset()
221 __fd_batch_destroy(struct fd_batch *batch) in __fd_batch_destroy()
244 __fd_batch_describe(char* buf, const struct fd_batch *batch) in __fd_batch_describe()
250 fd_batch_sync(struct fd_batch *batch) in fd_batch_sync()
260 struct fd_batch *batch = job; in batch_flush_func() local
269 struct fd_batch *batch = job; in batch_cleanup_func() local
274 batch_flush(struct fd_batch *batch, bool force) in batch_flush()
332 fd_batch_flush(struct fd_batch *batch, bool sync, bool force) in fd_batch_flush()
349 batch_depends_on(struct fd_batch *batch, struct fd_batch *other) in batch_depends_on()
365 fd_batch_add_dep(struct fd_batch *batch, struct fd_batch *dep) in fd_batch_add_dep()
387 fd_batch_resource_used(struct fd_batch *batch, struct fd_resource *rsc, bool write) in fd_batch_resource_used()
440 fd_batch_check_size(struct fd_batch *batch) in fd_batch_check_size()
455 fd_wfi(struct fd_batch *batch, struct fd_ringbuffer *ring) in fd_wfi()