Home
last modified time | relevance | path

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

/linux/kernel/cgroup/
H A Drdma.c360 substring_t argstr; in parse_resource() local
375 argstr.from = value; in parse_resource()
376 argstr.to = value + len; in parse_resource()
378 ret = match_int(&argstr, intval); in parse_resource()