Searched refs:do_detach (Results 1 – 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/samples/bpf/ |
D | xdp_fwd_user.c | 50 static int do_detach(int idx, const char *name) in do_detach() function 159 err = do_detach(idx, argv[i]); in main()
|
D | xdp_sample_pkts_user.c | 49 static int do_detach(int idx, const char *name) in do_detach() function 96 do_detach(if_idx, if_name); in sig_handler()
|
/kernel/linux/linux-5.10/tools/bpf/bpftool/ |
D | cgroup.c | 440 static int do_detach(int argc, char **argv) in do_detach() function 516 { "detach", do_detach },
|
D | link.c | 362 static int do_detach(int argc, char **argv) in do_detach() function 416 { "detach", do_detach },
|
D | net.c | 611 static int do_detach(int argc, char **argv) in do_detach() function 748 { "detach", do_detach },
|
D | prog.c | 982 static int do_detach(int argc, char **argv) in do_detach() function 2131 { "detach", do_detach },
|
/kernel/linux/linux-5.10/drivers/iommu/amd/ |
D | iommu.c | 2009 static void do_detach(struct iommu_dev_data *dev_data) in do_detach() function 2199 do_detach(dev_data); in detach_device() 2398 do_detach(entry); in cleanup_domain()
|