Home
last modified time | relevance | path

Searched refs:do_attach (Results 1 – 6 of 6) sorted by relevance

/linux/samples/bpf/
H A Dxdp_fwd_user.c32 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 Ddevice.c546 attach_fn do_attach) in iommufd_device_auto_get_domain() argument
555 bool immediate_attach = do_attach == iommufd_device_do_attach; in iommufd_device_auto_get_domain()
573 destroy_hwpt = (*do_attach)(idev, hwpt); in iommufd_device_auto_get_domain()
600 destroy_hwpt = (*do_attach)(idev, hwpt); in iommufd_device_auto_get_domain()
622 attach_fn do_attach) in iommufd_device_change_pt() argument
637 destroy_hwpt = (*do_attach)(idev, hwpt); in iommufd_device_change_pt()
647 do_attach); in iommufd_device_change_pt()
/linux/tools/bpf/bpftool/
H A Dcgroup.c544 static int do_attach(int argc, char **argv) in do_attach() function
680 { "attach", do_attach },
H A Dnet.c680 static int do_attach(int argc, char **argv) in do_attach() function
1009 { "attach", do_attach },
H A Dprog.c1072 static int do_attach(int argc, char **argv) in do_attach()
2522 { "attach", do_attach },
1065 static int do_attach(int argc, char **argv) do_attach() function
/linux/drivers/macintosh/
H A Dtherm_windtunnel.c304 static void do_attach(struct i2c_adapter *adapter) in do_attach() function
474 do_attach(adap); in therm_of_probe()