Home
last modified time | relevance | path

Searched refs:nested (Results 1 – 25 of 25) sorted by relevance

/tools/perf/bench/
A Depoll-ctl.c57 static unsigned int nested = 0; variable
79 …OPT_UINTEGER( 'N', "nested", &nested, "Nesting level epoll hierarchy (default is 0, no nesting)…
105 if (nested > EPOLL_MAXNESTS) in nest_epollfd()
106 nested = EPOLL_MAXNESTS; in nest_epollfd()
107 printinfo("Nesting level(s): %d\n", nested); in nest_epollfd()
109 epollfdp = calloc(nested, sizeof(int)); in nest_epollfd()
113 for (i = 0; i < nested; i++) { in nest_epollfd()
122 for (i = nested - 1; i; i--) { in nest_epollfd()
345 if (nested) in bench_epoll_ctl()
A Depoll-wait.c105 static unsigned int nested = 0; variable
138 …OPT_UINTEGER( 'N', "nested", &nested, "Nesting level epoll hierarchy (default is 0, no nesting)…
246 if (nested > EPOLL_MAXNESTS) in nest_epollfd()
247 nested = EPOLL_MAXNESTS; in nest_epollfd()
249 epollfdp = calloc(nested, sizeof(*epollfdp)); in nest_epollfd()
253 for (i = 0; i < nested; i++) { in nest_epollfd()
262 for (i = nested - 1; i; i--) { in nest_epollfd()
325 if (nested) in do_threads()
465 if (nested) in bench_epoll_wait()
470 printinfo("Nesting level(s): %d\n", nested); in bench_epoll_wait()
/tools/verification/rv/include/
A Drv.h10 int nested; member
/tools/perf/scripts/python/Perf-Trace-Util/
A DBuild4 …) -Wno-redundant-decls -Wno-strict-prototypes -Wno-unused-parameter -Wno-nested-externs -Wno-decla…
/tools/perf/scripts/perl/Perf-Trace-Util/
A DBuild4 CFLAGS_Context.o += -Wno-unused-parameter -Wno-nested-externs -Wno-undef
/tools/testing/selftests/bpf/
A Duptr_test_common.h35 struct nested_udata nested; member
/tools/testing/selftests/bpf/prog_tests/
A Dtask_local_storage.c282 value.nested.udata = &udata; in test_uptr_basic()
327 value.nested.udata = &udata2; in test_uptr_basic()
342 value.nested.udata = &udata2; in test_uptr_basic()
356 ASSERT_EQ(value.nested.udata, NULL, "value.nested.udata"); in test_uptr_basic()
365 value.nested.udata = &udata2; in test_uptr_basic()
/tools/net/ynl/pyynl/
A Dynl_gen_c.py70 nested = None
72 if nested:
1365 return nested
1371 nested = submsg.name
1396 "name": nested,
1402 self.pure_nested_structs[nested] = Struct(self, nested, submsg=submsg)
1404 return nested
1433 if nested:
2091 if struct.nested:
2143 if struct.nested:
[all …]
/tools/accounting/
A Ddelaytop.c478 struct nlattr *nested; in fetch_and_fill_task_info() local
503 nested = (struct nlattr *) NLA_DATA(na); in fetch_and_fill_task_info()
506 if (nested->nla_type == TASKSTATS_TYPE_STATS) { in fetch_and_fill_task_info()
507 memcpy(&stats, NLA_DATA(nested), sizeof(stats)); in fetch_and_fill_task_info()
534 nested_len -= NLA_ALIGN(nested->nla_len); in fetch_and_fill_task_info()
535 nested = NLA_NEXT(nested); in fetch_and_fill_task_info()
/tools/testing/selftests/bpf/progs/
A Dtask_ls_uptr.c56 udata = ptr->nested.udata; in on_enter()
A Duptr_failure.c47 v->nested.udata = NULL; in uptr_write_nested()
/tools/perf/util/scripting-engines/
A DBuild6 …dant-decls -Wno-strict-prototypes -Wno-unused-parameter -Wno-shadow -Wno-nested-externs -Wno-undef…
/tools/testing/selftests/kvm/include/
A Dmemstress.h42 bool nested; member
/tools/testing/selftests/kvm/lib/
A Dmemstress.c162 if (args->nested) in memstress_create_vm()
184 if (args->nested) in memstress_create_vm()
223 if (args->nested) { in memstress_create_vm()
/tools/memory-model/
A Dlinux-kernel.bell56 (* Compute matching pairs of nested Rcu-lock and Rcu-unlock *)
72 (* Compute matching pairs of nested Srcu-lock and Srcu-unlock *)
A Dlock.cat52 * An LKR must always see an unlocked value; spin_lock() calls nested
61 empty ([LKW] ; po-loc ; [RU]) \ (po-loc ; [UL] ; po-loc) as nested-is-locked
/tools/testing/selftests/kvm/lib/x86/
A Dprocessor.c1102 state->nested.size = sizeof(state->nested_); in vcpu_save_state()
1104 vcpu_nested_state_get(vcpu, &state->nested); in vcpu_save_state()
1105 TEST_ASSERT(state->nested.size <= nested_size, in vcpu_save_state()
1107 state->nested.size, nested_size); in vcpu_save_state()
1109 state->nested.size = 0; in vcpu_save_state()
1136 if (state->nested.size) in vcpu_load_state()
1137 vcpu_nested_state_set(vcpu, &state->nested); in vcpu_load_state()
/tools/verification/rv/src/
A Din_kernel.c198 ikm->nested = 1; in ikm_fill_monitor_definition()
203 ikm->nested = 0; in ikm_fill_monitor_definition()
361 int indent = ikm.nested && !container; in ikm_list_monitors()
/tools/objtool/
A DMakefile35 WARNINGS := $(EXTRA_WARNINGS) -Wno-switch-default -Wno-switch-enum -Wno-packed -Wno-nested-externs
/tools/testing/selftests/kvm/
A Ddirty_log_perf_test.c386 memstress_args.nested = true; in main()
/tools/build/Documentation/
A DBuild.txt47 the build to nested directories.
/tools/arch/x86/kcpuid/
A Dcpuid.csv794 0x80000008, 0, eax, 23:16, guest_phys_addr_bits , Max nested-paging guest physical …
812 … 0, ebx, 21, tlb_flush_nested , INVLPGB RAX[5] bit can be set (nested translations)
844 0x8000000a, 0, edx, 15, v_vmsave_vmload , Virtual VMSAVE/VMLOAD (nested vir…
961 0x8000001f, 0, eax, 4, sev_nested_paging , SEV secure nested paging supported
1012 0x80000021, 0, eax, 0, no_nested_data_bp , No nested data breakpoints
/tools/perf/Documentation/
A Dperf-script-python.txt249 in Python i.e. with autovivifying hashes, you can assign nested hash
600 i.e. with autovivifying hashes, you can assign nested hash values
/tools/testing/selftests/kvm/include/x86/
A Dprocessor.h424 struct kvm_nested_state nested; member
/tools/memory-model/Documentation/
A Dexplanation.txt1523 be nested, although we won't make use of this fact.
1894 created two nested (fully overlapping) read-side critical

Completed in 43 milliseconds