Searched refs:do_attach (Results 1 – 8 of 8) sorted by relevance
| /Linux-v6.6/samples/bpf/ |
| 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()
|
| 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-v6.6/drivers/iommu/iommufd/ |
| D | device.c | 499 attach_fn do_attach) 508 bool immediate_attach = do_attach == iommufd_device_do_attach; 524 destroy_hwpt = (*do_attach)(idev, hwpt); 550 destroy_hwpt = (*do_attach)(idev, hwpt); 572 attach_fn do_attach) 586 destroy_hwpt = (*do_attach)(idev, hwpt); 596 do_attach);
|
| /Linux-v6.6/drivers/macintosh/ |
| 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-v6.6/tools/bpf/bpftool/ |
| D | cgroup.c | 510 static int do_attach(int argc, char **argv) in do_attach() function 646 { "attach", do_attach },
|
| D | net.c | 645 static int do_attach(int argc, char **argv) in do_attach() function 944 { "attach", do_attach },
|
| D | prog.c | 1061 static int do_attach(int argc, char **argv) in do_attach() function 2503 { "attach", do_attach },
|
| /Linux-v6.6/drivers/iommu/amd/ |
| 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()
|