Searched refs:resource (Results 1 – 7 of 7) sorted by relevance
/tools/testing/nvdimm/test/ |
D | iomap.c | 43 static struct nfit_test_resource *__get_nfit_res(resource_size_t resource) in __get_nfit_res() argument 49 return ops->nfit_test_lookup(resource); in __get_nfit_res() 53 struct nfit_test_resource *get_nfit_res(resource_size_t resource) in get_nfit_res() argument 58 res = __get_nfit_res(resource); in get_nfit_res() 222 struct resource *parent, resource_size_t start, 227 struct resource *res = *((struct resource **) data); in nfit_devres_release() 235 struct resource *res = *((struct resource **) __res); in match() 242 struct resource *parent, resource_size_t start, in nfit_test_release_region() 250 struct resource *res = NULL; in nfit_test_release_region() 278 static struct resource *nfit_test_request_region(struct device *dev, in nfit_test_request_region() [all …]
|
D | nfit_test.h | 15 struct resource res; 21 struct resource res; 216 struct nfit_test_resource *get_nfit_res(resource_size_t resource);
|
/tools/testing/selftests/net/forwarding/ |
D | devlink_lib.sh | 26 devlink help 2>&1 | grep resource &> /dev/null 43 local resource 46 for resource in "${@}"; do 48 path="$resource" 50 path="${path}/$resource" 65 for resource in "${@}"; do 67 select (.name == \"$resource\")" 70 devlink -j resource show "$DEVLINK_DEV" | jq "$resource_name" 91 devlink resource set "$DEVLINK_DEV" path "$path" size "$new_size" 102 still_pending=$(devlink resource show "$DEVLINK_DEV" | \
|
/tools/testing/nvdimm/ |
D | dax-dev.c | 12 struct resource *res = &dev_dax->region->res; in dax_pgoff_to_phys()
|
/tools/testing/selftests/drivers/net/mlxsw/spectrum/ |
D | devlink_resources.sh | 97 devlink resource set "$DEVLINK_DEV" \
|
/tools/kvm/kvm_stat/ |
D | kvm_stat | 31 import resource 623 softlim_, hardlim = resource.getrlimit(resource.RLIMIT_NOFILE) 627 resource.setrlimit(resource.RLIMIT_NOFILE, (newlim, newlim)) 630 resource.setrlimit(resource.RLIMIT_NOFILE, (newlim, hardlim))
|
/tools/perf/ |
D | builtin-trace.c | 784 .arg = { [0] = STRARRAY(resource, rlimit_resources), }, }, 879 .arg = { [1] = STRARRAY(resource, rlimit_resources), }, }, 922 .arg = { [0] = STRARRAY(resource, rlimit_resources), }, },
|