Searched refs:vp (Results 1 – 3 of 3) sorted by relevance
| /tools/testing/selftests/drivers/net/mlxsw/ |
| A D | sharedbuffer_configuration.py | 194 def do_check_pools(dlname, pools, vp): argument 198 (size, thtype) = vp.get_value(pool) 264 def do_check_tcbind(ports, tcbinds, vp): argument 268 (pool, th) = vp.get_value(tcbind) 336 def do_check_portpool(ports, portpools, vp): argument 339 (th,) = vp.get_value(portpool)
|
| /tools/testing/selftests/lsm/ |
| A D | lsm_get_self_attr_test.c | 21 void *vp; in next_ctx() local 23 vp = (void *)ctxp + sizeof(*ctxp) + ctxp->ctx_len; in next_ctx() 24 return (struct lsm_ctx *)vp; in next_ctx()
|
| /tools/perf/util/ |
| A D | pmu.c | 1501 __u64 *vp; in pmu_config_term() local 1578 vp = &attr->config; in pmu_config_term() 1581 vp = &attr->config1; in pmu_config_term() 1584 vp = &attr->config2; in pmu_config_term() 1587 vp = &attr->config3; in pmu_config_term() 1647 pmu_format_value(format->bits, val, vp, zero); in pmu_config_term()
|
Completed in 11 milliseconds