Home
last modified time | relevance | path

Searched refs:child_link (Results 1 – 6 of 6) sorted by relevance

/linux/tools/testing/selftests/bpf/prog_tests/
H A Dcg_storage_multi.c93 struct bpf_link *parent_link = NULL, *child_link = NULL; in test_egress_only() local
130 child_link = bpf_program__attach_cgroup(obj->progs.egress, in test_egress_only()
132 if (!ASSERT_OK_PTR(child_link, "child-cg-attach")) in test_egress_only()
153 bpf_link__destroy(child_link); in test_egress_only()
/linux/drivers/gpu/drm/i915/gt/
H A Dintel_context.h93 parallel.child_link)
96 parallel.child_link)
H A Dintel_context_types.h265 struct list_head child_link; member
H A Dintel_context.c592 list_add_tail(&child->parallel.child_link, in intel_context_bind_parent_child()
/linux/drivers/input/misc/
H A Diqs7222.c1997 int child_enable, u16 child_link) in iqs7222_gpio_select() argument
2042 if (gpio_setup[2] && child_link != gpio_setup[2]) { in iqs7222_gpio_select()
2051 gpio_setup[2] = child_link; in iqs7222_gpio_select()
/linux/drivers/gpu/drm/i915/gt/uc/
H A Dintel_guc_submission.c1852 ce = list_next_entry(ce, parallel.child_link); in __guc_reset_context()