/Linux-v5.15/tools/testing/selftests/bpf/prog_tests/ |
D | bpf_cookie.c | 14 struct bpf_link *link1 = NULL, *link2 = NULL; in kprobe_subtest() local 27 link2 = bpf_program__attach_kprobe_opts(skel->progs.handle_kprobe, in kprobe_subtest() 29 if (!ASSERT_OK_PTR(link2, "link2")) in kprobe_subtest() 55 bpf_link__destroy(link2); in kprobe_subtest() 63 struct bpf_link *link1 = NULL, *link2 = NULL; in uprobe_subtest() local 81 link2 = bpf_program__attach_uprobe_opts(skel->progs.handle_uprobe, -1 /* any pid */, in uprobe_subtest() 83 if (!ASSERT_OK_PTR(link2, "link2")) in uprobe_subtest() 109 bpf_link__destroy(link2); in uprobe_subtest() 117 struct bpf_link *link1 = NULL, *link2 = NULL, *link3 = NULL; in tp_subtest() local 128 link2 = bpf_program__attach_tracepoint_opts(skel->progs.handle_tp2, in tp_subtest() [all …]
|
D | xdp_bonding.c | 386 struct bpf_link *link2 = NULL; in test_xdp_bonding_attach() local 419 link2 = bpf_program__attach_xdp(skeletons->xdp_dummy->progs.xdp_dummy_prog, bond); in test_xdp_bonding_attach() 420 if (!ASSERT_ERR_PTR(link2, "attach program to master when slave has program")) in test_xdp_bonding_attach() 432 link2 = bpf_program__attach_xdp(skeletons->xdp_dummy->progs.xdp_dummy_prog, veth); in test_xdp_bonding_attach() 433 if (!ASSERT_ERR_PTR(link2, "attach program to slave when master has program")) in test_xdp_bonding_attach() 455 bpf_link__destroy(link2); in test_xdp_bonding_attach()
|
D | flow_dissector_reattach.c | 125 int link1, link2; in test_link_create_link_create() local 136 link2 = bpf_link_create(prog2, netns, BPF_FLOW_DISSECTOR, &opts); in test_link_create_link_create() 137 if (CHECK_FAIL(link2 >= 0 || errno != E2BIG)) in test_link_create_link_create() 139 if (link2 >= 0) in test_link_create_link_create() 140 close(link2); in test_link_create_link_create()
|
D | sk_lookup.c | 1192 struct bpf_link *link1, *link2; in run_multi_prog_lookup() local 1210 link2 = attach_lookup_prog(t->prog2); in run_multi_prog_lookup() 1211 if (!link2) in run_multi_prog_lookup() 1252 bpf_link__destroy(link2); in run_multi_prog_lookup()
|
/Linux-v5.15/drivers/gpu/drm/panel/ |
D | panel-sharp-lq101r1sx01.c | 23 struct mipi_dsi_device *link2; member 224 err = sharp_setup_symmetrical_split(sharp->link1, sharp->link2, in sharp_panel_prepare() 338 if (sharp->link2) in sharp_panel_del() 339 put_device(&sharp->link2->dev); in sharp_panel_del() 373 sharp->link2 = secondary; in sharp_panel_probe()
|
/Linux-v5.15/sound/soc/ux500/ |
D | mop500.c | 32 SND_SOC_DAILINK_DEFS(link2, 50 SND_SOC_DAILINK_REG(link2),
|
/Linux-v5.15/sound/soc/intel/boards/ |
D | sof_cs42l42.c | 42 #define SOF_CS42L42_DAILINK(link1, link2, link3, link4, link5) \ argument 43 …((((link1) | ((link2) << 3) | ((link3) << 6) | ((link4) << 9) | ((link5) << 12)) << SOF_CS42L42_DA…
|
/Linux-v5.15/drivers/scsi/lpfc/ |
D | lpfc.h | 408 link2, member
|
D | lpfc_attr.c | 1155 (link.link2.state == LPFC_LINK_UP) ? in lpfc_link_state_show() 1157 trunk_errmsg[link.link2.fault]); in lpfc_link_state_show()
|
D | lpfc_bsg.c | 5725 (phba->trunk_link.link2.state == LPFC_LINK_UP) ? 1 : 0); in lpfc_get_trunk_info()
|
D | lpfc_init.c | 6087 phba->trunk_link.link2.state = in lpfc_update_trunk_link_status() 6090 phba->trunk_link.link2.fault = port_fault & 0x4 ? err : 0; in lpfc_update_trunk_link_status()
|
D | lpfc_hbadisc.c | 1071 phba->trunk_link.link2.state = 0; in lpfc_linkdown()
|
D | lpfc_sli.c | 8743 phba->trunk_link.link2.state = LPFC_LINK_DOWN; in lpfc_sli4_hba_setup()
|
/Linux-v5.15/drivers/net/wireless/intel/ipw2x00/ |
D | ipw2200.h | 1093 u32 link2; member
|
D | ipw2200.c | 664 error->elem[i].link2, error->elem[i].data); in ipw_dump_error_log() 1314 priv->error->elem[i].link2, in show_error()
|
/Linux-v5.15/kernel/cgroup/ |
D | cgroup.c | 1036 struct cgrp_cset_link *link1, *link2; in compare_css_sets() local 1050 link2 = list_entry(l2, struct cgrp_cset_link, cgrp_link); in compare_css_sets() 1052 cgrp2 = link2->cgrp; in compare_css_sets()
|