/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | sockopt_multi.c | 22 goto detach; in run_getsockopt_test() 30 goto detach; in run_getsockopt_test() 36 goto detach; in run_getsockopt_test() 47 goto detach; in run_getsockopt_test() 54 goto detach; in run_getsockopt_test() 60 goto detach; in run_getsockopt_test() 72 goto detach; in run_getsockopt_test() 79 goto detach; in run_getsockopt_test() 85 goto detach; in run_getsockopt_test() 98 goto detach; in run_getsockopt_test() [all...] |
H A D | sk_lookup.c | 477 goto detach; in query_lookup_prog() 480 goto detach; in query_lookup_prog() 486 goto detach; in query_lookup_prog() 492 goto detach; in query_lookup_prog() 495 goto detach; in query_lookup_prog() 517 goto detach; in query_lookup_prog() 527 detach: in query_lookup_prog() 816 goto detach; in drop_on_lookup() 843 detach: in drop_on_lookup() 934 goto detach; in drop_on_reuseport() [all...] |
H A D | recursive_attach.c | 14 * detach = false). The chain looks like this: 19 * - Recursive attach of tracing progs (attach = true, detach = false). The 26 * - Recursive attach and detach of tracing progs (attach = true, detach = 33 * detach fentry1 36 static void test_recursive_fentry_chain(bool attach, bool detach) in test_recursive_fentry_chain() argument 80 if (detach) { in test_recursive_fentry_chain() 105 if (test__start_subtest("detach")) in test_recursive_fentry()
|
/linux/tools/testing/selftests/drivers/usb/usbip/ |
H A D | usbip_test.sh | 157 src/usbip detach -p 00; 158 src/usbip detach -p 01; 165 echo "Un-import devices - expect no devices to detach messages"; 166 src/usbip detach -p 00; 167 src/usbip detach -p 01; 171 src/usbip detach -p 100;
|
/linux/drivers/vfio/ |
H A D | device_cdev.c | 256 struct vfio_device_detach_iommufd_pt detach; in vfio_df_ioctl_detach_pt() local 262 if (copy_from_user(&detach, arg, minsz)) in vfio_df_ioctl_detach_pt() 265 if (detach.argsz < minsz) in vfio_df_ioctl_detach_pt() 268 if (detach.flags & ~VFIO_DEVICE_DETACH_PASID) in vfio_df_ioctl_detach_pt() 271 if (detach.flags & VFIO_DEVICE_DETACH_PASID) { in vfio_df_ioctl_detach_pt() 278 if (detach.argsz < xend) in vfio_df_ioctl_detach_pt() 281 if (copy_from_user((void *)&detach + minsz, in vfio_df_ioctl_detach_pt() 287 if (detach.flags & VFIO_DEVICE_DETACH_PASID) in vfio_df_ioctl_detach_pt() 288 device->ops->pasid_detach_ioas(device, detach.pasid); in vfio_df_ioctl_detach_pt()
|
/linux/tools/testing/selftests/bpf/ |
H A D | flow_dissector_load.c | 63 bool detach = false; in parse_opts() local 69 if (detach) in parse_opts() 70 error(1, 0, "attach/detach are exclusive"); in parse_opts() 75 error(1, 0, "attach/detach are exclusive"); in parse_opts() 76 detach = true; in parse_opts() 93 if (detach) in parse_opts()
|
H A D | test_cpp.cpp | 46 void detach() { return T::detach(skel); } in detach() function in Skeleton 97 skel.detach(); in try_skeleton_template()
|
/linux/drivers/video/ |
H A D | aperture.c | 138 void (*detach)(struct device *dev); member 165 void (*detach)(struct device *)) in devm_aperture_acquire() 190 ap->detach = detach; in devm_aperture_acquire() 264 ap->dev = NULL; /* detach from device */ in aperture_detach_devices() 267 ap->detach(dev); in aperture_detach_devices()
|
/linux/tools/perf/tests/ |
H A D | event-times.c | 162 int (detach)(struct evlist *)) in test_times() 197 TEST_ASSERT_VAL("failed to detach", !detach(evlist)); in test_times() 222 #define _T(attach, detach) \ in test__event_times() argument 223 err = test_times(attach, detach); \ in test__event_times()
|
/linux/tools/bpf/bpftool/Documentation/ |
H A D | bpftool-net.rst | 21 *COMMANDS* := { **show** | **list** | **attach** | **detach** | **help** } 28 | **bpftool** **net detach** *ATTACH_TYPE* **dev** *NAME* 75 bpftool net detach *ATTACH_TYPE* dev *NAME* 77 by *ATTACH_TYPE*. To detach bpf program, same *ATTACH_TYPE* previously used 177 | **# bpftool net detach xdpdrv dev enp6s0np0** 196 | **# bpftool net detach tcx_ingress dev lo**
|
H A D | bpftool-link.rst | 28 | **bpftool** **link detach** *LINK* 54 bpftool link detach *LINK* 55 Force-detach link *LINK*. BPF link and its underlying BPF program will stay
|
H A D | bpftool-cgroup.rst | 22 { **show** | **list** | **tree** | **attach** | **detach** | **help** } 30 | **bpftool** **cgroup detach** *CGROUP* *ATTACH_TYPE* *PROG* 124 bpftool cgroup detach *CGROUP* *ATTACH_TYPE* *PROG* 153 | **# bpftool cgroup detach /sys/fs/cgroup/test.slice/ device id 1**
|
/linux/Documentation/driver-api/driver-model/ |
H A D | devres.rst | 23 iomapped address should be kept and unmapped on driver detach. For 36 attention or testing as core code, and bugs on driver detach or 41 So, many low level drivers end up leaking resources on driver detach 53 matter what, all devres entries are released on driver detach. On 62 automatically released on driver detach. Implementation looks like 393 pcim_enable_device() : after success, the PCI device gets disabled automatically on driver detach
|
/linux/drivers/net/ethernet/marvell/octeontx2/nic/ |
H A D | cn10k_ipsec.c | 73 struct rsrc_detach *detach; in cn10k_outb_cptlf_detach() local 77 detach = otx2_mbox_alloc_msg_detach_resources(&pf->mbox); in cn10k_outb_cptlf_detach() 78 if (!detach) in cn10k_outb_cptlf_detach() 81 detach->partial = true; in cn10k_outb_cptlf_detach() 82 detach->cptlfs = true; in cn10k_outb_cptlf_detach() 84 /* Send detach request to AF */ in cn10k_outb_cptlf_detach() 326 goto detach; in cn10k_outb_cpt_init() 344 detach: in cn10k_outb_cpt_init() 371 /* Free and detach CPT LF */ in cn10k_outb_cpt_clean() 375 netdev_err(pf->netdev, "Failed to detach CP in cn10k_outb_cpt_clean() [all...] |
/linux/Documentation/driver-api/surface_aggregator/clients/ |
H A D | dtx.rst | 76 The detachment process is started with the user pressing the *detach* button 80 1. The EC turns on the indicator led on the detach-button, sends a 81 *detach-request* event (``SDTX_EVENT_REQUEST``), and awaits further 106 detachment process. Furthermore, the EC will send a detach-request event, 107 similar to the user pressing the detach-button to cancel said process (see 139 It is important to note that, if the user presses the detach button at any 141 the initial *detach-request* event (``SDTX_EVENT_REQUEST``) and before it 144 Thus a *detach-request* event, by itself, does not signal the start of the 329 user, either via a detach button press or a detach reques [all...] |
/linux/include/net/ |
H A D | rsi_91x.h | 51 void (*detach)(void *priv); member
|
/linux/drivers/comedi/drivers/ |
H A D | amplc_pc236.c | 65 .detach = comedi_legacy_detach,
|
H A D | ni_labpc.c | 106 .detach = labpc_detach,
|
H A D | das08_pci.c | 69 .detach = comedi_pci_detach,
|
/linux/tools/bpf/bpftool/bash-completion/ |
H A D | bpftool | 398 attach|detach) 598 COMPREPLY=( $( compgen -W 'dump help pin attach detach \ 1045 attach|detach) 1086 COMPREPLY=( $( compgen -W 'help attach detach \ 1142 detach) 1157 show list attach detach' -- "$cur" ) ) 1187 show|list|pin|detach) 1204 pin|detach) 1214 COMPREPLY=( $( compgen -W 'help pin detach show list' -- "$cur" ) )
|
/linux/Documentation/driver-api/acpi/ |
H A D | scan_handlers.rst | 45 void (*detach)(struct acpi_device *dev); 50 maintained by the ACPI core and the .attach() and .detach() callbacks are 71 The namespace trimming function, acpi_bus_trim(), first executes .detach()
|
/linux/Documentation/trace/rv/ |
H A D | da_monitor_instrumentation.rst | 123 They should be used to *attach* and *detach* the instrumentation to the running 125 *attach* and *detach* its monitor to the system. 133 *detach* the tracepoints_to_attach, which was enough for this case.
|
/linux/drivers/scsi/ |
H A D | scsi_dh.c | 165 sdev->handler->detach(sdev); in scsi_dh_handler_detach() 204 if (!scsi_dh->attach || !scsi_dh->detach) in scsi_register_device_handler()
|
/linux/include/scsi/ |
H A D | scsi_dh.h | 58 void (*detach)(struct scsi_device *); member
|
/linux/drivers/staging/gpib/tnt4882/ |
H A D | tnt4882_gpib.c | 1130 .detach = ni_pci_detach, 1158 .detach = ni_pci_detach, 1186 .detach = ni_isa_detach, 1214 .detach = ni_isa_detach, 1242 .detach = ni_isa_detach, 1270 .detach = ni_isa_detach, 1298 .detach = ni_isa_detach, 1326 .detach = ni_isa_detach, 1783 .detach = ni_pcmcia_detach, 1811 .detach [all...] |