Searched refs:do_attach (Results 1 - 8 of 8) sorted by relevance

/linux-master/samples/bpf/
H A Dtest_cgrp2_sock.c214 int do_attach = 1; local
220 do_attach = 0;
255 if (do_attach && !idx && !mark && !prio) {
267 if (do_attach) {
H A Dxdp_fwd_user.c32 static int do_attach(int idx, int prog_fd, int map_fd, const char *name) function
219 err = do_attach(idx, prog_fd, map_fd, argv[i]);
/linux-master/drivers/iommu/iommufd/
H A Ddevice.c545 attach_fn do_attach)
554 bool immediate_attach = do_attach == iommufd_device_do_attach;
572 destroy_hwpt = (*do_attach)(idev, hwpt);
599 destroy_hwpt = (*do_attach)(idev, hwpt);
621 attach_fn do_attach)
636 destroy_hwpt = (*do_attach)(idev, hwpt);
646 do_attach);
543 iommufd_device_auto_get_domain(struct iommufd_device *idev, struct iommufd_ioas *ioas, u32 *pt_id, attach_fn do_attach) argument
620 iommufd_device_change_pt(struct iommufd_device *idev, u32 *pt_id, attach_fn do_attach) argument
/linux-master/tools/bpf/bpftool/
H A Dcgroup.c512 static int do_attach(int argc, char **argv) function
648 { "attach", do_attach },
H A Dnet.c650 static int do_attach(int argc, char **argv) function
949 { "attach", do_attach },
H A Dprog.c1065 static int do_attach(int argc, char **argv) function
2508 { "attach", do_attach },
/linux-master/drivers/macintosh/
H A Dtherm_windtunnel.c304 static void do_attach(struct i2c_adapter *adapter) function
474 do_attach(adap);
/linux-master/drivers/iommu/amd/
H A Diommu.c2005 static int do_attach(struct iommu_dev_data *dev_data, function
2100 ret = do_attach(dev_data, domain);

Completed in 285 milliseconds