sync_fileRegular
4.4: Absent ⚠️
4.8: ✅struct sync_file {
struct file *file;
struct kref kref;
char name[32];
struct list_head sync_file_list;
int num_fences;
wait_queue_head_t wq;
atomic_t status;
struct sync_file_cb cbs[0];
};
4.10: ✅struct sync_file {
struct file *file;
struct kref kref;
char name[32];
struct list_head sync_file_list;
wait_queue_head_t wq;
struct dma_fence *fence;
struct dma_fence_cb cb;
};
4.13: ✅struct sync_file {
struct file *file;
char user_name[32];
struct list_head sync_file_list;
wait_queue_head_t wq;
long unsigned int flags;
struct dma_fence *fence;
struct dma_fence_cb cb;
};
4.15: ✅struct sync_file {
struct file *file;
char user_name[32];
struct list_head sync_file_list;
wait_queue_head_t wq;
long unsigned int flags;
struct dma_fence *fence;
struct dma_fence_cb cb;
};
4.18: ✅struct sync_file {
struct file *file;
char user_name[32];
struct list_head sync_file_list;
wait_queue_head_t wq;
long unsigned int flags;
struct dma_fence *fence;
struct dma_fence_cb cb;
};
5.0: ✅struct sync_file {
struct file *file;
char user_name[32];
struct list_head sync_file_list;
wait_queue_head_t wq;
long unsigned int flags;
struct dma_fence *fence;
struct dma_fence_cb cb;
};
5.3: ✅struct sync_file {
struct file *file;
char user_name[32];
struct list_head sync_file_list;
wait_queue_head_t wq;
long unsigned int flags;
struct dma_fence *fence;
struct dma_fence_cb cb;
};
5.4: ✅struct sync_file {
struct file *file;
char user_name[32];
struct list_head sync_file_list;
wait_queue_head_t wq;
long unsigned int flags;
struct dma_fence *fence;
struct dma_fence_cb cb;
};
5.8: ✅struct sync_file {
struct file *file;
char user_name[32];
struct list_head sync_file_list;
wait_queue_head_t wq;
long unsigned int flags;
struct dma_fence *fence;
struct dma_fence_cb cb;
};
5.11: ✅struct sync_file {
struct file *file;
char user_name[32];
struct list_head sync_file_list;
wait_queue_head_t wq;
long unsigned int flags;
struct dma_fence *fence;
struct dma_fence_cb cb;
};
5.13: ✅struct sync_file {
struct file *file;
char user_name[32];
struct list_head sync_file_list;
wait_queue_head_t wq;
long unsigned int flags;
struct dma_fence *fence;
struct dma_fence_cb cb;
};
5.15: ✅struct sync_file {
struct file *file;
char user_name[32];
struct list_head sync_file_list;
wait_queue_head_t wq;
long unsigned int flags;
struct dma_fence *fence;
struct dma_fence_cb cb;
};
5.19: ✅struct sync_file {
struct file *file;
char user_name[32];
struct list_head sync_file_list;
wait_queue_head_t wq;
long unsigned int flags;
struct dma_fence *fence;
struct dma_fence_cb cb;
};
6.2: ✅struct sync_file {
struct file *file;
char user_name[32];
struct list_head sync_file_list;
wait_queue_head_t wq;
long unsigned int flags;
struct dma_fence *fence;
struct dma_fence_cb cb;
};
6.5: ✅struct sync_file {
struct file *file;
char user_name[32];
struct list_head sync_file_list;
wait_queue_head_t wq;
long unsigned int flags;
struct dma_fence *fence;
struct dma_fence_cb cb;
};
6.8: ✅struct sync_file {
struct file *file;
char user_name[32];
struct list_head sync_file_list;
wait_queue_head_t wq;
long unsigned int flags;
struct dma_fence *fence;
struct dma_fence_cb cb;
};
arm64: ✅struct sync_file {
struct file *file;
char user_name[32];
struct list_head sync_file_list;
wait_queue_head_t wq;
long unsigned int flags;
struct dma_fence *fence;
struct dma_fence_cb cb;
};
armhf: ✅struct sync_file {
struct file *file;
char user_name[32];
struct list_head sync_file_list;
wait_queue_head_t wq;
long unsigned int flags;
struct dma_fence *fence;
struct dma_fence_cb cb;
};
ppc64el: ✅struct sync_file {
struct file *file;
char user_name[32];
struct list_head sync_file_list;
wait_queue_head_t wq;
long unsigned int flags;
struct dma_fence *fence;
struct dma_fence_cb cb;
};
riscv64: ✅struct sync_file {
struct file *file;
char user_name[32];
struct list_head sync_file_list;
wait_queue_head_t wq;
long unsigned int flags;
struct dma_fence *fence;
struct dma_fence_cb cb;
};
aws: ✅struct sync_file {
struct file *file;
char user_name[32];
struct list_head sync_file_list;
wait_queue_head_t wq;
long unsigned int flags;
struct dma_fence *fence;
struct dma_fence_cb cb;
};
azure: ✅struct sync_file {
struct file *file;
char user_name[32];
struct list_head sync_file_list;
wait_queue_head_t wq;
long unsigned int flags;
struct dma_fence *fence;
struct dma_fence_cb cb;
};
gcp: ✅struct sync_file {
struct file *file;
char user_name[32];
struct list_head sync_file_list;
wait_queue_head_t wq;
long unsigned int flags;
struct dma_fence *fence;
struct dma_fence_cb cb;
};
lowlatency: ✅struct sync_file {
struct file *file;
char user_name[32];
struct list_head sync_file_list;
wait_queue_head_t wq;
long unsigned int flags;
struct dma_fence *fence;
struct dma_fence_cb cb;
};
Regular
4.8 and 4.10 ⚠️struct dma_fence *fence
struct dma_fence_cb cb
int num_fences
atomic_t status
struct sync_file_cb cbs[0]
4.10 and 4.13 ⚠️char user_name[32]
long unsigned int flags
struct kref kref
char name[32]
4.13 and 4.15 ✅
4.15 and 4.18 ✅
4.18 and 5.0 ✅
5.0 and 5.3 ✅
5.3 and 5.4 ✅
5.4 and 5.8 ✅
5.8 and 5.11 ✅
5.11 and 5.13 ✅
5.13 and 5.15 ✅
5.15 and 5.19 ✅
5.19 and 6.2 ✅
6.2 and 6.5 ✅
6.5 and 6.8 ✅
amd64 and arm64 ✅
amd64 and armhf ✅
amd64 and ppc64el ✅
amd64 and riscv64 ✅
generic and aws ✅
generic and azure ✅
generic and gcp ✅
generic and lowlatency ✅