Home
last modified time | relevance | path

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

/system/bpf/include/vmlinux/android15_6.6/arm64/
Dvmlinux.h8150 struct swap_cluster_info { struct
8151 spinlock_t lock;
8152 unsigned int count: 12;
8153 unsigned int state: 3;
8154 unsigned int order: 4;
8155 unsigned int reserved: 1;
8156 unsigned int flags: 4;
8157 struct list_head list;
/system/bpf/include/vmlinux/android15_6.6/x86_64/
Dvmlinux.h8413 struct swap_cluster_info { struct
8414 spinlock_t lock;
8415 unsigned int count: 12;
8416 unsigned int state: 3;
8417 unsigned int order: 4;
8418 unsigned int reserved: 1;
8419 unsigned int flags: 4;
8420 struct list_head list;