Home
last modified time | relevance | path

Searched defs:kmem_cache_node (Results 1 – 7 of 7) sorted by relevance

/external/bcc/libbpf-tools/powerpc/
Dvmlinux_510.h68549 struct kmem_cache_node { struct
68550 spinlock_t list_lock;
68551 struct list_head slabs_partial;
68552 struct list_head slabs_full;
68553 struct list_head slabs_free;
68554 long unsigned int total_slabs;
68555 long unsigned int free_slabs;
68556 long unsigned int free_objects;
68557 unsigned int free_limit;
68558 unsigned int colour_next;
[all …]
Dvmlinux.h68549 struct kmem_cache_node { struct
68550 spinlock_t list_lock;
68551 struct list_head slabs_partial;
68552 struct list_head slabs_full;
68553 struct list_head slabs_free;
68554 long unsigned int total_slabs;
68555 long unsigned int free_slabs;
68556 long unsigned int free_objects;
68557 unsigned int free_limit;
68558 unsigned int colour_next;
[all …]
/external/bcc/libbpf-tools/arm64/
Dvmlinux.h34915 struct kmem_cache_node { struct
34916 spinlock_t list_lock;
34917 struct list_head slabs_partial;
34918 struct list_head slabs_full;
34919 struct list_head slabs_free;
34920 long unsigned int total_slabs;
34921 long unsigned int free_slabs;
34922 long unsigned int free_objects;
34923 unsigned int free_limit;
34924 unsigned int colour_next;
[all …]
Dvmlinux_510.h34915 struct kmem_cache_node { struct
34916 spinlock_t list_lock;
34917 struct list_head slabs_partial;
34918 struct list_head slabs_full;
34919 struct list_head slabs_free;
34920 long unsigned int total_slabs;
34921 long unsigned int free_slabs;
34922 long unsigned int free_objects;
34923 unsigned int free_limit;
34924 unsigned int colour_next;
[all …]
/external/libbpf/.github/actions/build-selftests/
Dvmlinux.h40001 struct kmem_cache_node { struct
40002 spinlock_t list_lock;
40003 long unsigned int nr_partial;
40004 struct list_head partial;
40005 atomic_long_t nr_slabs;
40006 atomic_long_t total_objects;
40007 struct list_head full;
/external/bcc/libbpf-tools/x86/
Dvmlinux.h40927 struct kmem_cache_node { struct
40928 spinlock_t list_lock;
40929 long unsigned int nr_partial;
40930 struct list_head partial;
40931 atomic_long_t nr_slabs;
40932 atomic_long_t total_objects;
40933 struct list_head full;
Dvmlinux_505.h40927 struct kmem_cache_node { struct
40928 spinlock_t list_lock;
40929 long unsigned int nr_partial;
40930 struct list_head partial;
40931 atomic_long_t nr_slabs;
40932 atomic_long_t total_objects;
40933 struct list_head full;