Home
last modified time | relevance | path

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

/scripts/gdb/linux/
A Dproc.py58 def get_resources(resource, depth): argument
59 while resource:
60 yield resource, depth
62 child = resource['child']
67 resource = resource['sibling']
71 resource = gdb.parse_and_eval(resource_str)
72 width = 4 if resource['end'] < 0x10000 else 8
74 for res, depth in get_resources(resource['child'], 0):
/scripts/coccinelle/api/
A Dresource_size.cocci3 /// Use resource_size function on resource object
27 struct resource *res;
37 struct resource *res;
49 struct resource *res;
56 struct resource *res;
/scripts/
A Dspelling.txt1401 resouce||resource
1405 resrouce||resource
1407 ressource||resource

Completed in 5 milliseconds