Searched refs:do_attach (Results 1 – 4 of 4) sorted by relevance
| /linux/samples/bpf/ |
| H A D | xdp_fwd_user.c | 32 static int do_attach(int idx, int prog_fd, int map_fd, const char *name) in do_attach() function 219 err = do_attach(idx, prog_fd, map_fd, argv[i]); in main()
|
| /linux/drivers/iommu/iommufd/ |
| H A D | device.c | 865 attach_fn do_attach) in iommufd_device_auto_get_domain() argument 874 bool immediate_attach = do_attach == iommufd_device_do_attach; in iommufd_device_auto_get_domain() 892 destroy_hwpt = (*do_attach)(idev, pasid, hwpt); in iommufd_device_auto_get_domain() 919 destroy_hwpt = (*do_attach)(idev, pasid, hwpt); in iommufd_device_auto_get_domain() 942 u32 *pt_id, attach_fn do_attach) in iommufd_device_change_pt() argument 957 destroy_hwpt = (*do_attach)(idev, pasid, hwpt); in iommufd_device_change_pt() 967 pt_id, do_attach); in iommufd_device_change_pt()
|
| /linux/drivers/macintosh/ |
| H A D | therm_windtunnel.c | 304 static void do_attach(struct i2c_adapter *adapter) in do_attach() function 474 do_attach(adap); in therm_of_probe()
|
| /linux/tools/bpf/bpftool/ |
| H A D | net.c | 683 static int do_attach(int argc, char **argv) in do_attach() function 1012 { "attach", do_attach },
|