Searched refs:do_attach (Results 1 – 8 of 8) sorted by relevance
| /linux/samples/bpf/ |
| 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()
|
| 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/ |
| A D | device.c | 546 attach_fn do_attach) 555 bool immediate_attach = do_attach == iommufd_device_do_attach; 573 destroy_hwpt = (*do_attach)(idev, hwpt); 600 destroy_hwpt = (*do_attach)(idev, hwpt); 622 attach_fn do_attach) 637 destroy_hwpt = (*do_attach)(idev, hwpt); 647 do_attach);
|
| /linux/tools/bpf/bpftool/ |
| A D | cgroup.c | 544 static int do_attach(int argc, char **argv) in do_attach() function 680 { "attach", do_attach },
|
| A D | net.c | 680 static int do_attach(int argc, char **argv) in do_attach() function 1009 { "attach", do_attach },
|
| A D | prog.c | 1065 static int do_attach(int argc, char **argv) in do_attach() function 2515 { "attach", do_attach },
|
| /linux/drivers/macintosh/ |
| 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/drivers/iommu/amd/ |
| A D | iommu.c | 2022 static int do_attach(struct iommu_dev_data *dev_data, in do_attach() function 2097 ret = do_attach(dev_data, domain); in attach_device()
|
Completed in 27 milliseconds