Home
last modified time | relevance | path

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

/tools/perf/bench/
Depoll-wait.c104 static unsigned int nested = 0; variable
137 …OPT_UINTEGER( 'N', "nested", &nested, "Nesting level epoll hierarchy (default is 0, no nesting)…
245 if (nested > EPOLL_MAXNESTS) in nest_epollfd()
246 nested = EPOLL_MAXNESTS; in nest_epollfd()
248 epollfdp = calloc(nested, sizeof(*epollfdp)); in nest_epollfd()
252 for (i = 0; i < nested; i++) { in nest_epollfd()
261 for (i = nested - 1; i; i--) { in nest_epollfd()
317 if (nested) in do_threads()
446 if (nested) in bench_epoll_wait()
451 printinfo("Nesting level(s): %d\n", nested); in bench_epoll_wait()
Depoll-ctl.c56 static unsigned int nested = 0; variable
78 …OPT_UINTEGER( 'N', "nested", &nested, "Nesting level epoll hierarchy (default is 0, no nesting)…
104 if (nested > EPOLL_MAXNESTS) in nest_epollfd()
105 nested = EPOLL_MAXNESTS; in nest_epollfd()
106 printinfo("Nesting level(s): %d\n", nested); in nest_epollfd()
108 epollfdp = calloc(nested, sizeof(int)); in nest_epollfd()
112 for (i = 0; i < nested; i++) { in nest_epollfd()
121 for (i = nested - 1; i; i--) { in nest_epollfd()
331 if (nested) in bench_epoll_ctl()
/tools/perf/scripts/python/Perf-Trace-Util/
DBuild3 …EMBED_CCOPTS) -Wno-redundant-decls -Wno-strict-prototypes -Wno-unused-parameter -Wno-nested-externs
/tools/perf/scripts/perl/Perf-Trace-Util/
DBuild4 CFLAGS_Context.o += -Wno-unused-parameter -Wno-nested-externs -Wno-undef
/tools/perf/util/scripting-engines/
DBuild4 …dant-decls -Wno-strict-prototypes -Wno-unused-parameter -Wno-shadow -Wno-nested-externs -Wno-undef…
/tools/memory-model/
Dlinux-kernel.bell43 (* Compute matching pairs of nested Rcu-lock and Rcu-unlock *)
59 (* Compute matching pairs of nested Srcu-lock and Srcu-unlock *)
Dlock.cat52 * An LKR must always see an unlocked value; spin_lock() calls nested
/tools/objtool/
DMakefile32 WARNINGS := $(EXTRA_WARNINGS) -Wno-switch-default -Wno-switch-enum -Wno-packed -Wno-nested-externs
/tools/testing/selftests/kvm/lib/x86_64/
Dprocessor.c993 struct kvm_nested_state nested; member
1094 state->nested.size = sizeof(state->nested_); in vcpu_save_state()
1095 r = ioctl(vcpu->fd, KVM_GET_NESTED_STATE, &state->nested); in vcpu_save_state()
1098 TEST_ASSERT(state->nested.size <= nested_size, in vcpu_save_state()
1100 state->nested.size, nested_size); in vcpu_save_state()
1102 state->nested.size = 0; in vcpu_save_state()
1158 if (state->nested.size) { in vcpu_load_state()
1159 r = ioctl(vcpu->fd, KVM_SET_NESTED_STATE, &state->nested); in vcpu_load_state()
/tools/build/Documentation/
DBuild.txt47 the build to nested directories.
/tools/perf/util/
DBuild262 …bison_flags += -Wno-unused-parameter -Wno-nested-externs -Wno-implicit-function-declaration -Wno-s…
/tools/perf/Documentation/
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/memory-model/Documentation/
Dlitmus-tests.txt1028 In contrast, LKMM will interpret this as a nested pair of
Dexplanation.txt1440 be nested, although we won't make use of this fact.