Home
last modified time | relevance | path

Searched refs:flush_done (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/drivers/media/platform/mediatek/vcodec/decoder/
H A Dvdec_msg_queue.c189 msg_queue->flush_done = false; in vdec_msg_queue_wait_lat_buf_full()
191 wait_event(msg_queue->core_dec_done, msg_queue->flush_done); in vdec_msg_queue_wait_lat_buf_full()
257 msg_queue->flush_done = true; in vdec_msg_queue_core_work()
H A Dvdec_msg_queue.h116 bool flush_done; member
/openbmc/linux/drivers/media/platform/qcom/venus/
H A Dhfi.h105 void (*flush_done)(struct venus_inst *inst); member
H A Dhfi_msgs.c489 if (inst->ops->flush_done) in hfi_session_flush_done()
490 inst->ops->flush_done(inst); in hfi_session_flush_done()
H A Dvdec.c1598 .flush_done = vdec_flush_done,
/openbmc/linux/fs/ntfs/
H A Dattrib.c2074 goto flush_done; in ntfs_attr_extend_allocation()
2374 flush_done: in ntfs_attr_extend_allocation()
/openbmc/linux/drivers/media/platform/amphion/
H A Dvpu_windsor.c467 u32 flush_done; member
/openbmc/linux/fs/smb/client/
H A Dtrace.h263 DEFINE_SMB3_FD_EVENT(flush_done);