Searched refs:do_attach (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/samples/bpf/ |
H A D | test_cgrp2_sock.c | 216 int do_attach = 1; in main() local 222 do_attach = 0; in main() 257 if (do_attach && !idx && !mark && !prio) { in main() 269 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()
|
/openbmc/linux/drivers/iommu/iommufd/ |
H A 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);
|
/openbmc/linux/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 947 { "attach", do_attach },
|
H A D | prog.c | 1068 static int do_attach(int argc, char **argv) in do_attach() function 2517 { "attach", do_attach },
|
/openbmc/linux/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()
|
/openbmc/linux/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()
|