Home
last modified time | relevance | path

Searched refs:target_cache (Results 1 – 2 of 2) sorted by relevance

/linux/scripts/gdb/linux/
H A Dslab.py187 target_cache = None
192 target_cache = cache
195 obj_map = [False] * oo_objects(target_cache['oo'])
197 if target_cache['flags'] & SLAB_STORE_USER:
199 cache_node = target_cache['node'][i]
202 process_slab(loc_track, cache_node['partial'], alloc, target_cache)
203 process_slab(loc_track, cache_node['full'], alloc, target_cache)
205 raise gdb.GdbError("SLAB_STORE_USER is not set in %s" % target_cache['name'].string())
/linux/drivers/acpi/numa/
H A Dhmat.c56 struct target_cache { struct
124 struct target_cache *tcache; in hmat_get_extended_linear_cache_size()
487 struct target_cache *tcache; in hmat_parse_cache()
847 struct target_cache *tcache; in hmat_register_target_cache()
1008 struct target_cache *tcache, *cnext; in hmat_free_structures()