Home
last modified time | relevance | path

Searched defs:ckpt_req_control (Results 1 – 2 of 2) sorted by relevance

/system/bpf/include/vmlinux/android15_6.6/arm64/
Dvmlinux.h51738 struct ckpt_req_control { struct
51739 struct task_struct *f2fs_issue_ckpt;
51740 int ckpt_thread_ioprio;
51741 wait_queue_head_t ckpt_wait_queue;
51742 atomic_t issued_ckpt;
51743 atomic_t total_ckpt;
51744 atomic_t queued_ckpt;
51745 struct llist_head issue_list;
51746 spinlock_t stat_lock;
51747 unsigned int cur_time;
[all …]
/system/bpf/include/vmlinux/android15_6.6/x86_64/
Dvmlinux.h61496 struct ckpt_req_control { struct
61497 struct task_struct *f2fs_issue_ckpt;
61498 int ckpt_thread_ioprio;
61499 wait_queue_head_t ckpt_wait_queue;
61500 atomic_t issued_ckpt;
61501 atomic_t total_ckpt;
61502 atomic_t queued_ckpt;
61503 struct llist_head issue_list;
61504 spinlock_t stat_lock;
61505 unsigned int cur_time;
[all …]