| /tools/testing/selftests/net/ |
| D | vrf_strict_mode_test.sh | 266 vrf_strict_mode_check_support init 268 strict_mode_check_default init 270 add_vrf_and_check init vrf100 100 271 config_vrf_and_check init 172.16.100.1/24 vrf100 273 enable_strict_mode_and_check init 275 add_vrf_and_check_fail init vrf101 100 277 disable_strict_mode_and_check init 279 add_vrf_and_check init vrf101 100 280 config_vrf_and_check init 172.16.101.1/24 vrf101 282 enable_strict_mode_and_check_fail init [all …]
|
| /tools/testing/selftests/rcutorture/bin/ |
| D | mkinitrd.sh | 28 cat > init.c << '___EOF___' 79 -s -static -Os -o init init.c -lgcc 82 ${CROSS_COMPILE}gcc -s -static -Os -o init init.c 92 rm init.c
|
| /tools/testing/selftests/bpf/progs/ |
| D | timer.c | 105 struct elem init = {}; in timer_cb1() local 115 bpf_map_update_elem(map, &lru_key, &init, 0); in timer_cb1() 138 struct elem init = {}; in BPF_PROG2() local 147 bpf_map_update_elem(&lru, &lru_key, &init, 0); in BPF_PROG2() 253 struct hmap_elem init = {}, *val; in BPF_PROG2() local 256 init.counter = 10; /* number of times to trigger timer_cb2 */ in BPF_PROG2() 257 bpf_map_update_elem(&hmap, &key, &init, 0); in BPF_PROG2() 262 bpf_map_update_elem(&hmap, &key, &init, 0); in BPF_PROG2() 264 bpf_map_update_elem(&hmap_malloc, &key_malloc, &init, 0); in BPF_PROG2() 269 bpf_map_update_elem(&hmap_malloc, &key_malloc, &init, 0); in BPF_PROG2() [all …]
|
| D | wq.c | 59 struct elem init = {}, *val; in test_elem_callback() local 67 bpf_map_update_elem(map, key, &init, 0)) in test_elem_callback() 92 struct hmap_elem init = {}, *val; in test_hmap_elem_callback() local 99 if (bpf_map_update_elem(map, key, &init, 0)) in test_hmap_elem_callback()
|
| D | tcp_ca_update.c | 44 .init = (void *)ca_update_1_init, 53 .init = (void *)ca_update_2_init,
|
| D | timer_mim_reject.c | 49 struct hmap_elem init = {}; in BPF_PROG() local 63 bpf_map_update_elem(inner_map, &hash_key, &init, 0); in BPF_PROG()
|
| D | timer_mim.c | 67 struct hmap_elem init = {}; in BPF_PROG() local 77 bpf_map_update_elem(inner_map, &hash_key, &init, 0); in BPF_PROG()
|
| D | bpf_tcp_nogpl.c | 15 .init = (void *)nogpltcp_init,
|
| D | tcp_ca_kfunc.c | 31 void BPF_PROG(init, struct sock *sk) in BPF_PROG() argument 107 .init = (void *)init,
|
| D | cgroup_hierarchical_stats.c | 58 struct attach_counter init = {.state = state, .pending = pending}; in create_attach_counter() local 61 &init, BPF_NOEXIST); in create_attach_counter()
|
| /tools/testing/selftests/powerpc/security/ |
| D | flush_utils.c | 71 static int init; in set_dscr() local 74 if (!init) { in set_dscr() 80 init = 1; in set_dscr()
|
| /tools/testing/selftests/kvm/aarch64/ |
| D | psci_test.c | 78 struct kvm_vcpu_init init; in setup_vm() local 83 vm_ioctl(vm, KVM_ARM_PREFERRED_TARGET, &init); in setup_vm() 84 init.features[0] |= (1 << KVM_ARM_VCPU_PSCI_0_2); in setup_vm() 86 *source = aarch64_vcpu_add(vm, 0, &init, guest_code); in setup_vm() 87 *target = aarch64_vcpu_add(vm, 1, &init, guest_code); in setup_vm()
|
| D | vpmu_counter_access.c | 410 struct kvm_vcpu_init init; in create_vpmu_vm() local 434 vm_ioctl(vpmu_vm.vm, KVM_ARM_PREFERRED_TARGET, &init); in create_vpmu_vm() 435 init.features[0] |= (1 << KVM_ARM_VCPU_PMU_V3); in create_vpmu_vm() 436 vpmu_vm.vcpu = aarch64_vcpu_add(vpmu_vm.vm, 0, &init, guest_code); in create_vpmu_vm() 516 struct kvm_vcpu_init init; in run_access_test() local 532 vm_ioctl(vpmu_vm.vm, KVM_ARM_PREFERRED_TARGET, &init); in run_access_test() 533 init.features[0] |= (1 << KVM_ARM_VCPU_PMU_V3); in run_access_test() 534 aarch64_vcpu_setup(vcpu, &init); in run_access_test()
|
| D | smccc_filter.c | 63 struct kvm_vcpu_init init; in setup_vm() local 67 vm_ioctl(vm, KVM_ARM_PREFERRED_TARGET, &init); in setup_vm() 73 init.features[0] |= (1 << KVM_ARM_VCPU_PSCI_0_2); in setup_vm() 75 *vcpu = aarch64_vcpu_add(vm, 0, &init, guest_main); in setup_vm()
|
| /tools/testing/selftests/kvm/x86_64/ |
| D | sev_init2_tests.c | 49 static void test_init2(unsigned long vm_type, struct kvm_sev_init *init) in test_init2() argument 55 ret = __sev_ioctl(vm->fd, KVM_SEV_INIT2, init); in test_init2() 62 static void test_init2_invalid(unsigned long vm_type, struct kvm_sev_init *init, const char *msg) in test_init2_invalid() argument 68 ret = __sev_ioctl(vm->fd, KVM_SEV_INIT2, init); in test_init2_invalid()
|
| /tools/testing/selftests/kvm/lib/x86_64/ |
| D | sev.c | 44 struct kvm_sev_init init = { 0 }; in sev_vm_init() local 46 vm_sev_ioctl(vm, KVM_SEV_INIT2, &init); in sev_vm_init() 57 struct kvm_sev_init init = { 0 }; in sev_es_vm_init() local 59 vm_sev_ioctl(vm, KVM_SEV_INIT2, &init); in sev_es_vm_init()
|
| /tools/perf/ui/ |
| D | progress.c | 39 if (ui_progress__ops->init) in __ui_progress__init() 40 ui_progress__ops->init(p); in __ui_progress__init()
|
| D | progress.h | 27 void (*init)(struct ui_progress *p); member
|
| /tools/testing/selftests/net/openvswitch/ |
| D | ovs-dpctl.py | 958 init=None, 967 init=init, 1070 init=None, 1079 init=init, 1123 init=None, 1132 init=init, 1174 init=None, 1183 init=init, 1193 init=None, 1202 init=init, [all …]
|
| /tools/testing/selftests/kvm/lib/aarch64/ |
| D | processor.c | 261 void aarch64_vcpu_setup(struct kvm_vcpu *vcpu, struct kvm_vcpu_init *init) in aarch64_vcpu_setup() argument 267 if (!init) in aarch64_vcpu_setup() 268 init = &default_init; in aarch64_vcpu_setup() 270 if (init->target == -1) { in aarch64_vcpu_setup() 273 init->target = preferred.target; in aarch64_vcpu_setup() 276 vcpu_ioctl(vcpu, KVM_ARM_VCPU_INIT, init); in aarch64_vcpu_setup() 376 struct kvm_vcpu_init *init) in __aarch64_vcpu_add() argument 388 aarch64_vcpu_setup(vcpu, init); in __aarch64_vcpu_add() 395 struct kvm_vcpu_init *init, void *guest_code) in aarch64_vcpu_add() argument 397 struct kvm_vcpu *vcpu = __aarch64_vcpu_add(vm, vcpu_id, init); in aarch64_vcpu_add()
|
| /tools/testing/selftests/kvm/ |
| D | get-reg-list.c | 119 static void prepare_vcpu_init(struct vcpu_reg_list *c, struct kvm_vcpu_init *init) in prepare_vcpu_init() argument 125 init->features[s->feature / 32] |= 1 << (s->feature % 32); in prepare_vcpu_init() 130 struct kvm_vcpu_init init = { .target = -1, }; in vcpu_config_get_vcpu() local 133 prepare_vcpu_init(c, &init); in vcpu_config_get_vcpu() 135 aarch64_vcpu_setup(vcpu, &init); in vcpu_config_get_vcpu()
|
| /tools/testing/selftests/rcutorture/doc/ |
| D | rcu-test-image.txt | 3 root directory with a single statically linked executable named "init": 5 $ size tools/testing/selftests/rcutorture/initrd/init 7 328 0 8 336 150 tools/testing/selftests/rcutorture/initrd/init 17 For example, your tools/testing/selftests/rcutorture/initrd/init might
|
| /tools/perf/tests/shell/base_report/ |
| D | setup.sh | 16 . ../common/init.sh
|
| /tools/perf/tests/shell/base_probe/ |
| D | test_line_semantics.sh | 17 . ../common/init.sh
|
| /tools/testing/selftests/sched_ext/ |
| D | create_dsq.bpf.c | 56 .init = (void *) create_dsq_init,
|