Home
last modified time | relevance | path

Searched refs:slab (Results 1 – 3 of 3) sorted by relevance

/scripts/gdb/linux/
A Dslab.py38 def slab_folio(slab): argument
41 def slab_address(slab): argument
43 folio = slab_folio(slab)
155 def __fill_map(obj_map, cache, slab): argument
156 p = slab['freelist']
157 addr = slab_address(slab)
167 __fill_map(obj_map, cache, slab)
168 addr = slab_address(slab)
283 def count_free(slab): argument
285 for slab in lists.list_for_each_entry(slab, slab_ptr_type, 'slab_list'):
[all …]
A Dconstants.py.in24 #include <linux/slab.h>
115 /* linux/slab.h */
/scripts/gdb/
A Dvmlinux-gdb.py50 import linux.slab

Completed in 6 milliseconds