Searched refs:resp (Results 1 – 8 of 8) sorted by relevance
| /tools/power/x86/intel-speed-select/ |
| A D | isst-core-mbox.c | 155 *resp = value; in _send_mbox_command() 163 *resp = value; in _send_mbox_command() 225 &resp); in mbox_read_pm_config() 544 &resp); in mbox_get_get_trl() 560 &resp); in mbox_get_get_trl() 661 &resp); in mbox_get_pbf_info() 666 resp); in mbox_get_pbf_info() 688 resp); in mbox_get_pbf_info() 844 &resp); in mbox_get_clos_information() 925 req = resp; in mbox_pm_qos_config() [all …]
|
| /tools/perf/bench/ |
| A D | sched-seccomp-notify.c | 70 struct seccomp_notif_resp resp; in user_notification_sync_loop() local 82 resp.id = req.id; in user_notification_sync_loop() 83 resp.error = 0; in user_notification_sync_loop() 84 resp.val = USER_NOTIF_MAGIC; in user_notification_sync_loop() 85 resp.flags = 0; in user_notification_sync_loop() 86 if (ioctl(listener, SECCOMP_IOCTL_NOTIF_SEND, &resp)) in user_notification_sync_loop()
|
| /tools/net/sunrpc/xdrgen/templates/C/program/encoder/ |
| A D | result.j2 | 17 struct {{ result }} *resp = rqstp->rq_resp; 19 return xdrgen_encode_{{ result }}(xdr, resp);
|
| /tools/testing/selftests/seccomp/ |
| A D | seccomp_bpf.c | 3460 resp.error = 0; in TEST() 3464 resp.flags = 1; in TEST() 3468 resp.flags = 0; in TEST() 3606 resp.val = 0; in TEST() 3616 resp.val = 0; in TEST() 3687 resp.error = 0; in TEST() 3810 resp.error = 0; in TEST() 3887 resp.error = 0; in TEST() 3893 resp.val = 0; in TEST() 3897 resp.error = 0; in TEST() [all …]
|
| /tools/accounting/ |
| A D | delaytop.c | 476 } resp; in fetch_and_fill_task_info() local 492 rc = recv(nl_sd, &resp, sizeof(resp), 0); in fetch_and_fill_task_info() 493 if (rc < 0 || resp.n.nlmsg_type == NLMSG_ERROR) { in fetch_and_fill_task_info() 499 nl_len = GENLMSG_PAYLOAD(&resp.n); in fetch_and_fill_task_info() 500 na = (struct nlattr *) GENLMSG_DATA(&resp); in fetch_and_fill_task_info() 620 } req, resp; in get_container_stats() local 645 rc = recv(nl_sd, &resp, sizeof(resp), 0); in get_container_stats() 646 if (rc < 0 || resp.n.nlmsg_type == NLMSG_ERROR) { in get_container_stats() 653 nl_len = GENLMSG_PAYLOAD(&resp.n); in get_container_stats() 654 na = (struct nlattr *) GENLMSG_DATA(&resp); in get_container_stats()
|
| /tools/perf/util/cs-etm-decoder/ |
| A D | cs-etm-decoder.c | 590 ocsd_datapath_resp_t resp = OCSD_RESP_CONT; in cs_etm_decoder__gen_trace_elem_printer() local 606 resp = cs_etm_decoder__buffer_discontinuity(etmq, packet_queue, in cs_etm_decoder__gen_trace_elem_printer() 610 resp = cs_etm_decoder__buffer_range(etmq, packet_queue, elem, in cs_etm_decoder__gen_trace_elem_printer() 614 resp = cs_etm_decoder__buffer_exception(etmq, packet_queue, elem, in cs_etm_decoder__gen_trace_elem_printer() 618 resp = cs_etm_decoder__buffer_exception_ret(etmq, packet_queue, in cs_etm_decoder__gen_trace_elem_printer() 622 resp = cs_etm_decoder__do_hard_timestamp(etmq, elem, in cs_etm_decoder__gen_trace_elem_printer() 627 resp = cs_etm_decoder__set_tid(etmq, packet_queue, in cs_etm_decoder__gen_trace_elem_printer() 647 return resp; in cs_etm_decoder__gen_trace_elem_printer()
|
| /tools/testing/vsock/ |
| A D | vsock_diag_test.c | 239 const struct vsock_diag_msg *resp) in add_vsock_stat() argument 249 st->msg = *resp; in add_vsock_stat()
|
| /tools/memory-model/ |
| A D | linux-kernel.cat | 43 * between the Mb tag and the read resp. write.
|
Completed in 43 milliseconds