Searched refs:attach_target (Results 1 – 12 of 12) sorted by relevance
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 055 | 489 def do_prepare_drives(self, attach_target): argument 495 if attach_target: 503 def do_test_compress_complete(self, cmd, attach_target, **args): argument 504 self.do_prepare_drives(attach_target) 527 def do_test_compress_cancel(self, cmd, attach_target, **args): argument 528 self.do_prepare_drives(attach_target) 549 def do_test_compress_pause(self, cmd, attach_target, **args): argument 550 self.do_prepare_drives(attach_target)
|
/openbmc/linux/tools/lib/bpf/ |
H A D | gen_loader.c | 534 ret = snprintf(gen->attach_target, sizeof(gen->attach_target), "%s%s", in bpf_gen__record_attach_target() 536 if (ret >= sizeof(gen->attach_target)) in bpf_gen__record_attach_target() 542 int name, len = strlen(gen->attach_target) + 1; in emit_find_attach_target() 544 pr_debug("gen: find_attach_tgt %s %d\n", gen->attach_target, gen->attach_kind); in emit_find_attach_target() 545 name = add_data(gen, gen->attach_target, len); in emit_find_attach_target() 555 gen->attach_target, gen->attach_kind); in emit_find_attach_target()
|
H A D | bpf_gen_internal.h | 46 char attach_target[128]; member
|
/openbmc/linux/kernel/bpf/ |
H A D | task_iter.c | 722 .attach_target = bpf_iter_attach_task, 743 .attach_target = bpf_iter_attach_task, 766 .attach_target = bpf_iter_attach_task,
|
H A D | map_iter.c | 169 .attach_target = bpf_iter_attach_map,
|
H A D | cgroup_iter.c | 278 .attach_target = bpf_iter_attach_cgroup,
|
H A D | bpf_iter.c | 567 if (tinfo->reg_info->attach_target) { in bpf_iter_link_attach() 568 err = tinfo->reg_info->attach_target(prog, &linfo, &link->aux); in bpf_iter_link_attach()
|
/openbmc/linux/Documentation/bpf/ |
H A D | bpf_iterators.rst | 199 bpf_iter_attach_target_t attach_target; 224 * - attach_target and detach_target
|
/openbmc/linux/net/core/ |
H A D | bpf_sk_storage.c | 910 .attach_target = bpf_iter_attach_map,
|
H A D | sock_map.c | 1717 .attach_target = sock_map_iter_attach_target,
|
/openbmc/linux/drivers/cxl/core/ |
H A D | region.c | 1989 static int attach_target(struct cxl_region *cxlr, in attach_target() function 2055 rc = attach_target(cxlr, to_cxl_endpoint_decoder(dev), pos, in store_targetN() 3058 attach_target(cxlr, cxled, -1, TASK_UNINTERRUPTIBLE); in cxl_add_to_region()
|
/openbmc/linux/include/linux/ |
H A D | bpf.h | 2280 bpf_iter_attach_target_t attach_target; member
|