Home
last modified time | relevance | path

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

/openbmc/linux/samples/bpf/
H A Dtest_cgrp2_sock.c216 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 Dxdp_fwd_user.c32 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 Ddevice.c499 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 Dcgroup.c510 static int do_attach(int argc, char **argv) in do_attach() function
646 { "attach", do_attach },
H A Dnet.c645 static int do_attach(int argc, char **argv) in do_attach() function
947 { "attach", do_attach },
H A Dprog.c1068 static int do_attach(int argc, char **argv) in do_attach() function
2517 { "attach", do_attach },
/openbmc/linux/drivers/macintosh/
H A Dtherm_windtunnel.c304 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 Diommu.c1679 static void do_attach(struct iommu_dev_data *dev_data, in do_attach() function
1839 do_attach(dev_data, domain); in attach_device()