Searched refs:val_ptr (Results 1 – 7 of 7) sorted by relevance
| /linux/tools/perf/tests/ |
| H A D | expr.c | 73 struct expr_id_data *val_ptr; in test__expr() local 138 TEST_ASSERT_VAL("find ids", hashmap__find(ctx->ids, "BAR", &val_ptr)); in test__expr() 139 TEST_ASSERT_VAL("find ids", hashmap__find(ctx->ids, "BAZ", &val_ptr)); in test__expr() 140 TEST_ASSERT_VAL("find ids", hashmap__find(ctx->ids, "BOZO", &val_ptr)); in test__expr() 148 TEST_ASSERT_VAL("find ids", hashmap__find(ctx->ids, "EVENT1,param=3@", &val_ptr)); in test__expr() 149 TEST_ASSERT_VAL("find ids", hashmap__find(ctx->ids, "EVENT2,param=3@", &val_ptr)); in test__expr() 156 TEST_ASSERT_VAL("find ids", hashmap__find(ctx->ids, "dash-event1", &val_ptr)); in test__expr() 157 TEST_ASSERT_VAL("find ids", hashmap__find(ctx->ids, "dash-event2", &val_ptr)); in test__expr() 172 &val_ptr)); in test__expr() 181 &val_ptr)); in test__expr() [all …]
|
| /linux/tools/testing/selftests/bpf/map_tests/ |
| H A D | map_percpu_stats.c | 169 void *val_ptr; in patch_map_thread() local 177 val_ptr = &val; in patch_map_thread() 179 val_ptr = blob; in patch_map_thread() 182 val_ptr = &val; in patch_map_thread() 187 ret = map_update_retriable(opts->map_fd, &i, val_ptr, 0, in patch_map_thread() 190 ret = bpf_map_update_elem(opts->map_fd, &i, val_ptr, 0); in patch_map_thread()
|
| /linux/arch/mips/fw/cfe/ |
| H A D | cfe_api.c | 123 xiocb.plist.xiocb_envbuf.val_ptr = XPTR_FROM_NATIVE(val); in cfe_enumenv() 220 xiocb.plist.xiocb_envbuf.val_ptr = XPTR_FROM_NATIVE(dest); in cfe_getenv() 388 xiocb.plist.xiocb_envbuf.val_ptr = XPTR_FROM_NATIVE(val); in cfe_setenv()
|
| H A D | cfe_api_int.h | 61 cfe_xptr_t val_ptr; /* value string buffer */ member
|
| /linux/drivers/hid/ |
| H A D | hid-sensor-hub.c | 245 u8 *val_ptr; in sensor_hub_get_feature() local 271 val_ptr = (u8 *)report->field[field_index]->value; in sensor_hub_get_feature() 276 memcpy(&((u8 *)buffer)[buffer_index], val_ptr, in sensor_hub_get_feature() 278 val_ptr += sizeof(__s32); in sensor_hub_get_feature()
|
| /linux/tools/perf/util/ |
| H A D | metricgroup.c | 309 struct expr_id_data *val_ptr; in setup_metric_events() local 329 if (hashmap__find(ids, metric_id, &val_ptr)) { in setup_metric_events()
|
| /linux/drivers/net/ethernet/qlogic/qed/ |
| H A D | qed_debug.c | 6321 u8 i, *val_ptr, *bytes_buf = (u8 *)buf; in qed_read_from_cyclic_buf() local 6324 val_ptr = (u8 *)&val; in qed_read_from_cyclic_buf() 6330 val_ptr[i] = bytes_buf[*offset]; in qed_read_from_cyclic_buf()
|