/kernel/linux/linux-5.10/samples/bpf/ |
H A D | test_cgrp2_sock.c | 210 int do_attach = 1; in main() local 216 do_attach = 0; in main() 251 if (do_attach && !idx && !mark && !prio) { in main() 263 if (do_attach) { in main()
|
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 163 err = do_attach(idx, prog_fd, map_fd, argv[i]); in main()
|
H A D | xdp_sample_pkts_user.c | 27 static int do_attach(int idx, int fd, const char *name) in do_attach() function 178 err = do_attach(if_idx, prog_fd, if_name); in main()
|
/kernel/linux/linux-6.6/samples/bpf/ |
H A D | test_cgrp2_sock.c | 214 int do_attach = 1; in main() local 220 do_attach = 0; in main() 255 if (do_attach && !idx && !mark && !prio) { in main() 267 if (do_attach) { in main()
|
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()
|
/kernel/linux/linux-6.6/drivers/iommu/iommufd/ |
H A D | device.c | 499 attach_fn do_attach) in iommufd_device_auto_get_domain() 508 bool immediate_attach = do_attach == iommufd_device_do_attach; in iommufd_device_auto_get_domain() 524 destroy_hwpt = (*do_attach)(idev, hwpt); in iommufd_device_auto_get_domain() 550 destroy_hwpt = (*do_attach)(idev, hwpt); in iommufd_device_auto_get_domain() 572 attach_fn do_attach) in iommufd_device_change_pt() 586 destroy_hwpt = (*do_attach)(idev, hwpt); in iommufd_device_change_pt() 596 do_attach); in iommufd_device_change_pt() 497 iommufd_device_auto_get_domain(struct iommufd_device *idev, struct iommufd_ioas *ioas, u32 *pt_id, attach_fn do_attach) iommufd_device_auto_get_domain() argument 571 iommufd_device_change_pt(struct iommufd_device *idev, u32 *pt_id, attach_fn do_attach) iommufd_device_change_pt() argument
|
/kernel/linux/linux-5.10/tools/bpf/bpftool/ |
H A D | cgroup.c | 380 static int do_attach(int argc, char **argv) in do_attach() function 515 { "attach", do_attach },
|
H A D | net.c | 557 static int do_attach(int argc, char **argv) in do_attach() function 747 { "attach", do_attach },
|
H A D | prog.c | 960 static int do_attach(int argc, char **argv) in do_attach() function 2152 { "attach", do_attach },
|
/kernel/linux/linux-5.10/drivers/macintosh/ |
H A D | therm_windtunnel.c | 303 static void do_attach(struct i2c_adapter *adapter) in do_attach() function 472 do_attach(adap); in therm_of_probe()
|
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-6.6/tools/bpf/bpftool/ |
H A D | cgroup.c | 510 static int do_attach(int argc, char **argv) in do_attach() function 646 { "attach", do_attach },
|
H A D | net.c | 645 static int do_attach(int argc, char **argv) in do_attach() function 944 { "attach", do_attach },
|
H A D | prog.c | 1061 static int do_attach(int argc, char **argv) in do_attach() function 2503 { "attach", do_attach },
|
/kernel/linux/linux-5.10/drivers/iommu/loongson/ |
H A D | iommu.c | 330 static void do_attach(iommu_info *info, struct loongson_iommu_dev_data *dev_data) in do_attach() function 935 do_attach(iommu_entry, dev_data); in loongson_iommu_attach_dev()
|
/kernel/linux/linux-5.10/drivers/iommu/amd/ |
H A D | iommu.c | 1989 static void do_attach(struct iommu_dev_data *dev_data, in do_attach() function 2162 do_attach(dev_data, domain); in attach_device()
|
/kernel/linux/linux-6.6/drivers/iommu/amd/ |
H A D | iommu.c | 1679 static void do_attach(struct iommu_dev_data *dev_data, in do_attach() function 1839 do_attach(dev_data, domain); in attach_device()
|