/tools/testing/kunit/ |
D | kunit.py | 54 request: KunitConfigRequest) -> KunitResult: 58 success = linux.build_reconfig(request.build_dir, request.make_options) 69 request: KunitBuildRequest) -> KunitResult: 73 success = linux.build_um_kernel(request.alltests, 74 request.jobs, 75 request.build_dir, 76 request.make_options) 91 request: KunitExecRequest) -> KunitResult: 95 timeout=None if request.alltests else request.timeout, 96 build_dir=request.build_dir) [all …]
|
/tools/firewire/ |
D | decode-fcp.c | 148 (struct avc_frame *) t->request->packet.write_block.data; in decode_avc() 177 (struct avc_frame *) t->request->packet.write_block.data; in decode_fcp() 179 ((unsigned long long) t->request->packet.common.offset_high << 32) | in decode_fcp() 180 t->request->packet.common.offset_low; in decode_fcp() 182 if (t->request->packet.common.tcode != TCODE_WRITE_BLOCK_REQUEST) in decode_fcp()
|
D | nosy-dump.c | 218 if (!t->request) { in handle_transaction() 230 decode_link_packet(&t->request->packet, t->request->length, in handle_transaction() 233 decode_link_packet(&t->response->packet, t->request->length, in handle_transaction() 491 t->request = sa; in handle_request_packet()
|
D | nosy-dump.h | 167 struct subaction *request, *response; member
|
/tools/usb/usbip/src/ |
D | usbip_attach.c | 123 struct op_import_request request; in query_import_device() local 128 memset(&request, 0, sizeof(request)); in query_import_device() 138 strncpy(request.busid, busid, SYSFS_BUS_ID_SIZE-1); in query_import_device() 140 PACK_OP_IMPORT_REQUEST(0, &request); in query_import_device() 142 rc = usbip_net_send(sockfd, (void *) &request, sizeof(request)); in query_import_device()
|
D | usbip_network.h | 71 #define PACK_OP_IMPORT_REQUEST(pack, request) do {\ argument 93 #define PACK_OP_EXPORT_REQUEST(pack, request) do {\ argument 94 usbip_net_pack_usb_device(pack, &(request)->udev);\ 114 #define PACK_OP_UNEXPORT_REQUEST(pack, request) do {\ argument 115 usbip_net_pack_usb_device(pack, &(request)->udev);\ 156 #define PACK_OP_DEVLIST_REQUEST(pack, request) do {\ argument
|
D | usbipd.c | 295 struct request_info request; in tcpd_auth() local 298 request_init(&request, RQ_DAEMON, PROGNAME, RQ_FILE, connfd, 0); in tcpd_auth() 299 fromhost(&request); in tcpd_auth() 300 rc = hosts_access(&request); in tcpd_auth()
|
/tools/testing/selftests/ptrace/ |
D | get_syscall_info.c | 31 sys_ptrace(int request, pid_t pid, unsigned long addr, unsigned long data) in sys_ptrace() argument 33 return syscall(__NR_ptrace, request, pid, addr, data); in sys_ptrace()
|
D | peeksiginfo.c | 26 static int sys_ptrace(int request, pid_t pid, void *addr, void *data) in sys_ptrace() argument 28 return syscall(SYS_ptrace, request, pid, addr, data); in sys_ptrace()
|
/tools/testing/selftests/ptp/ |
D | testptp.c | 61 unsigned long request[2] = { in do_flag_test() local 80 err = ioctl(fd, request[i], &extts_request); in do_flag_test() 84 err = ioctl(fd, request[i], &extts_request); in do_flag_test()
|
/tools/usb/ |
D | testusb.c | 274 usbdev_ioctl (int fd, int ifno, unsigned request, void *param) in usbdev_ioctl() argument 279 wrapper.ioctl_code = request; in usbdev_ioctl()
|
/tools/testing/selftests/drivers/net/netdevsim/ |
D | devlink.sh | 180 check_region_snapshot_count dummy post-first-request 3 205 check_region_snapshot_count dummy post-first-request 3 213 check_region_snapshot_count dummy post-first-request 2
|
/tools/testing/selftests/rcutorture/bin/ |
D | kvm-test-1-run.sh | 247 echo "PID $qemu_pid killed due to run STOP request" >> $resdir/Warnings 2>&1
|
/tools/perf/ |
D | design.txt | 160 * Bits that can be set in hw_event.read_format to request that 180 * Bits that can be set in hw_event.record_type to request information 222 way to request that counting of events be restricted to times when the 226 to request counting of events restricted to guest and host contexts when
|
/tools/testing/selftests/net/forwarding/ |
D | vxlan_bridge_1d.sh | 585 )"1f:6a:"$( : ICMP request identifier 586 )"00:01:"$( : ICMP request sequence number
|
D | vxlan_asymmetric.sh | 515 request action pass
|
/tools/build/Documentation/ |
D | Build.txt | 91 that contain request objects names in Build files.
|
/tools/include/uapi/drm/ |
D | drm.h | 514 struct drm_wait_vblank_request request; member
|
/tools/testing/selftests/drivers/net/mlxsw/ |
D | devlink_trap_control.sh | 330 $MZ $h1 -c 1 -a own -b bcast -t arp request -p 100 -q
|
/tools/perf/Documentation/ |
D | perf-script.txt | 143 reset a prior request. e.g.: 151 "Overriding previous field request for all events."
|
/tools/bpf/bpftool/Documentation/ |
D | bpftool-map.rst | 85 to request hardware offload for the map.
|
/tools/testing/selftests/vm/ |
D | hmm-tests.c | 121 unsigned long request, in hmm_dmirror_cmd() argument 134 ret = ioctl(fd, request, &cmd); in hmm_dmirror_cmd()
|
/tools/memory-model/Documentation/ |
D | explanation.txt | 1057 read request with the value stored by W (or an even later store), in 1141 the local cache and available for satisfying the read request. Thus 1386 request with the value stored by W or an even later store, 2418 satisfy a load request and its determination of where a store will
|
D | litmus-tests.txt | 849 30 r0 = smp_load_acquire(*c); // Note call_rcu() request.
|